![]() |
|
[Release] Artwork Downloader - 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] Artwork Downloader (/showthread.php?tid=114633) 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 |
- Martijn - 2011-12-15 12:23 st graveyard Wrote:Martijn, Sure ![]() normal artwork is saved in side the folder where the actual video files resides and for extrafanart there will be a folder created inside that first folder. so like this: /Movies/ --/Movie A/ ----movieA.mkv ----fanart.jpg ----cdart.jpg ----poster.jpg ----/extrafanart/ (images files) ----/extrathumbs/ (images files) To be sure how it works the add-on can be run from several skins for one movie. Usually from the movie info window - st graveyard - 2011-12-15 17:20 Martijn Wrote:Sure Thanks for the info, Martijn. This is just what I had hoped for ... And it seems to me that this tool could mean the end of EMBER for me ;-) - Martijn - 2011-12-16 17:33 Call to the brave: I did some code clean-up and would like some feedback if all still functions like it should script.artwork.downloader-Eden(1.0.3)-RC3.zip Please let me know. Just heads up what is coming when new http://fanart.tv site goes live. We still needs a lot more images so any help is much appreciated. - m4x1m - 2011-12-18 22:33 Hi Martijn, Great works! Thanks Code: WARNING: RemoveDirectory, cant remove dir </home/m4x1m/.xbmc/userdata/addon_data/script.artwork.downloader/temp>. trying lower case.Could you add a check if the folder exists? Every time I start XBMC I find this warning in debug log!
- Martijn - 2011-12-18 22:44 m4x1m Wrote:Hi Martijn, Fixed for next version
- locomot1f - 2011-12-18 23:51 Greetings. Every time i run this script, i lose video on EVERYTHING. i have not yet pulled any logs. i will do this on monday. just wondering if i'm alone on this. current specs: ATV 2, with latest nightly git version of artwork downloader. the only way i've found to restore video is to re-install the xbmc .deb file. - butchabay - 2011-12-19 02:16 Martijn Wrote:Call to the brave: Here we go, now i need to code other movie views
- Martijn - 2011-12-19 16:43 locomot1f Wrote:Greetings. I doubt this has anything to do with the add-on itself. It sounds more like a bug in the ios package. Have you tried different builds? - locomot1f - 2011-12-19 17:02 Martijn Wrote:I doubt this has anything to do with the add-on itself. thanks for the reply. you could be right. i took a look at my log files, and it seems to be referencing to the skin. i notified the skin creator to see if he / she thinks it's something they notice. when i switch to confluence, everything works fine. keep up the great work! - Martijn - 2011-12-19 17:04 locomot1f Wrote:thanks for the reply. you could be right. i took a look at my log files, and it seems to be referencing to the skin. It could be that it's crashing when you are running the 'get logo' or something like that. This is a XBMC problem for which i made a trac ticket |