![]() |
|
[RELEASE] cdART Manager Script - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (/forumdisplay.php?fid=151) +---- Thread: [RELEASE] cdART Manager Script (/showthread.php?tid=77031) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 |
- Jeax - 2011-10-22 22:45 Hey i'm having big problems trying to get this working, I can't seem to create my addon database. I haven't built the database yet, however when i goto settings > update addon database i just get an error. Code: 20:38:08 T:2905602928 NOTICE: [script.cdartmanager] - Setting up Scriptany clues? - giftie - 2011-10-22 23:11 Not sure which version of XBMC you are using, need a full debug log to determine that. If you are using Dharma 10 or 10.1: Do you have your music library created? Jeax Wrote:Hey i'm having big problems trying to get this working, I can't seem to create my addon database. - giftie - 2011-10-22 23:15 biochip Wrote:Can anyone make a move with all the steps for this cd making? I don't need detailed descriptions, just move from beginning till end showing whole process. Try this.. http://www.mediafire.com/file/qagihb6wauv3sd5/GIMP%20Template.zip Though it's not a video, it does have pictures It also contains a better template(Better transparencies).
- Martijn - 2011-10-23 02:38 giftie Wrote:Is the Singles being stored as albums in the database? Do they have separate Ablum titles(the title of the single release?) And is the single title available from MusicBrainz? Singles always have empty "album" id3 tags or else they will be listed under 'albums'. What i meant was that some only want to download fanart/logos for artists who have albums and some both albums/singles. Don't think it will be be any use to for download cdart so it will only apply to artists. - giftie - 2011-10-23 02:45 Machine-Sanctum Wrote:Singles always have empty "album" id3 tags or else they will be listed under 'albums'. Oh I see what you mean by a singles. I thought you were talking about a Single Release(a disc containing a few songs of an upcoming Album release.) When I add the All Artists to the fanarts and logos(as you said, the only useful ones) the script will be able to download Fanarts and logos for artist stored in XBMC's Library - even if they don't have any Albums... - Drazzilb - 2011-10-23 06:17 Deleted (sorry put this in the wrong spot) Problem Accessing Folder - cberg1890 - 2011-10-24 04:12 I have deleted my userdata folder after following the instructions posted on page 23 of this thread, but it doesn't help. Anyway, I am running 10.1 Dharma and 1.5.3 cdart manager. I am getting the error "Problem Acessing Folder" error. Xp Sp3, Amd Here's my log: http://pastebin.com/mUCUu7AR - Jeax - 2011-10-24 11:41 is there any way to run cdART manager as a standalone script without the gui? Just through the python terminal? e.g Code: python cdArt.py "/mnt/Music/"I'm only asking this because there seems to be lots of dependencies issues with openelec and cdart manager (I havent been able to get it working since using openelec) which currently unfortunately means i have album art, but no artist art at the moment, but xbmc won't scrape my media as it seems to assume if i have album art i will have artist art too! Any help would be apreciated, i'm running Code: 20:36:38 T:3020482832 NOTICE: Starting XBMC, Platform: Linux (OpenELEC_EDEN - Version: devel-20111016201717-r8499, 3.1.0-rc9 i686). Built on Oct 16 2011 (Git:70537d2)I'm running this eden openelec version, and it just says Dependencies not met when trying to install cdart manager from either zip or repo - giftie - 2011-10-25 04:34 Sorry no standalone mode. I wonder what dependencies OpenElec is missing. The script needs two, salute and PIL. Both of which should be available for OpenElec to be compatible with XBMC. . Jeax Wrote:is there any way to run cdART manager as a standalone script without the gui? Just through the python terminal? e.g - Kode - 2011-10-25 10:51 Have you tried using a Dharma release? I'm also using the Eden release generic build which fails on dependencies, but it might just be something not in the Eden version (like nano is in the Dharma release but doesn't seem to be in the Eden version) so it might be something that the openelec team need to know about rather than giftie. |