Video Library Export - Not Overwriting
#1
Hey Guys,

I have a bunch of python scripts that run to Update/Clean/Export the database.

Once a month I want to overwrite all the NFO, TBN, JPG files when exporting.

When I try to use the following

Code:
xbmc.executebuiltin('exportlibrary(video,true,thumbs,overwrite,actorthumbs)') #export individual files and overwrite

it exports but doesn't overwrite any of the files. If I replace thumbs,overwrite and actorthumbs with TRUE it doesn't seem to make a difference.

If I call just 'exportLibrary(video)' and answer the prompt questions, the overwrite works. Is it possible to export SEPARATE files with OVERWRITE enabled?
Reply

Logout Mark Read Team Forum Stats Members Help
Video Library Export - Not Overwriting0