Kodi Community Forum
Artwork Downloader - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: Artwork Downloader (/showthread.php?tid=114633)



RE: [Release] Artwork Downloader - Martijn - 2012-08-13

(2012-08-13, 10:11)mordzy Wrote:
(2012-08-12, 18:41)Martijn Wrote: I don't care about log snippets.

If the log is to big restart xbmc with everything else turned off and try again.

Besides that you haven't got any movies in your library so start adding a video source set to movies

i turned debug mode on for the artwork downloader and xbmc, cleared the log and ran the app. i dont care for long logs either but thats what was created.

All i have done is placed my movies in my user movies folder thats part of the standard osx user profile. from xbmc i can browse the movies by going to the movies menu - files - movies. is this location not referenced by default. i cant see anything in the documentation that states you have to add the location again. apologies if this is assumed to be understood by the user.

This script won't work in file mode which you use.
You need to use library mode.
http://wiki.xbmc.org/index.php?title=Adding_videos_to_the_library


RE: [Release] Artwork Downloader - mordzy - 2012-08-13

(2012-08-13, 10:18)Martijn Wrote:
(2012-08-13, 10:11)mordzy Wrote:
(2012-08-12, 18:41)Martijn Wrote: I don't care about log snippets.

If the log is to big restart xbmc with everything else turned off and try again.

Besides that you haven't got any movies in your library so start adding a video source set to movies

i turned debug mode on for the artwork downloader and xbmc, cleared the log and ran the app. i dont care for long logs either but thats what was created.

All i have done is placed my movies in my user movies folder thats part of the standard osx user profile. from xbmc i can browse the movies by going to the movies menu - files - movies. is this location not referenced by default. i cant see anything in the documentation that states you have to add the location again. apologies if this is assumed to be understood by the user.

This script won't work in file mode which you use.
You need to use library mode.
http://wiki.xbmc.org/index.php?title=Adding_videos_to_the_library


Thanks for the clarification. i will try this later.

Much appreciated.



RE: [Release] Artwork Downloader - Hellnino18 - 2012-08-14

Hi martjin,

I have a problem with your script, everytime i launch him, here is my log :

Quote:19:11:50 T:192 NOTICE: Artwork Downloader: ######## Artwork Downloader: Initializing...............................
19:11:50 T:192 NOTICE: Artwork Downloader: ## Add-on ID = script.artwork.downloader
19:11:50 T:192 NOTICE: Artwork Downloader: ## Add-on Name = Artwork Downloader
19:11:50 T:192 NOTICE: Artwork Downloader: ## Authors = paddycarey, putneyj, Martijn
19:11:50 T:192 NOTICE: Artwork Downloader: ## Version = 1.0.14
19:12:07 T:192 ERROR: Artwork Downloader: 'HTTP Error 500: Internal Server Error'
19:12:28 T:192 NOTICE: Artwork Downloader: script stopped

Do you have an idea, why I have this error?

Thanks Smile


RE: [Release] Artwork Downloader - Martijn - 2012-08-14

No

Since you also have issues with cdArt Manager my crystal ball says your XBMC installation is the problem


RE: [Release] Artwork Downloader - Hellnino18 - 2012-08-14

I don't know why because I just reinstalled only XBMC program... Everything goes right before that...


RE: [Release] Artwork Downloader - Martijn - 2012-08-14

(2012-08-14, 19:31)Hellnino18 Wrote: I don't know why because I just reinstalled only XBMC program... Everything goes right before that...

Check the network settings in XBMC. Something will be wrong there.
Also read the first post:
Quote:If anyone finds any bugs or has any suggestions please add them to issues on github or let us know here. DO NOT post parts of you debug log directly. ONLY use http://pastebin.com/ or http://paste.ubuntu.com/ and post the link together with a description of the problem.



RE: [Release] Artwork Downloader - Hellnino18 - 2012-08-14

No problem in network settings. I change the web http port fixed in the part "Services".

I don't think it's a network settings because I relaunch it, and Artwork Downloader said to me that it download 2 new images. If I see in the xbmc log, that said to me that there is always an HTTP internal Error.

By the way, sorry for the snippet log...


RE: [Release] Artwork Downloader - stubblepoo - 2012-08-14

disregard.

awesome addon.



RE: [Release] Artwork Downloader - NiklasK - 2012-08-14

Just wanted to let you all know that this worked great. A follow up question... would it be possible to have the movie posters download as movie.tbn, folder.jpg and poster.jpg and also get TV show posters as both folder.jpg and poster.jpg? On my own risk I understand Smile

/Niklas

(2012-08-02, 15:02)Martijn Wrote:
(2012-08-02, 14:19)NiklasK Wrote: Would it be possible to modify the add-on/script to have posters downloaded as <movie>.tbn or movie.tbn?

Edit
https://github.com/XBMC-Addons/script.artwork.downloader/blob/master/default.py#L531

and add:

PHP Code:
elif self.mediatype == 'movie' and art_type == 'poster':
    
item['filename'] = 'movie.tbn' 


Completely untested so it might throw some errors.




RE: [Release] Artwork Downloader - Hellnino18 - 2012-08-16

(2012-08-14, 19:41)Hellnino18 Wrote: No problem in network settings. I change the web http port fixed in the part "Services".

I don't think it's a network settings because I relaunch it, and Artwork Downloader said to me that it download 2 new images. If I see in the xbmc log, that said to me that there is always an HTTP internal Error.

By the way, sorry for the snippet log...

Hi Martjin, no idea about my problem? Is it just a log problem? Because today it has downloaded 3 images again and I always have HTTP error in my xbmc.log?

Thanks again...

This is my full today log file : http://xbmclogs.com/show.php?id=6734


RE: [Release] Artwork Downloader - Martijn - 2012-08-16

(2012-08-16, 18:06)Hellnino18 Wrote:
(2012-08-14, 19:41)Hellnino18 Wrote: No problem in network settings. I change the web http port fixed in the part "Services".

I don't think it's a network settings because I relaunch it, and Artwork Downloader said to me that it download 2 new images. If I see in the xbmc log, that said to me that there is always an HTTP internal Error.

By the way, sorry for the snippet log...

Hi Martjin, no idea about my problem? Is it just a log problem? Because today it has downloaded 3 images again and I always have HTTP error in my xbmc.log?

Thanks again...

This is my full today log file : http://xbmclogs.com/show.php?id=6734

Same problem as with cdArt Manager.
Your install is totally borked.



RE: [Release] Artwork Downloader - Fennec - 2012-08-18

Hi all.

I can't seem to get my Artwork Downloader functional.

Using Aeon Nox and Aeon MQ3.

For example - in MQ3

Whenever I click "get artwork"

Whatever I click on - Be it a poster, Fanart, Logo, Clearart etc.

It will pop up with a message - E.G.

"Artwork Downloader
Game of Thrones
Downloading Poster
POSTER.JPG"

And it just sits there. I have to press escape because it does nothing..


If I try to download in Nox, it looks like It's downloading items, but then it just says "Finished: 0 downloaded"



RE: [Release] Artwork Downloader - Mizaki - 2012-08-18

My crystal ball says Martijn needs a debug log. Wink


RE: [Release] Artwork Downloader - Martijn - 2012-08-18

(2012-08-18, 16:39)Mizaki Wrote: My crystal ball says Martijn needs a debug log. Wink

Quote:crystall ball says it's most likely a write permissions issue



RE: [Release] Artwork Downloader - Mizaki - 2012-08-18

You must have the deluxe model.