Kodi Community Forum

Full Version: Export music database does not export fanart
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I'm trying to export my music database to separate files, but only the album.nfo is created in the dir, not the fanart files. The music database works well, the music plays and all.

The debug logs says this:

19:40:35 T:1056 M:4294967295 DEBUG: ------ Window Init (DialogProgress.xml) ------
19:40:37 T:1056 M:4294967295 DEBUG: CMusicDatabase::ExportToXML - Not exporting item as it does not exist
19:40:39 T:1056 M:4294967295 DEBUG: Previous line repeats 278 times.
19:40:39 T:1056 M:4294967295 DEBUG: CWinEventsWin32::WndProcWindow is active
19:40:39 T:1056 M:4294967295 DEBUG: CWinEventsWin32::WndProcWindow lost focus
19:40:39 T:1056 M:4294967295 DEBUG: CMusicDatabase::ExportToXML - Not exporting item as it does not exist
19:40:40 T:1056 M:4294967295 DEBUG: Previous line repeats 143 times.
19:40:40 T:1056 M:4294967295 DEBUG: ------ Window Deinit (DialogProgress.xml) ------
19:40:53 T:2188 M:4294967295 DEBUG: Thread 2188 terminating (autodelete)

Any idea?

FFY
Just an update with the resolution if anybody else experiences the same error.

I had my music organized in

\Music\<Album artist> - <Album> - <Year>\<Track#> - <Artist> - <Title>

which worked fine within XBMC. But when exporting fanart etc. it failed without any help or suggestions.

I reorganized my music into

\Music\<Album artist>\<Album> - <Year>\<Track#> - <Artist> - <Title>

and now XBMC is able to export fanart and logo / icon.

FFY