cdART Manager doesn't work

Install OSMC Image for Rasperry PI, add USB HDD with my mp3 and then activate cdART Manager
in config first add path to usb Music folder, den click on cdART Manager to start his work.
Error that tables don’t exist

In Log i see:
22:10:22 T:1767797792 NOTICE: -->Python Interpreter Initialized<–
22:10:23 T:1767797792 NOTICE: [cdART Manager] - ############################################################
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # cdART Manager #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # default.py module #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # script.cdartmanager #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Giftie #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # 4.0.5 #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Ppic, Reaven, Imaginos, redje, Jair, #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Chaos_666, Magnatism, Kode, Martijn #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Thanks for the help guys… #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Frodo #
22:10:23 T:1767797792 NOTICE: [cdART Manager] - ############################################################
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Looking for settings.xml
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Addon Work Folder: /home/osmc/.kodi/userdata/addon_data/script.cdartmanager/
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Addon Database: /home/osmc/.kodi/userdata/addon_data/script.cdartmanager/l_cdart.db
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Addon settings: /home/osmc/.kodi/userdata/addon_data/script.cdartmanager/settings.xml
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Addon Work Folder Found, Checking For Database
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Addon Db Found, Checking Database Version
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Looking for database version: 3.0.3
22:10:23 T:1767797792 ERROR: Traceback (most recent call last):
22:10:23 T:1767797792 ERROR: File “/home/osmc/.kodi/addons/script.cdartmanager/default.py”, line 482, in
22:10:23 T:1767797792 ERROR: c.execute(query)
22:10:23 T:1767797792 ERROR: OperationalError: no such table: counts
22:10:23 T:1767797792 NOTICE: [cdART Manager] - # Error: OperationalError
22:10:23 T:1767797792 NOTICE: [cdART Manager] - Trying To Delete Database
22:10:26 T:1767797792 NOTICE: [cdART Manager] - # Setting up Script
22:10:26 T:1767797792 NOTICE: [cdART Manager] - Addon Db Not Found - Building New Addon Db
22:11:04 T:1767797792 ERROR: Traceback (most recent call last):
22:11:04 T:1767797792 ERROR: File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/database.py”, line 619, in get_local_artists_db
22:11:04 T:1767797792 ERROR: c.execute(query)
22:11:04 T:1767797792 ERROR: OperationalError: no such table: lalist
22:11:04 T:1767797792 ERROR: Traceback (most recent call last):
22:11:04 T:1767797792 ERROR: File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/database.py”, line 619, in get_local_artists_db
22:11:04 T:1767797792 ERROR: c.execute(query)
22:11:04 T:1767797792 ERROR: OperationalError: no such table: lalist
22:11:04 T:1767797792 NOTICE: [cdART Manager] - Checking for artist match with fanart.tv - First Check
22:11:05 T:1767797792 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<–
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class ‘sqlite3.OperationalError’>
Error Contents: no such table: counts
Traceback (most recent call last):
File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/gui.py”, line 71, in onInit
self.setup_all()
File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/gui.py”, line 1048, in setup_all
first_check( all_artists, local_artists )
File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/fanarttv_scraper.py”, line 356, in first_check
store_fanarttv_datecode( present_datecode )
File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/database.py”, line 430, in store_fanarttv_datecode
local_artist_count, album_count, artist_count, cdart_existing = new_local_count()
File “/home/osmc/.kodi/addons/script.cdartmanager/resources/lib/database.py”, line 718, in new_local_count
c.execute(query)
OperationalError: no such table: counts
–>End of Python script error report<–
22:14:20 T:1725330464 NOTICE: Thread JobWorker start, auto delete: true

Have you checked the kodi support thread for the addon in question ?

http://forum.kodi.tv/showthread.php?tid=77031&page=138

For problems specific to an addon it’s best to check the addons support forum for assistance from the author.

BTW near the beginning of the log it says Frodo - if that means the addon was written for the Frodo release of XBMC then it is very out of date now (2 years and 2 major versions behind) and may not work with Helix - again check with the author for an update if that is the case.

this addon is preselected in the OSMC image so if the problem is that this addon is not compatibel with osmc then the same problem will be for everybody which select this addon on his osmc image installation.
So the solution should be done by the osmc team (remove addon or change the addon to newer version).

But i will also check the fork from cdart manager

thanks for your response
Thomas

I think you misunderstand how Kodi addons work and the ecosystem around them.

This addon is not pre-installed in OSMC - it is a part of the default Kodi repository and that repository is pre-installed in all installations of Kodi not just Kodi on OSMC. This repository provides a means to download and install addons which are listed in the repository.

At the time that you install the addon it is being downloaded from a 3rd party site and installed. The Kodi developers (note - not OSMC developers) have decided to aggregate and include various popular 3rd party addons within their default repository however these addons are not written by the Kodi developers (nor OSMC developers) and they do not imply any sort of warranty or guarentee that these addons all function correctly or are fully compatible with current versions of Kodi.

Addons that are badly broken in current versions of Kodi are usually marked as “broken” in the repository (which will stop you from installing them) however this is not always the case.

Unfortunately it’s not the responsibility of the OSMC developers or Kodi developers to ensure that all 3rd party addons work. This would be akin to Microsoft being responsible for making sure every piece of 3rd party software on the planet works properly with a new release of Windows - and even if they wanted to pursue this impossible task it is physically impossible when only the 3rd party software developer is able to make the necessary changes to fix a bug in their software.

Likewise it is up to the 3rd party developers of Kodi addons to keep their addons up to date with new Kodi releases and fix any bugs in them - hence my suggestion to check in the support thread for the particular addon.

Looking at the last few posts in that thread it appears that that addon has been left to languish and has fallen out of date far enough that it doesn’t function properly. (As the addon interface tends to change significantly with each major release of Kodi, this can happen if the developer goes AWOL and stops maintaining the addon)

2 Likes

Hi,
I have a same issue here. Is there any alternative to CD?
What I would like to have is a Music Fan Art that appears when I select my music. Then during the playing I would like to see some slideshow for the Artist/Album selected. I followed this tutorial but without success:

Any suggestion?