03-12-2004, 09:05 AM
|
#3 |
| Senior Member ioFTPD Registered User
Join Date: Sep 2003
Posts: 281
| Code: $sfv_dirs = "/OTHER/";
/* This defines section cookie , its case-sensitive
*/
$sections = "OTHER";
$section["OTHER"] = "/OTHER/";
$IMDB_CONF[ENABLED] = TRUE;
$IMDB_CONF[SECTIONS] = "OTHER";
## IMDB SORTING
# GENRE
$IMDB_CONF[SORT_GENRE] = TRUE;
$IMDB_CONF[SORT_GENRE_PATH] = "c:\\ioFTPD\\site\\ftp\\_movie-info\\_Sorted.By.Genre\\"; Cant figure whats wrong. ABow is what ive got in my config.php.
site\ftp\_movie-info\_Sorted.By.Genre\ does also exist. This should work. sfv and everything else works except imdb sorting. Btw when is the imdbsorting config executed? when file is complete? or release is complete?
EDIT: been fixed, dont remember what i did, was a long time ago.
|
| |