• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 16
Release TheMovieDB - Movie scraper
#46
(2019-11-24, 03:24)Karellen Wrote: @Kaojai
@FlangeMonkey

It looks like there was a change at TMDB that now prevents that naming format to work... https://www.themoviedb.org/talk/5d6e0b02...3899882a75

Unfortunately the current XML scrapers probably won't be updated to work around this.

FYI, the future Python scraper has taken this into account... https://github.com/xbmc/metadata.themovi...on/pull/15

I appreciate the update. Thank you.
Reply
#47
(2019-11-24, 03:24)Karellen Wrote: @Kaojai
@FlangeMonkey

It looks like there was a change at TMDB that now prevents that naming format to work... https://www.themoviedb.org/talk/5d6e0b02...3899882a75

Unfortunately the current XML scrapers probably won't be updated to work around this.

FYI, the future Python scraper has taken this into account... https://github.com/xbmc/metadata.themovi...on/pull/15

Scraper version 5.1.10 should now handle the articles in the end of title.
Reply
#48
(2019-11-24, 14:40)olympia Wrote:
(2019-11-24, 03:24)Karellen Wrote: @Kaojai
@FlangeMonkey

It looks like there was a change at TMDB that now prevents that naming format to work... https://www.themoviedb.org/talk/5d6e0b02...3899882a75

Unfortunately the current XML scrapers probably won't be updated to work around this.

FYI, the future Python scraper has taken this into account... https://github.com/xbmc/metadata.themovi...on/pull/15

Scraper version 5.1.10 should now handle the articles in the end of title.  

@Karellen
Confirmed. Using version 5.1.10, I was able to scrape information on titles with the article at the end (e.g. Dead Don't Die, The) with no issue. It appears the problem has been fixed. Thanks so much to you and the Kodi team for your help!
Reply
#49
I just played around with scraping some STRM files exported from netflix addon.

Scraping works well including fanart.
But my skin is using the duration property to show when a movie or episode ends.
The scraper doesn‘t seem to set this property though that information is available in TBDB.

Could you please add that?
Reply
#50
(2019-12-16, 00:06)loeffelpan Wrote: I just played around with scraping some STRM files exported from netflix addon.

Scraping works well including fanart.
But my skin is using the duration property to show when a movie or episode ends.
The scraper doesn‘t seem to set this property though that information is available in TBDB.

Could you please add that?

Sorry for quoting myself, but I just noticed that TMDB.org doesn't show the runtime for episodes.
For movies they do. And the scraper gets this information.

Is it correct that TMDB doesn't provide runtime for episodes?
Reply
#51
(2019-12-17, 22:30)loeffelpan Wrote: Is it correct that TMDB doesn't provide runtime for episodes?
Yes, this is correct. There is a runtime listed in the TV Show (not the episodes) and this is then applied to each episode in the show.
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
#52
Well not really applied by the scraper.
Runtime label in Kodi is empty.
But maybe a show wide runtime wouldn‘t be useful anyway, because run can vary between episodes.

Any other suggention how to scrape runtime?
Reply
#53
Kodi should read the streamdetails of the file and add the runtime per episode. What version of Kodi are you using?
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
#54
That would be the way Kodi does for video files. Seems not to work with STRM files from netflix addon. Those files just contain a plugin path (e. g. plugin.video.netflix/show/123456/episode/56789).

Could kodi read details from such a stream? I‘m running latest stable 18.5 from ppa with Ubuntu.
Reply
#55
I found a solution for me.
I use combined NFO.

https://kodi.wiki/view/NFO_files#Combination_nfo

Netflix-Addon provides those files. The scraper takes runtime from NFO and adds more information from TMDB.

Now just the media flag are missing, as kodi cannot read resolution, aspect or codecs from inputstreams.
Reply
#56
Hello. I have a problem with TMDB scraper. Sometimes it works, but mostly it doesn't. I have a Movie Lucy . Named Lucy (2014).mkv. TMDB scraper doesn't see it. I tried different settings, RUS and ENG names, Creation an NFO file with a link to the movie at the site, but nothing helps. Is there any alternative scrapers or a solution of this problem? Thanks.
Reply
#57
@P1zdat1y

Check here... https://forum.kodi.tv/showthread.php?tid=336969 and please provide a Debug Log which captures you trying to scrape the movie.
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
#58
Hi. Add please Belarusian language. Belarusian language available at TheMovieDB.
Reply
#59
(2020-04-29, 10:29)antikruk Wrote: Hi. Add please Belarusian language. Belarusian language available at TheMovieDB.
@olympia Is it possible to implement this? Should all languages available at TheMovieDB be available in the scraper settings?

@rmrector I note it is also missing from the python version of the scraper.
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
#60
(2020-04-29, 10:29)antikruk Wrote: Add please Belarusian language. Belarusian language available at TheMovieDB.
The language has been added. Update your scraper to v5.1.11
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
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 16

Logout Mark Read Team Forum Stats Members Help
TheMovieDB - Movie scraper0