• 1
  • 38
  • 39
  • 40
  • 41(current)
  • 42
Release TheMovieDB - TV Show scraper (XML)
(2022-01-06, 20:11)Karellen Wrote: Any reason you are still on an old version of Kodi?

I'm one of the crazies that is hanging on to the DSPlayer version. :-)
To make sure that it wasn't DSPlayer messing things up (it shouldn't but you never know), I tested and posted log with a new install in portable mode.
As I mentioned, I solved this specific case with parsing nfo but it might be interesting to check for the developer of the scraper. Maybe this specific case is solved in 19 (I actually tested that and I confirm even from my end) but there could be an underlying larger issue, I don't know.

I understand that remaining with an older build can lead to problems so I'm not complaining. Just reporting. :-)
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
Reply
Kodi 18.9 - I was getting artwork with my initial setup, but at some point TheMovieDB - TV Show scraper stopped providing artwork. LOG  The problem exists for all shows, but the show I scraped for the log files was "Cracker" 1993. https://www.themoviedb.org/tv/35-cracker
Reply
@simonmoon

You did not enable Debug Mode so there is nothing to see. Can you try again?
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
Sorry, I have enable logging. Kodi 18.9 - I was getting artwork with my initial setup, but at some point TheMovieDB - TV Show scraper stopped providing artwork. LOG The problem exists for all shows, but the show I scraped for the log files was "Cracker" 1993. https://www.themoviedb.org/tv/35-cracker
Reply
(2022-01-17, 03:54)simonmoon Wrote: Sorry, I have enable logging. Kodi 18.9 - I was getting artwork with my initial setup, but at some point TheMovieDB - TV Show scraper stopped providing artwork
No problems.
Yes, it looks like no images are returned.

Can you swap over to the Python scraper (no. 4) and try again... https://forum.kodi.tv/showthread.php?tid=363391
Do you get artwork now?
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
Yes. That does provide artwork. Thanks.
Reply
(2022-01-17, 04:26)simonmoon Wrote: Yes. That does provide artwork. Thanks.
Great.
I'll test the scraper a bit later when I get home and see if I can replicate the issue.
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
Was the art work issue abled to be replicated, or is there something about my system or network causing it ?
Reply
(2022-01-19, 01:13)simonmoon Wrote: Was the art work issue abled to be replicated, or is there something about my system or network causing it ?
Thanks for the reminder. I forgot about it when I got home.

I just scraped the show and had problems with artwork also. All I got was episode thumbs, actors images and a landscape.jpg. Nothing else, so I can confirm the issue. I guess something changed at TMDB in the last few days.

Maybe @olympia can check?

https://paste.kodi.tv/osoyenolar.kodi

@olympia it looks like path to images has changed.

https://image.tmdb.org/t/p/5Wie9azZPDbpr...MNsaSZ.jpg is what is currently used
https://image.tmdb.org/t/p/original/5Wie...MNsaSZ.jpg is where the artwork actually is
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
Hopefully I've got that fixed. Please try with v3.5.14 of the scraper.
Reply
(2022-01-19, 12:26)olympia Wrote: Hopefully I've got that fixed. Please try with v3.5.14 of the scraper.
Hi olympia. Thanks for the fix.

I tested the show mentioned by the member, along with three other shows, and all artwork was scraped correctly.

I could not see any changes at TMDB recently with artwork. Do you know why this suddenly popped up?
Hopefully its not a case where artwork for some shows is at one path, and other shows at the other path.
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
(2022-01-20, 06:37)Karellen Wrote: I could not see any changes at TMDB recently with artwork. Do you know why this suddenly popped up?
Hopefully its not a case where artwork for some shows is at one path, and other shows at the other path.

Hi Karellen, this was actually not a path issue/ change. XML scraper broke for the good old reason: the API response layout has changed in a way that the regexp based search couldn't handle (while there is no harm on the json parsing of the Python scrapers). So I had to adjust the regexp according to the new layout.
Reply
Hi all, for reasons of order I have reorganized my libraries. unfortunately many series no longer have artwork.
Scraper version 3.5.14 xml
for compatibility reasons I cannot upgrade to Matrix19
here are some examples:
https://www.themoviedb.org/tv/2632-once-...-time-life
https://www.themoviedb.org/tv/19239-future-boy-conan
https://www.themoviedb.org/tv/94045-drag...cue-riders
https://www.themoviedb.org/tv/71922-3
https://www.themoviedb.org/tv/94107-lego...adventures
https://www.themoviedb.org/tv/87547-lego...-a-mission
Reply
(2022-05-22, 17:29)Freitag73 Wrote: unfortunately many series no longer have artwork
We need a Debug Log that captures the problem.
Are you using nfo files?
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
No, no nfo files.
Reply
  • 1
  • 38
  • 39
  • 40
  • 41(current)
  • 42

Logout Mark Read Team Forum Stats Members Help
TheMovieDB - TV Show scraper (XML)2