TV Show won't scrape. V21.
#16
(2024-05-17, 20:08)Fuchs2468 Wrote:
(2024-05-17, 18:11)K0D1User1138 Wrote: I renamed the PPV folder without the date, scraped with TVDB and still got nothing, with TMDB the series scraped but now zero seasons/episodes.

I think you will be out of luck because the shows you are looking for are not listed as TV shows but as movies.

Example from your log file "smb://MEDIASERVER1/AEW/AEW PPV (2019)/Season 11 AEW Double or Nothing":

TVDB: = https://www.thetvdb.com/movies/aew-double-or-nothing
TMDB: = https://www.themoviedb.org/movie/1265700

It all worked in Kodiv18 and works fine in Jellyfin 10.9.1 Only Kodiv21 is having an issue.

All the NFOs have been custom modified to create a TV show, regardless of how things are listed on various DB sites. I manually add each new PPV with custom NFOs. I'm not looking to get Kodi to scrape information from DB sites to auto populate new entries, only to recognize the already existing information as it did prior. And it has, somewhat, recognized the show and 1 season of 2 episodes when using TMDB scraper, but can't find it with TVDB scraper. I have even scanned with no scraper, local information only, and get the same results of adding the show and 1 season with 2 episodes. Up to Kodi 18 this worked with no issues at all. I can't even tell what's different about the 1 season/2 episodes that do scrape vs all the rest. Just confused.
Reply
#17
(2024-05-17, 20:08)Fuchs2468 Wrote: I think you will be out of luck because the shows you are looking for are not listed as TV shows but as movies.
My understanding is that he has nfo files for the show and episodes.
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
#18
(2024-05-17, 20:43)Karellen Wrote: My understanding is that he has nfo files for the show and episodes.

My answer was related to post #9.

edit: it's post #14
https://forum.kodi.tv/showthread.php?tid...pid3198024
Reply
#19
(2024-05-17, 20:43)Karellen Wrote:
(2024-05-17, 20:08)Fuchs2468 Wrote: I think you will be out of luck because the shows you are looking for are not listed as TV shows but as movies.
My understanding is that he has nfo files for the show and episodes.

Correct, the show and all episodes have NFO files. All manually created/edited. All worked fine in prior Kodi versions. All work fine in the latest Jellyfin release. Only Kodi v21 (haven't tested v20) does this not work.
Reply
#20
I think you should provide your nfo files for "AEW PPV (2019)" (tvshow.nfo and episodes.nfo).
There may be an error that you overlooked.
Reply
#21
NFOs for TV Show and First + Last "Season" episodes. Plus all the seasons lists in current Jellyfin 10.9.1 server working as expected.

tvshow.nfo
https://paste.kodi.tv/ufivijikek

S01E01.nfo
https://paste.kodi.tv/udobojomoy

S01E02.nfo
https://paste.kodi.tv/muritutire

S28E01.nfo
https://paste.kodi.tv/ruceyaxawa

S28E02.nfo
https://paste.kodi.tv/ucesocopom

Image
Reply
#22
I tested your nfo files and they work.
When I look at your log files, I notice that you don't have the correct name or folder structure.
You should correct that.

as an example:
episodes nfo = episodes filename

look here:
https://kodi.wiki/view/NFO_files/TV_shows
https://kodi.wiki/view/NFO_files/Episodes

Here is my test with your nfo files.

Image
ImageImage
Reply
#23
(2024-05-18, 00:31)Fuchs2468 Wrote: I tested your nfo files and they work.
When I look at your log files, I notice that you don't have the correct name or folder structure.
You should correct that.

as an example:
episodes nfo = episodes filename

look here:
https://kodi.wiki/view/NFO_files/TV_shows
https://kodi.wiki/view/NFO_files/Episodes

Here is my test with your nfo files.

Image
ImageImage

Sorry, what is incorrect with the file naming structure?

All the episode files and nfo have the same filename, plus the -thumb images.

All are the same as season 5 which does scrape when using TMDB scarper or local information only. Nothing scrapes when using TVDB scraper.
Reply
#24
This is simply the exclusion principle!
You can see that the NFO files you provided work.
As a difference, I don't have all the pictures for your TV show, but it doesn't matter.

There are three components that have to fit: folder structure, file name and NFO file.
The NFO files you posted work, look at my example.

Which NFO file doesn't work for you?
Reply
#25
(2024-05-18, 00:40)K0D1User1138 Wrote: All are the same as season 5 which does scrape when using TMDB scarper or local information only. Nothing scrapes when using TVDB scraper.

You can't use a TMDB scarper or TVDB scraper if you want to have "AWE" as a TV show, it only works with local NFO file.
Reply
#26
@K0D1User1138

I need the following 3 items...

1. Screenshot of one of you Season folders that does not scan. Ensure all files and their extensions are visible.
2. Your tvshow.nfo file and your episode files, zipped up and uploaded somewhere for me to download. If you can provide the entire tv show without the video files that would be even better.
3. Your MyVideos131 database.

Let me dig around and see if I can figure out where the block is. I am suspecting some corruption in the db - possibly left over episodes as I note in your episode nfo files, the uniqueID's are a bit mucked up and I think you are reusing ID's that belong to other episodes already in your library.
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
#27
Not the cause of a problem, but AFAIK:
xml:
<uniqueid type="imdb" default="true">tt87719</uniqueid>
<uniqueid type="tmdb" default="true">606610</uniqueid>
<uniqueid type="tvdb" default="true">51912</uniqueid>
I think only one should have default="true" and the effect of what you do is the last line read becomes the default.  Not sure if that was your intent.

Also your skin helper service addon is obviously broken.  I recommend redownloading a full zip from https://github.com/kodi-community-addons...er.service

Also your skin is buggy but I suspect you know that.

scott s.
.
Reply
#28
(2024-05-18, 01:54)Karellen Wrote: @K0D1User1138

I need the following 3 items...

1. Screenshot of one of you Season folders that does not scan. Ensure all files and their extensions are visible.
2. Your tvshow.nfo file and your episode files, zipped up and uploaded somewhere for me to download. If you can provide the entire tv show without the video files that would be even better.
3. Your MyVideos131 database.

Let me dig around and see if I can figure out where the block is. I am suspecting some corruption in the db - possibly left over episodes as I note in your episode nfo files, the uniqueID's are a bit mucked up and I think you are reusing ID's that belong to other episodes already in your library.

I backed up the MyVideos DB file and started Kodi without one. Added the AEW SMB with local information only and everything in the PPV folder scanned. I deleted the PPV "show" and changed the folder content to scrape with TVDB and re-scraped which failed to add the PPV "show". Changed to TMDB scraper and it scraped the show and only season 5 which it did before. There's some conflict with the actual TV show scrapers as ll the information is possible to scrape but not with a scraper active. I can work around that, annoying as it is, but I'm not certain what might happen when I try to add the next PPV next weekend.

Did a test with my preppared files for next week and some temp video files to stand-in. After scanning the full AEW SMB with local information everything scraped in fine. I created the stand-ins for the next PPV, changed the scraper to TVDB and scraped. Kodi brought in the new PPV files with custom NFOs properly. So going forward I should be able to keep adding as I won't be doing a full re-scrape anyime soon. Still would be nice to understand just why this is messed up in v21 vs previous versions where it worked as it should.
Reply
#29
Please check!
As I see in your log file you have MP4 files. Therefore this setting should be deactivated. Otherwise you might get no information or incorrect information.

Image
Reply
#30
(2024-05-18, 03:00)Fuchs2468 Wrote: Please check!
As I see in your log file you have MP4 files. Therefore this setting should be deactivated. Otherwise you might get no information or incorrect information.

Image
I don't have this activated.
Reply

Logout Mark Read Team Forum Stats Members Help
TV Show won't scrape. V21.0