• 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 157
[RELEASE] cdART Manager Script
oh ok..... is there a directory it needs to go to? would putty or winscp not work?
(2013-11-26, 22:47)rabbitarmitage Wrote: oh ok..... is there a directory it needs to go to? would putty or winscp not work?

It is a python module that needs to be installed through the OS(putty should make it possible). I just don't know the proper method for an android box.
hmmm does this help http://pygame.renpy.org/android-packaging.html
Is there a version of this that works with gotham nightlies? Thanks
YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
I installed this plugin on Sunday, am having a little issue, and wondered if it's normal. I've updated the addon database, and it seems incredibley slow. It's managed ~20% so far, obviously XBMC is unusable in the meantime.

Forgot to say it's identified something like 3000 artists, so I appreciate that it's going to be fairly slow.
uptil a few days back was working very well with the scheduler ! now scheduler dosent seem to be updating database or running any of the scripts including cdart manager .. is anyone else having the same issue . i am on windows 7 , gotham alpha 8 , Nox 4.1.9.
Hi

I am new to XBMC and unfortunately failed to use CDArt Manager proberly. CDArt Manager scans my library but fails to generate a CDArt database.

I am using XBMC Frodo on Windows 7 64bit with the confluence skin. My xbmc.log:

https://skydrive.live.com/redir?resid=70...der%2c.log

Thanks for your help in advance!

Oliver
I'm having trouble getting cdART to create the extrafanart directory for my music. I've uploaded my log to xbmclogs - http://xbmclogs.com/show.php?id=92665

The first indication I see of a problem is line 194 where it can't create the directory. I've checked directory permissions and I'm able to create files and directories as the xbmc user. cdART is also able to create the missing.txt file on the same file system as the music library.

Thanks.
(2013-12-02, 18:16)rgstephens Wrote: I'm having trouble getting cdART to create the extrafanart directory for my music. I've uploaded my log to xbmclogs - http://xbmclogs.com/show.php?id=92665

The first indication I see of a problem is line 194 where it can't create the directory. I've checked directory permissions and I'm able to create files and directories as the xbmc user. cdART is also able to create the missing.txt file on the same file system as the music library.

Thanks.

I found the issue, my music path wasn't set in settings.
(2013-12-01, 18:02)ohh75 Wrote: Hi

I am new to XBMC and unfortunately failed to use CDArt Manager proberly. CDArt Manager scans my library but fails to generate a CDArt database.

I am using XBMC Frodo on Windows 7 64bit with the confluence skin. My xbmc.log:

https://skydrive.live.com/redir?resid=70...der%2c.log

Thanks for your help in advance!

Oliver

HI

I guess my problem has to do with the following errors:

Code:
16:41:48 T:828   DEBUG: [cdART Manager] - Settings
16:41:48 T:828   ERROR: Traceback (most recent call last):
16:41:48 T:828   ERROR:   File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\utils.py", line 105, in settings_to_log
16:41:48 T:828   ERROR:     settings_file = open( base_path, "r" )
16:41:48 T:828   ERROR: IOError: [Errno 2] No such file or directory: u'C:\\Users\\HTPC\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.cdartmanager\\settings.xml'
16:41:48 T:828   DEBUG: [cdART Manager] - sys.argv[0]:
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Database: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\l_cdart.db
16:41:48 T:828  NOTICE: [cdART Manager] - Addon settings: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\settings.xml
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder Found, Checking For Database
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Db not found, Must Be First Run

Code:
16:42:03 T:828   DEBUG: [cdART Manager] - MusicBrainz ArtistId: 3d2b98e5-556f-4451-a3ff-c50ea18d57cb
16:42:03 T:828   DEBUG: DialogProgress::StartModal called (already running)!
16:42:03 T:828   DEBUG: ------ Window Init (DialogProgress.xml) ------
16:42:03 T:828   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: unable to open database file
                                            Traceback (most recent call last):
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 71, in onInit
                                                self.setup_all()
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 1040, in setup_all
                                                local_album_count, local_artist_count, local_cdart_count = database_setup( self.background )
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\database.py", line 534, in database_setup
                                                conn = sqlite3.connect(addon_db)
                                            OperationalError: unable to open database file
                                            -->End of Python script error report<--
16:42:04 T:4188   DEBUG: Thread CRemoteControl 4188 terminating

What does it mean? Can anybody help?
Reinstalling CDArt Manager didn't help.

Thanks, Oliver
(2013-12-03, 16:54)ohh75 Wrote:
(2013-12-01, 18:02)ohh75 Wrote: Hi

I am new to XBMC and unfortunately failed to use CDArt Manager proberly. CDArt Manager scans my library but fails to generate a CDArt database.

I am using XBMC Frodo on Windows 7 64bit with the confluence skin. My xbmc.log:

https://skydrive.live.com/redir?resid=70...der%2c.log

Thanks for your help in advance!

Oliver

HI

I guess my problem has to do with the following errors:

Code:
16:41:48 T:828   DEBUG: [cdART Manager] - Settings
16:41:48 T:828   ERROR: Traceback (most recent call last):
16:41:48 T:828   ERROR:   File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\utils.py", line 105, in settings_to_log
16:41:48 T:828   ERROR:     settings_file = open( base_path, "r" )
16:41:48 T:828   ERROR: IOError: [Errno 2] No such file or directory: u'C:\\Users\\HTPC\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.cdartmanager\\settings.xml'
16:41:48 T:828   DEBUG: [cdART Manager] - sys.argv[0]:
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Database: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\l_cdart.db
16:41:48 T:828  NOTICE: [cdART Manager] - Addon settings: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\settings.xml
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder Found, Checking For Database
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Db not found, Must Be First Run

Code:
16:42:03 T:828   DEBUG: [cdART Manager] - MusicBrainz ArtistId: 3d2b98e5-556f-4451-a3ff-c50ea18d57cb
16:42:03 T:828   DEBUG: DialogProgress::StartModal called (already running)!
16:42:03 T:828   DEBUG: ------ Window Init (DialogProgress.xml) ------
16:42:03 T:828   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: unable to open database file
                                            Traceback (most recent call last):
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 71, in onInit
                                                self.setup_all()
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 1040, in setup_all
                                                local_album_count, local_artist_count, local_cdart_count = database_setup( self.background )
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\database.py", line 534, in database_setup
                                                conn = sqlite3.connect(addon_db)
                                            OperationalError: unable to open database file
                                            -->End of Python script error report<--
16:42:04 T:4188   DEBUG: Thread CRemoteControl 4188 terminating

What does it mean? Can anybody help?
Reinstalling CDArt Manager didn't help.

Thanks, Oliver

Have you set up the script?
(2013-12-03, 19:05)giftie Wrote:
(2013-12-03, 16:54)ohh75 Wrote:
(2013-12-01, 18:02)ohh75 Wrote: Hi

I am new to XBMC and unfortunately failed to use CDArt Manager proberly. CDArt Manager scans my library but fails to generate a CDArt database.

I am using XBMC Frodo on Windows 7 64bit with the confluence skin. My xbmc.log:

https://skydrive.live.com/redir?resid=70...der%2c.log

Thanks for your help in advance!

Oliver

HI

I guess my problem has to do with the following errors:

Code:
16:41:48 T:828   DEBUG: [cdART Manager] - Settings
16:41:48 T:828   ERROR: Traceback (most recent call last):
16:41:48 T:828   ERROR:   File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\utils.py", line 105, in settings_to_log
16:41:48 T:828   ERROR:     settings_file = open( base_path, "r" )
16:41:48 T:828   ERROR: IOError: [Errno 2] No such file or directory: u'C:\\Users\\HTPC\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.cdartmanager\\settings.xml'
16:41:48 T:828   DEBUG: [cdART Manager] - sys.argv[0]:
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Database: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\l_cdart.db
16:41:48 T:828  NOTICE: [cdART Manager] - Addon settings: C:\Users\HTPC\AppData\Roaming\XBMC\userdata\addon_data\script.cdartmanager\settings.xml
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Work Folder Found, Checking For Database
16:41:48 T:828  NOTICE: [cdART Manager] - Addon Db not found, Must Be First Run

Code:
16:42:03 T:828   DEBUG: [cdART Manager] - MusicBrainz ArtistId: 3d2b98e5-556f-4451-a3ff-c50ea18d57cb
16:42:03 T:828   DEBUG: DialogProgress::StartModal called (already running)!
16:42:03 T:828   DEBUG: ------ Window Init (DialogProgress.xml) ------
16:42:03 T:828   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: unable to open database file
                                            Traceback (most recent call last):
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 71, in onInit
                                                self.setup_all()
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui.py", line 1040, in setup_all
                                                local_album_count, local_artist_count, local_cdart_count = database_setup( self.background )
                                              File "C:\Users\HTPC\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\database.py", line 534, in database_setup
                                                conn = sqlite3.connect(addon_db)
                                            OperationalError: unable to open database file
                                            -->End of Python script error report<--
16:42:04 T:4188   DEBUG: Thread CRemoteControl 4188 terminating

What does it mean? Can anybody help?
Reinstalling CDArt Manager didn't help.

Thanks, Oliver

Have you set up the script?

Yes, I set up the script.

It seems if CDArt Manager freezes while creating the database:
Image
You will probably need to delete the database files in the userdata/addon_data/script.cdartmanager folder
(2013-12-03, 22:21)giftie Wrote: You will probably need to delete the database files in the userdata/addon_data/script.cdartmanager folder

I deleted the database files. Unfortunately It didn't help.

I realized that if I change the configuration settings of the CDart Manager addon, these changes are not written into the settings.xml within the userdata/addon_data/script.cdartmanager folder. So I changed the settings driectly within the settings.xml. But it didn't help.

Any ideas what I could try next?
not compatible with alpha 10?
  • 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 157

Logout Mark Read Team Forum Stats Members Help
[RELEASE] cdART Manager Script6