View Single Post
Old 03-12-2004, 10:05 AM  
odd
Senior Member
 
Join Date: Sep 2003
Posts: 273
Default

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.
odd is offline   Reply With Quote