2015-01-04, 14:57
(2015-01-04, 11:54)Mychale Wrote: but how do I update the missing art work and data (plot/plot outline/rating/...) for both movies and tv shows?
For movies, you could use:
Code:
texturecache.py imdb movies @imdb.fields=plot,plotoutline,votes,rating,top250,runtime,country,genre,director,writer,year | texturecache.py set
I don't have a source for TV shows, so you'll have to re-scrape or re-fresh from NFOs.
For any missing artwork you'll need to look at an addon such as Artwork Downloader, or an external media manager.
(2015-01-04, 11:54)Mychale Wrote: I'm now thinking of backing up my data, and starting fresh. I have .nfo files and images saved with the media is separate folders. I recently ran a separate file export before upgrading to Kodi.
Sometimes that's best.
Exporting may be a good idea for metadata (plot etc.), but not so good IMHO for artwork (it will be the sometimes lower quality version from your cache).
For artwork (and even NFOs) I'd always recommend the use of a media manager instead, ie. Ember etc. Or try mklocal.py, as this will store only original artwork in your file system (assuming it is still available) and not the quality-compromised cached version.
(2015-01-04, 11:54)Mychale Wrote: I just want to backup the watched flags and "date added to library" for movies and tv shows, playcount and resume times would be good too. What would be a good way to go about that? Would this script even help with that?
Code:
texturecache.py watched movies backup movies.dat
texturecache.py watched tvshows backup tvshows.dat
"date added to library" is (by default) taken from the modification date of the media file, so there's no need to back that up.