PDA

View Full Version : [php_psio 0.1.4] imdb sorting problems


odd
03-11-2004, 07:52 PM
Is it only me who cant get IMDB SORTING to work?

I got it working before but now when Im trying with newest version(5.8.4r + php_psio.0.1.4) nothing.

Im pretty sure I got everything coverd in the config.php. Any1 got a working IMDB SORTING out there?

St0rm
03-12-2004, 06:17 AM
yes

odd
03-12-2004, 10:05 AM
$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.