thanks to kevin123 lots of changes

This commit is contained in:
jonnyboy
2013-01-05 06:18:54 -05:00
parent 1d02877e83
commit 596a74c22d
34 changed files with 7117 additions and 179 deletions
+23
View File
@@ -0,0 +1,23 @@
<?php
require_once("config.php");
require_once(WWW_DIR."/lib/postprocess.php");
$i=1;
while($i=1)
{
{
$postprocess = new PostProcess(true);
$postprocess->processMusicFromMediaInfo();
}
{
$postprocess = new PostProcess(true);
$postprocess->processOtherMiscCategory();
}
{
$postprocess = new PostProcess(true);
$postprocess->processUnknownCategory();
}
}
?>