• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 21
Release TheMovieDB movie scraper - PYTHON version
(2021-05-16, 05:54)panny Wrote:
(2021-05-15, 22:43)Karellen Wrote: @panny
@Kavehel

It looks like rmrector has coded a fix for the artwork issue... https://github.com/xbmc/metadata.themovi...on/pull/76

Maybe a day or two before it gets merged and pushed out to your setup. Let us know if the fix works.

Thanks mate! Will keep an eye out for the updated scraper and will let you know how it goes

Thanks you and thank you rmrector! i'll keep you posted !
Reply
(2021-05-16, 05:54)panny Wrote:
(2021-05-15, 22:43)Karellen Wrote: @panny
@Kavehel

It looks like rmrector has coded a fix for the artwork issue... https://github.com/xbmc/metadata.themovi...on/pull/76

Maybe a day or two before it gets merged and pushed out to your setup. Let us know if the fix works.

Thanks mate! Will keep an eye out for the updated scraper and will let you know how it goes

@Karellen 
@rmrector 

Hey both, apologies for the delay, have been away the last week. Have not seen the updated scraper come through yet in the repository. Do you know if it will be soon? Or have I missed something?
Do you want ants? Because that's how you get ants.
Reply
(2021-05-24, 18:40)panny Wrote: Have not seen the updated scraper come through yet in the repository
Yea, I am not sure what is happening. Maybe rmrector has some more changes planned and wants to push them out at the same time?

That PR has been merged into the moviedb.python scraper repository, but not into the xbmc\scraper repo which is what gets pushed out to users.

If you are keen, this the change... https://github.com/xbmc/metadata.themovi...l/76/files
You could edit your local files to include that change, otherwise we will need to wait for rmrector to advise his intentions.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2021-05-24, 22:48)Karellen Wrote: Yea, I am not sure what is happening. Maybe rmrector has some more changes planned and wants to push them out at the same time?

Awesome thanks for confirming. Thought I was losing my mind thinking I couldn't even update an add-on lol 

Will just wait for the official release. Although I know how too, would rather not be messing in the backend if the update isn't too far off
Do you want ants? Because that's how you get ants.
Reply
(2021-05-24, 22:48)Karellen Wrote:
(2021-05-24, 18:40)panny Wrote: Have not seen the updated scraper come through yet in the repository
Yea, I am not sure what is happening. Maybe rmrector has some more changes planned and wants to push them out at the same time?

That PR has been merged into the moviedb.python scraper repository, but not into the xbmc\scraper repo which is what gets pushed out to users.

If you are keen, this the change... https://github.com/xbmc/metadata.themovi...l/76/files
You could edit your local files to include that change, otherwise we will need to wait for rmrector to advise his intentions.

Hey mate - can confirm that the updated scraper has been pushed out and collection/fallback image issue is fixed. Appreciate all your help on this.
Do you want ants? Because that's how you get ants.
Reply
(2021-05-31, 16:29)panny Wrote: Hey mate - can confirm that the updated scraper has been pushed out and collection/fallback image issue is fixed. Appreciate all your help on this.
Great. Thanks for letting us know.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
I found something odd that I'm not sure is a bug or not. I refresh a movie (with the python scraper set to grab iMDB rating) and it will show 3000 votes, 8.2 rating and no Top250 icon. I refresh again but this time it shows 150 000 votes, 8.1 rating and no Top250 icon. Third time is sometimes the charm and I could get 150 000 votes, 8.1 rating AND the Top250 icon (the complete set). Sometimes I get the correct ratings and Top250 icon on first attempt but sometimes it may take 5 attempts. When I get the low number of votes it's like it's picking from tMDB instead of iMDB (I haven't verified that). 

Is there a fallback that when iMDB ratings can't be grabbed it grabs tMDB ratings? And why it sometimes shows Top250 and sometimes not I have no clue. 

I can try grabbing debug logs from my Nvidia Shield if needed, but I wanted to check first if this is intended behaviour.
Reply
@quacked

IMDB are making changes to their website, so at the moment it is "luck of the draw". Universal Movie Scraper, LightIMDB and other IMDB related add-ons are also having problems.

Not much we can do until IMDB finalise their changes.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
I seem to have an issue where the scraper is only pulling a maximum of 10 backdrops or posters from TMDB.

This issue doesn't occur when switching to the Universal Movie Scraper, nor does it appear on the TVDB scraper for TV shows.

Any ideas before I provide a debug log?
Reply
(2021-06-05, 19:19)jamiec21 Wrote: I seem to have an issue where the scraper is only pulling a maximum of 10 backdrops or posters from TMDB.
That is by design. Fanart is limited to a maximum of 10.

For TV shows, it is limited to 100 images total (IIRC).- poster, fanart, season artwork, clearart, clearlog, banner, landscape etc...

The reason for this is to avoid this issue... https://github.com/xbmc/xbmc/issues/15768
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2021-06-05, 21:04)Karellen Wrote:
(2021-06-05, 19:19)jamiec21 Wrote: I seem to have an issue where the scraper is only pulling a maximum of 10 backdrops or posters from TMDB.
That is by design. Fanart is limited to a maximum of 10.

For TV shows, it is limited to 100 images total (IIRC).- poster, fanart, season artwork, clearart, clearlog, banner, landscape etc...

The reason for this is to avoid this issue... https://github.com/xbmc/xbmc/issues/15768
Hmm, I understand the reasons but it's a shame - that's a lot of work needed to be able to choose the preferred art if TMDB has more than 10, which often they do, especially for high profile films.

Thanks for the swift reply.
Reply
(2021-06-05, 21:04)Karellen Wrote:
(2021-06-05, 19:19)jamiec21 Wrote: I seem to have an issue where the scraper is only pulling a maximum of 10 backdrops or posters from TMDB.
That is by design. Fanart is limited to a maximum of 10.

For TV shows, it is limited to 100 images total (IIRC).- poster, fanart, season artwork, clearart, clearlog, banner, landscape etc...

The reason for this is to avoid this issue... https://github.com/xbmc/xbmc/issues/15768
But in my case it give me only English clearlogo and clearart and not italian.
The same for poster.
Reply
(2021-06-06, 09:37)wsx1 Wrote: it give me only English clearlogo and clearart and not italian.
Do the Italian versions exist? Provide the link to the movie that shows Italian clearlogo and clearart.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
(2021-06-06, 10:06)Karellen Wrote:
(2021-06-06, 09:37)wsx1 Wrote: it give me only English clearlogo and clearart and not italian.
Do the Italian versions exist? Provide the link to the movie that shows Italian clearlogo and clearart.
You can see this
http://www.themoviedb.org/movie/671-harr...er-s-stone
Reply
(2021-06-06, 18:22)wsx1 Wrote: You can see this
http://www.themoviedb.org/movie/671-harr...er-s-stone
No.
Clearart, clearlogo, discart, banners, come from fanart.tv... https://fanart.tv/movie/671/harry-potter...ers-stone/
I don't see Italian artwork there.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
  • 21

Logout Mark Read Team Forum Stats Members Help
TheMovieDB movie scraper - PYTHON version0