[mythtv-users] Would like a list of movies with IMDb numbers

Raymond Wagner raymond at wagnerrp.com
Mon Mar 8 19:39:33 UTC 2010


On 3/8/2010 14:07, Brent Bolin wrote:
> I already keep a list of all movies I have on my system using a
> directory listing.
>
> Is there a way to have the file names along with IMBd numbers?
>    

You're just looking for a printout of all your content?  You can pull 
that out of the database using the filename and inetref fields.

SELECT filename,inetref FROM videometadata;

Note that in trunk, and soon to be in 0.23, the tmdb.py grabber will be 
replacing existing IMDb IDs with TMDB ones.


More information about the mythtv-users mailing list