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
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
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?