News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Taking mythtv preview thumbs as cover art

Started by chrisbirkinshaw, December 04, 2007, 02:23:04 PM

Previous topic - Next topic

chrisbirkinshaw

I am going to write a script to scan tv recordings folders for .png files with the same name then assign them as cover art if none exists already. What db tables do I need to be looking at?

Thanks,

Chris

tschak909

I would suggest investigating the data/commands/events menus in the admin section, and using MessageSend to send the appropriate command, with the appropriate data as parameters to update the attributes, instead of manipulating the database tables directly. We have a messaging system for a reason!

-Thom

chrisbirkinshaw

Ok. I'll get the recording list from the db (pluto_media/File). What table is the cover art stored in and how is it linked back to the File table?