@
GoodOmens? Kodi is using MyMusic60, it won't be looking at MyMusic59.
Not sure what you mean by "the database is exporting as blank" - do you mean the NFO files being created are blank? Or that no NFO files are being created? Looking at your log it appears the export isn't actually doing anything:
Code:
20:03:01 93.330818 T:139985228212288 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
20:03:02 93.760231 T:139985228203776 DEBUG: CAnnouncementManager - Announcement: OnExport from xbmc
20:03:02 93.760406 T:139985228203776 DEBUG: GOT ANNOUNCEMENT, type: 32, from xbmc, message OnExport
20:03:02 93.760544 T:139985228212288 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
20:03:02 94.009438 T:139985228212288 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
20:03:30 121.744331 T:139984837265152 DEBUG: Thread JobWorker 139984837265152 terminating (autodelete)
You can query your media library using texturecache.py (it's included in these builds) - try
Code:
texturecache.py jd songs "my generation"
to view details of all songs with the title "my generation" (substitute the name - or partial name - of one of your duplicated songs).
You should see the file path for each song, and this information may help explain why you have duplicates.
Knowing when this problem started would be useful, so if you were able to go back through the builds and identify the first build with duplicates and/or empty export then it would increase the chance of a fix.