Kodi Community Forum
Video Library Export - Not Overwriting - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Video Library Export - Not Overwriting (/showthread.php?tid=87723)



[WINDOWS] Video Library Export - Not Overwriting - DjVu - 2010-12-16

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?