XBMC Community Forum
[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)



- Martijn - 2011-12-15 12:23

st graveyard Wrote:Martijn,

I downloaded this tool, it looks good, but I have one question before I start downloading. Can you tell me where and how the downloaded data is saved? I currently have all my movies, tv shows and music nicely sorted out and I'm only in need of the actual extra fanart. Is the extra fanart saved in the root of the movie folder or in a seperate folder withing the movie folder. I'm just afraid to screw up my structure now that I worked so hard to get it right. Could you explain this a little bit in detail perhaps?

Thanks,
Grave

Sure Smile

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 Smile

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

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.
[Image: avatar4ee3dae9cf677.png]
[Image: avatarss.png]


- 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! Big Grin


- Martijn - 2011-12-18 22:44

m4x1m Wrote:Hi Martijn,

Great works! Thanks


Could you add a check if the folder exists? Every time I start XBMC I find this warning in debug log! Big Grin

Fixed for next version Wink


- 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:
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.
[Image: avatar4ee3dae9cf677.png]
[Image: avatarss.png]

Here we go, now i need to code other movie views Smile


- Martijn - 2011-12-19 16:43

locomot1f Wrote: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.

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.
It sounds more like a bug in the ios package. Have you tried different builds?

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.

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!

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