Posts Tagged ‘php’

4
Mar

videodb mods

   Posted by: Roguetech    in PHP programming, videodb

Recently I've been working on fixing up videodb. I've made a lot of changes. Demo.

  • Added a Random movie criteria page
  • Added pagination
  • Allows sorting (by title, year, date added, date modified, length, disk ID, etc., etc.)
  • Added Release Year, Date Added, and MPAA rating to list view

Read the rest of this entry »

Tags: ,

2
Mar

imdb.com changes and videodb

   Posted by: Roguetech    in PHP programming, videodb

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:

preg_match('/<title>(.*?) \([1-2][0-9][0-9][0-9].*?\)< \/TITLE>/i', $resp['data'], $ary);

Read the rest of this entry »

Tags: , ,