View Single Post
Old 08-20-2006, 12:18 AM  
lemonstar
Member
 
Join Date: Dec 2004
Posts: 32
Default php_psio does not create sorted dirs

hi,

my imdb works fine at all, but sorting of movies or mp3's does not. surely i enabled and set up everything right in my php_psio.conf.

Quote:
/* Mp3 Sorting.
*/
# ARTIST
$MP3_CONF[SORT_ARTIST] = TRUE;
$MP3_CONF[SORT_ARTIST_PATH] = "f:\\ioFTPD\\site\\sorted\\_Sorted.by.Artist\\ ";
# GENRE
$MP3_CONF[SORT_GENRE] = TRUE;
$MP3_CONF[SORT_GENRE_PATH] = "f:\\ioFTPD\\site\\sorted\\_Sorted.by.Genre\\" ;
# YEAR
$MP3_CONF[SORT_YEAR] = TRUE;
$MP3_CONF[SORT_YEAR_PATH] = "f:\\ioFTPD\\site\\sorted\\_Sorted.by.Year\\";
# GROUP
$MP3_CONF[SORT_GROUP] = TRUE;
$MP3_CONF[SORT_GROUP_PATH] = "f:\\ioFTPD\\site\\sorted\\_Sorted.by.Group\\" ;
my mp3 files are loacted at g:\site\mp3 and my io root dir is f:\ioftpd\site
lemonstar is offline   Reply With Quote