[RELEASE] cdART Manager Script

  Thread Rating:
  • 6 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Scoxx Offline
Junior Member
Posts: 3
Joined: May 2013
Reputation: 0
Post: #1751
(2013-05-15 18:30)Scoxx Wrote:  -There is a default.py, it is in the 'root' folder of the script.

Sry. Did not look for it in the root folder, for sure the default.py is there.( sry dont know how to quote)


Is the script.module.pil a standalone script for xbmc or part of something ,because you wrote that i have to install it into the system python.

I found the script.module.pil on my raspi and it contains one addon.xml. Have downloaded it new and replaced the addon.xml => Same log failure.

Is it right that the addon.xml just this:
<?xml version="1.0" encoding="UTF-8" standalone="true"?>
-<addon provider-name="PythonWare" version="1.1.7" name="Python Image Library" id="script.module.pil">
-<requires> <import version="2.0.0" addon="xbmc.python"/> </requires> <extension library="lib" point="xbmc.python.module"/>
-<extension point="xbmc.addon.metadata"> <platform>all</platform> </extension> </addon>

I dont know what to do...

Here is the path to my addon.xml :
pi@raspbmc:/media/CnMemory$ cd /home/pi/.xbmc/addons/script.module.pil/
pi@raspbmc:~/.xbmc/addons/script.module.pil$ dir
addon.xml


Thanks!

I found the answer:

connection via ssh -> username : password -> and then just 'sudo apt-get install python-imaging'
Thats all!! But thanks for your help.
find quote
bedo2405 Offline
Junior Member
Posts: 4
Joined: Apr 2013
Reputation: 0
Post: #1752
Hi, when I go into cdArt Manager I'm only seeing my first album Adele. None of my other albums appear. What am I doing wrong?
Version 3.0.3 on xbmc 12.1

Any help greatly appreciated

Found the answer on 173, thanks anyway.
(This post was last modified: 2013-05-20 15:18 by bedo2405.)
find quote
JoeBlow42069 Offline
Member
Posts: 88
Joined: Jul 2011
Reputation: 0
Post: #1753
Does anyone know why my clear logos don't show in Aeon Nox using Frodo 12.2? I selected show logo instead of title, and have also downloaded clear logo's to my artists folder. Also, when I select background customizer to show extra fan art, that isn't working either.
find quote
JuggalotusHeat Offline
Junior Member
Posts: 28
Joined: Feb 2013
Reputation: 0
Post: #1754
EDIT: on 173 and I failed to look at previous posts. Bah!
(This post was last modified: 2013-05-21 20:31 by JuggalotusHeat.)
find quote
Lunatixz Offline
Fan
Posts: 399
Joined: May 2011
Reputation: 7
Location: New York
Post: #1755
can't get cdart addon to start... log snippet below

01:47:32 T:3820 DEBUG: POParser: loaded 191 strings from file x:\XBMC\portable_data\addons\script.cdartmanager\resources\language\English\stri​ngs.po
01:47:32 T:3820 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: cannot import name auto_download
Traceback (most recent call last):
File "x:\XBMC\portable_data\addons\script.cdartmanager\default.py", line 98, in <module>
from download import auto_download
ImportError: cannot import name auto_download
-->End of Python script error report<--

[Image: Lunatixz.png]
[Image: all-thin-banner@2x.jpg]
Please add to my Reputation if I helped...
find quote
Post Reply