Kodi Community Forum
[RELEASE] cdART Manager Script - 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)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] cdART Manager Script (/showthread.php?tid=77031)



RE: [RELEASE] cdART Manager Script - stef.an - 2016-01-09

Hey Jumpy73,
there's a difference between "update database" and "refresh database" - you are looking for the "update", which should only import your new albums.
At least in my german version of the addon the translation is "suboptimal".
I'm still on a complete rebuild of the script and if it works as I hope it will, this sync will be history then - just a few months of work ahead Wink


RE: [RELEASE] cdART Manager Script - djkawa - 2016-01-16

Hello there,

I have a problem with cd art manager, it looks like it's looking for all my artists but it does not find anything. I looked at the log and here is what i found, for each album it says that the path does not exist.. but it does exist.. any ideas?

09:55:30 T:14384 DEBUG: [cdART Manager] - jsonrpc_calls.py - Retrieving Album Details
09:55:30 T:14384 DEBUG: [json_utils.py] - JSONRPC Query -
{"jsonrpc": "2.0", "method": "AudioLibrary.GetAlbumDetails", "params": {"properties": ["artist", "title", "musicbrainzalbumid", "musicbrainzalbumartistid"], "albumid": 1419}, "id": 1}
09:55:30 T:14384 DEBUG: SELECT albumview.*,albumartistview.* FROM albumview LEFT JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum WHERE albumview.idAlbum = 1419 ORDER BY albumartistview.iOrder
09:55:30 T:14384 DEBUG: [cdART Manager] - jsonrpc_calls.py - Retrieving Album Path
09:55:30 T:14384 DEBUG: [json_utils.py] - JSONRPC Query -
{"jsonrpc": "2.0", "method": "AudioLibrary.GetSongs", "params": { "properties": ["file", "musicbrainzalbumartistid", "musicbrainzalbumid"], "filter": { "albumid": 1419 }, "sort": {"method":"path","order":"ascending"} }, "id": 1}
09:55:30 T:14384 DEBUG: CMusicDatabase::GetSongsByWhere query = SELECT songview.* FROM songview WHERE songview.idAlbum = 1419
09:55:30 T:14384 DEBUG: CMusicDatabase::GetSongsByWhere() - took 1 ms
09:55:30 T:14384 DEBUG: [cdART Manager] - Found an Artist MBID in the Database:
09:55:30 T:14384 DEBUG: Previous line repeats 11 times.
09:55:30 T:14384 DEBUG: [cdART Manager] - Found an Album Release MBID in the Database:
09:55:30 T:14384 DEBUG: [cdART Manager] - Path does not exist: 'E:\\MUSIC\\Zero 7\\The Garden'
09:55:30 T:14384 DEBUG: Previous line repeats 11 times.


I am on windows 10 64 bits. running kodi 15.2

thanks :-)


RE: [RELEASE] cdART Manager Script - stef.an - 2016-01-17

Hi djkawa, you're running an ancient version of the script which doesn't work anymore.
Usually I tell people to check the last pages on how to install the script via zip-file but currently things are changing, so read on...

********************************
Hello everyone,
Martijn is about to pull the latest version to the official repos Wink
I recommend checking http://addons.kodi.tv/show/script.cdartmanager/ the next few days and when the version says 4.1.0 you could uninstall your github version and return to the officially distibuted version (remember to uninstall the github version first!).
********************************


RE: [RELEASE] cdART Manager Script - Martijn - 2016-01-17

Best is for you to start a new thread with update information and we can close this one.


RE: [RELEASE] cdART Manager Script - stef.an - 2016-01-18

To be continued...