Archive for the ‘PHP programming’ Category
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;
}
4
Mar
videodb mods
imdb.com has changed some of their formatting. Release year and mpaa ratings have changed. I'm not sure what changed about release year, but what I did to fix videodb:
Find in engines/imdb.php: