[RELEASE] cdART Manager Script

  Thread Rating:
  • 6 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
giftie Online
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #791
(2012-04-14 07:42)iLurk Wrote:  
(2012-04-07 23:17)giftie Wrote:  The only problem(and a big one) there is no way to get the full and proper paths to that sort of folder layout. XBMC only provides the path to the song, and skins(most if not all that support extrafanart) creates the path based on the path supplied in settings(much like how the script saves to the Music Library path)

I think the best solution for you would to actually have a separate Artwork Folder for the Fanarts, Logo's and Extrafanarts.

Hi giftie

Just a quick qustion regarding the quote above.

Say I run the download all my fanarts,etc to a specific folder. how will XBMC know to look at that folder for the artwork if i need to run a fresh setup/installation?

And as always, thanks for the work you've put into this Smile

It's not really XBMC needing to find the artwork, but the skins. Some skins require you to enter in the path for your music library, this is really asking for the path to the artwork. I know the following skins have this option - Aeon Nox, Transparency!, Metropolis, Aeon MQ3(at least for Logos). There might be others...

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
simpic Offline
Junior Member
Posts: 42
Joined: May 2011
Reputation: 0
Post: #792
Hi,

I'm having problems running the add on.

WIN7 XMBC Eden MQ3 Skin

Everything freezes, here is the debug log for when it happens...

Code:
19:38:40 T:2244  NOTICE: ascii
19:38:40 T:2244  NOTICE: [script.cdartmanager] - ############################################################
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    cdART Manager                                         #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #        gui.py module                                     #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    script.cdartmanager                                   #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    Giftie                                                #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    2.5.1                                                 #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    Ppic, Reaven, Imaginos, redje, Jair,                  #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    Chaos_666, Magnatism, Kode                            #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - #    Thanks for the help...                                #
19:38:40 T:2244  NOTICE: [script.cdartmanager] - ############################################################
19:38:40 T:2244  NOTICE: [script.cdartmanager] - # Setting up Script
19:38:40 T:2168   ERROR: Texture manager unable to load file: C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​efault\media\speakergrill.png
19:38:40 T:2168   ERROR: Texture manager unable to load file: C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​efault\media\cdart-icon.png
19:38:40 T:2168   ERROR: Texture manager unable to load file: C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​efault\media\default-menu.png
19:38:40 T:2168   ERROR: Texture manager unable to load file: C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​efault\media\default-black.png
19:38:40 T:2168   ERROR: Texture manager unable to load file: C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​efault\media\default-menu.png
19:38:40 T:2244   ERROR: Previous line repeats 4 times.
19:38:40 T:2244  NOTICE: [script.cdartmanager] - Addon Db Not Found - Building New Addon Db
19:38:40 T:2244   ERROR: Texture manager unable to load file: special://skin/extras/common_blank.png
19:38:40 T:2244   ERROR: Previous line repeats 1 times.
19:38:40 T:2244   ERROR: Traceback (most recent call last):
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\jso​n_utils.py", line 28, in retrieve_json_dict
19:38:40 T:2244   ERROR:     json_dict = result[items]
19:38:40 T:2244   ERROR: TypeError: 'NoneType' object is unsubscriptable
19:38:40 T:2244   ERROR: Traceback (most recent call last):
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui​.py", line 142, in onInit
19:38:40 T:2244   ERROR:     self.setup_all()
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\gui​.py", line 1010, in setup_all
19:38:40 T:2244   ERROR:     local_album_count, local_artist_count, local_cdart_count = new_database_setup( self.background )
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\dat​abase.py", line 351, in new_database_setup
19:38:40 T:2244   ERROR:     local_album_list = get_xbmc_database_info( background )
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\dat​abase.py", line 60, in get_xbmc_database_info
19:38:40 T:2244   ERROR:     album_list, total = retrieve_album_list()
19:38:40 T:2244   ERROR:   File "C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\lib\pre​_eden_code.py", line 19, in retrieve_album_list
19:38:40 T:2244   ERROR:     return json_albums, len(json_albums)
19:38:40 T:2244   ERROR: TypeError: object of type 'NoneType' has no len()
19:38:40 T:2168   ERROR: Texture manager unable to load file: special://skin/extras/common_black.png
19:42:07 T:2168   ERROR: Control 1 in window 10099 has been asked to focus, but it can't
19:42:24 T:2168   ERROR: Texture manager unable to load file: special://skin/extras/common_blank.png
19:42:39 T:2168   ERROR: Previous line repeats 3 times.
19:42:39 T:2168   ERROR: Control 1 in window 10099 has been asked to focus, but it can't

Any ideas as to how I can get this working?

Regards,

Simon
(This post was last modified: 2012-04-14 22:01 by simpic.)
find quote
giftie Online
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #793
Please check that those files are in that folder( C:\Users\media\AppData\Roaming\XBMC\addons\script.cdartmanager\resources\skins\D​​efault\media\ )

It is strange if they are missing..

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
Hellnino18 Offline
Member
Posts: 98
Joined: Jan 2011
Reputation: 0
Post: #794
(2012-04-14 03:29)giftie Wrote:  A full debug log is needed, a clip does not show me your system info, script settings, etc...

Do you have the 'Path to Music Library' set in the settings?

(2012-04-13 18:20)Hellnino18 Wrote:  Hello,

This is what I see when I try to dowload Clearlogos. I'm seeing that it try to create a folder or file? But where?

http://pastebin.com/69vq5FfN

Hi giftie, no i haven't set the path to music library in my General Them Settings. I have to? (I am using Aeon Nox Git - pre 3.0)
find quote
giftie Online
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #795
You need the path set in the script's settings, since the script does not know where your artist path is.

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
Hellnino18 Offline
Member
Posts: 98
Joined: Jan 2011
Reputation: 0
Post: #796
(2012-04-14 23:30)giftie Wrote:  You need the path set in the script's settings, since the script does not know where your artist path is.

I don't understand where it is? In my theme settings?

I have nomwhere to set my path Music Library in the CDart Manager...
find quote
iLurk Offline
Member
Posts: 82
Joined: Sep 2008
Reputation: 0
Post: #797
(2012-04-14 23:40)Hellnino18 Wrote:  
(2012-04-14 23:30)giftie Wrote:  You need the path set in the script's settings, since the script does not know where your artist path is.

I don't understand where it is? In my theme settings?

I have nomwhere to set my path Music Library in the CDart Manager...

Open up cdART Manager and it should start up in "Settings". Under "Files and Folders" there's an option to set your Music Library path
find quote
Hellnino18 Offline
Member
Posts: 98
Joined: Jan 2011
Reputation: 0
Post: #798
(2012-04-15 03:05)iLurk Wrote:  
(2012-04-14 23:40)Hellnino18 Wrote:  
(2012-04-14 23:30)giftie Wrote:  You need the path set in the script's settings, since the script does not know where your artist path is.

I don't understand where it is? In my theme settings?

I have nomwhere to set my path Music Library in the CDart Manager...

Open up cdART Manager and it should start up in "Settings". Under "Files and Folders" there's an option to set your Music Library path

Yeah I see it in the first page of this thread, but I haven't. Only for the backup cdard. I have the version 2.5.1?
find quote
giftie Online
Skilled Python Coder
Posts: 2,036
Joined: Mar 2010
Reputation: 35
Post: #799
The path to Music library needs to be set for clearLogos and extrafanarts. It should be the option above the cdART Backup folder.

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
Hellnino18 Offline
Member
Posts: 98
Joined: Jan 2011
Reputation: 0
Post: #800
(2012-04-15 09:34)giftie Wrote:  The path to Music library needs to be set for clearLogos and extrafanarts. It should be the option above the cdART Backup folder.

Why it's not like for cdart and it save each clearLogos in each folder of artist?
find quote
Post Reply