Posts: 3
Joined: Mar 2012
Reputation:
0
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 :-)
Posts: 17,859
Joined: Jul 2011
Reputation:
371
Best is for you to start a new thread with update information and we can close this one.