2011-12-05, 01:30
Right - sorry that's what I meant for my situation when I use the artwork downloader to grab TV images. I think your issue is something similar though - another script perhaps.
`Black Wrote:Thanks, works great.
Artwork Downloader: ## Solo mode: Movie...
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Using JSON for retrieving movie info
11:41:02 T:2730576752 DEBUG: RunQuery took 2 ms for 27 items query: select * from movieview
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Retrieving fanart for: Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:02 T:2730576752 NOTICE: Artwork Downloader: Processing media: Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: ID: 499549
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Path: /media/Disq500GO/Mes videos/FILM/Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: API: http://api.themoviedb.org/2.1/Movie.getImages/en/xml/4be68d7eab1fbd1b6fd8a3b80a65a95e/499549
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Error getting data from TMDB (499549 not found): skipping
11:41:03 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Nothing to download
11:41:03 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Cleaning up temp files
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Deleted temp directory: /home/guevel/.xbmc/userdata/addon_data/script.artwork.downloader/temp
Jeroen Wrote:Thanks for making the artwork user selectable, working great
I don't like to keep nagging about this, but could the "finished" dialogs be turned into a notification as well? Imo these messages are purely to notify the user of an either successful or failed download attempt. No choices have to be made by the user, so I think a notification is the proper way to give this information. The same goes for the "canceled by user" dialog.
In any case, great work
fmronan Wrote:for me the script run but it find nothing
Code:Artwork Downloader: ## Solo mode: Movie...
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Using JSON for retrieving movie info
11:41:02 T:2730576752 DEBUG: RunQuery took 2 ms for 27 items query: select * from movieview
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Retrieving fanart for: Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:02 T:2730576752 NOTICE: Artwork Downloader: Processing media: Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: ID: 499549
11:41:02 T:2730576752 DEBUG: Artwork Downloader: Path: /media/Disq500GO/Mes videos/FILM/Avatar
11:41:02 T:2730576752 DEBUG: Artwork Downloader: API: http://api.themoviedb.org/2.1/Movie.getImages/en/xml/4be68d7eab1fbd1b6fd8a3b80a65a95e/499549
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Error getting data from TMDB (499549 not found): skipping
11:41:03 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Nothing to download
11:41:03 T:2730576752 DEBUG: Artwork Downloader: ########################################################
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Cleaning up temp files
11:41:03 T:2730576752 DEBUG: Artwork Downloader: Deleted temp directory: /home/guevel/.xbmc/userdata/addon_data/script.artwork.downloader/temp
tt0499549
`Black Wrote:The ID is wrong... which scraper do you use? I believe only imdb or themoviedb will work because of the ID! 19995 would be the correct ID for Avatar (2009).
Martijn Wrote:I could make it to display the notification when run custom for one tvshow/movie.That would be enough as far as I'm concerned
Quote:Problem is that a notification has only two line and we wanted to display the the providers to get more users to those sites like logo downloader did.I see. Increasing the display time seems cleaner to me. Maybe the first and second line could be combined? Something like:
The notification dialog only support 2 text lines instead of 4.
We could display it on those 2 lines but then we have to increase the display time or make two notification after each other.
Any ideas?
Martijn Wrote:At the moment we only search by IMDB ID so would it be a good idea to also search by TMDB ID when no IDMB ID is found?
`Black Wrote:TMDB scraper uses IMDB ID.