-
I've built mysql database with and without the --fix-old-style-titles. There's a fairly lengthy list of movies it simply isn't pulling up either some data or any listing at all. For those listings with a (V) what 'kind' is supposed to be pulled?.
2009-06-20 19:35:06 UTC in IMDbPY
-
Also no listing for "Amityville 1992" at all.
2009-06-18 23:26:28 UTC in IMDbPY
-
1422125
A Nightmare on Elm Street 5: The Dream Child
Doesn't find any cast data using sql. Tested against two database builds (and old and the newest text files and imdbpy2sql)
I'm tracking the data down in the database and the text files to even see if it's there so I'll update this if that's the culprit.
Otherwise, I've been noticing this as well for a number of movies (and mostly...
2009-06-18 23:19:59 UTC in IMDbPY
-
My fault for not fully testing a technology, but, I ran MP4Box -hint against my LARGE mp4 collection on Ubuntu 9.04. It ran without errors, but now video can only play smoothly for 13-15 minutes on any file in MPlayer. I've tested in MPlayer, SMPlayer, Boxee, Totem and vlc. Now here are the results: (S)Mplayer can only play the first 13-15 minutes smoothly afterwards it becomes choppy and...
2009-05-17 17:21:27 UTC in gpac
-
Pretty self explanitory. Here's the traceback, check the top to see the number it's trying to pull:
>>> import imdb
>>> import os
>>> import sys
>>> import string
>>> i = imdb.IMDb('http')
>>> actor = i.get_person(532)
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 411, in get_person...
2009-04-04 07:56:58 UTC in IMDbPY