Archive for March 8th, 2010
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;
}
if (is_numeric($genre = getGenreId($gname)))
{
$genres[] = $genre;
}