Scraping issues, folder problems (FULL DEBUG LOG PROVIDED)
#1
Hi and thank you for this wonderful application. 
Movies are working great for me, tv-shows though, no luck yet.

TL;DR: debug_log
Details below

As you can see in the log, I am using 18.7 on raspbian(retropie).
My source is a SMB share from ny NAS. The source is <ip:adress>TV-Serier
The structure underneath should follow the naming convention, as per naming_video_files/tvshows
i.e. I have folders with the name of the show and year of release like:
-TV-Serier (source)
--Homeland (2011)
---Season 1
----Homeland (2011) S01E01
----Homeland (2011) S01E02
----etc, etc
---Season 2
---etcetc

It finds information about all the individual episodes, it seems.
It still complains about the show-folder itself, or sometimes the season folder
Full debug below but here are some examples:
2024-03-02 23:00:51.089 T:2598113472 WARNING: No information found for item 'smb://192.168.0.130/TV-Serier/A Discovery of Witches (2018)/Season 1/', it won't be added to the library.
2024-03-02 23:01:10.727 T:2767044800 WARNING: No information found for item 'smb://192.168.0.130/TV-Serier/Homeland (2011)/', it won't be added to the library.
Reply
#2
you're running an unsupported version of Kodi (18.7) on an OS that no longer exists (Raspbian) - https://www.raspberrypi.com/software
Reply
#3
@izprtxqkft
I'm pretty sure it's the latest version of retropie anyway...
I guess I am shit out of luck? I can try to build a newer Kodi version and end up in some kind of hell-hole of packages that need updating.

Unless I just knew how TV-Show scraping worked at the 18.7 point in Kodis history, of course...
Reply
#4
kodi doesn't release or maintain retropie
kodi doesn't even release packages for retropie nor does it release packages for Raspbian or RaspiOS, those are all provided by them

so if you have a complaint with your OS then you're on the wrong forum
https://retropie.org.uk/forum
https://forums.raspberrypi.com
Reply
#5
(2024-03-03, 00:32)Lexforce Wrote: I guess I am shit out of luck
Yep, the scraper you are using on your version of Kodi is broken.
metadata.tvshows.themoviedb.org

You need to update to the newer Python scrapers. Noone is maintaining the older xml scrapers.
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
#6
Thanks a lot for the reply @Karellen, that makes a lot of sense and you made my evening.
A final question here then: what version did the python scraper release?
I'm willing to hack around myself and see if I can get a higher version on my shitty retropie build, or build from source and put in the python-scraper if old releases are tagged in repo or smth.

I'm perfectly aware that Kodi doesnt and shouldnt care about this old of a release... So thx again
Reply
#7
(2024-03-03, 00:56)Lexforce Wrote: A final question here then: what version did the python scraper release?

https://mirrors.kodi.tv/addons/leia/meta...rg.python/
Reply
#8
(2024-03-03, 00:56)Lexforce Wrote: what version did the python scraper release?
Python scrapers came along with v19 and python 3.x.
V18 and earlier was using insecure python 2.x
These are the scrapers that are maintained and you want to use...

Movies...
https://kodi.wiki/view/Add-on:The_Movie_Database_Python (default)
https://kodi.wiki/view/Add-on:The_TVDB_v4_(Movies)

TV Shows...
https://kodi.wiki/view/Add-on:TMDb_TV_Shows (default)
https://kodi.wiki/view/Add-on:The_TVDB_v4
https://kodi.wiki/view/Add-on:TVmaze
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
#9
(2024-03-03, 01:01)izprtxqkft Wrote: https://mirrors.kodi.tv/addons/leia/meta...rg.python/
Not maintained anymore.
I actually thought it was removed from the repo. I'll check it.
But there is no equivalent TV Show python scraper, which is what the OP is having problems with.
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
#10
I've seen people get their Kodi to 19.5 on their retropie-based systems so I'm happy just getting that info from you guys (that >19 would probably work).
Trying to mash python scrapers into 18.7 would probably be a headache.

Or I can just give up and get a newer OS running on my HW. But I think I'm gonna try for the hell of it...
Reply
#11
(2024-03-03, 01:04)Karellen Wrote: Not maintained anymore.
I actually thought it was removed from the repo. I'll check it.
But there is no equivalent TV Show python scraper, which is what the OP is having problems with.
i understand nothing for leia is maintained
i trust you know what you're talking about but the link i gave was for "metadata.tvshows.themoviedb.org.python"

whether or not it works is a completely different story, only answering a question as i already pointed out this is 'unsupported' so support is just not possible
Reply
#12
(2024-03-03, 01:20)izprtxqkft Wrote: but the link i gave was for "metadata.tvshows.themoviedb.org.python"
Oops. Thanks.
My memory must be a bit flaky.
Last update was 3 years ago, so not maintained. I don't know if it still works though.
https://github.com/xbmc/metadata.tvshows...mmits/leia
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

Logout Mark Read Team Forum Stats Members Help
Scraping issues, folder problems (FULL DEBUG LOG PROVIDED)0