Archive for March 8th, 2010

8
Mar

Minor videodb mod – allow adding genres

   Posted by: Roguetech    in PHP programming, videodb

Did a new mod to videodb. To be able to add custom genres, and automatically add imdb genres:

OPEN edit.php
FIND

// check if genre is found- otherwise fail silently
if (is_numeric($genre = getGenreId($gname)))
{
$genres[] = $genre;
}

Read the rest of this entry ยป