2019-04-06, 03:14
Hi. Have two separate problems with scraping TV shows and adding them to my library that I'm hoping to get a little guidance on.
Quick background relevant to both: I prefer to name my shows with each season in one folder and the episode names prefixed. So:
To compensate, I have the following patterns defined in my advancedsettings.xml:
I've been using (and tweaking) these patterns for a number of years now, but I recently re-ripped and added a number of new shows and ran into some issues that should already be addressed.
Here's my full advancedsettings.xml, plus my full kodi.log showing the debug results from scanning for content on the shows listed below.
Problem 1 - That Dark Angel example shows a double-length pilot episode. While that's recognized, the remaining episodes from the season are indexed out of order. My kodi library shows me:
01. Pilot
03. Flushed
04. C.R.E.A.M.
etc.
The Pilot is correct, but 03. Flushed as shown in kodi plays 03-Heat, and on through the end of the season. Playing the season finale in kodi actually plays the second to last episode file, and it's not actually possible to play the final episode file.
I first ran into this long ago and the person at the time showed me how to use that "01a-01b-Pilot" naming to indicate that it's two parts. Worked fine back then, but failing now. Simply naming it "01-Pilot" fails the same way.
This appear to be happening to all of my shows with multi-part episodes now. Any suggestions on how to fix that now?
Problem 2 - This is specific to Game of Thrones. I previously ripped and added all seven seasons from blu-ray in 720p, but I re-ripped and have been replacing them with 1080p copies. However, Kodi only picks up seasons 6 and 7 - it ignores the first 5 seasons, despite all of them being named according to the same convention. Eg.:
Again, all episodes from 6 and 7 show up perfectly in my library, but I see nothing from seasons 1-5. Weirdest damn thing.
Any suggestions?
Thanks, all. Sorry for the longish post, just wanted to make sure I provided all the details. Been banging my head against these for a few days now; any help would be appreciated.
Quick background relevant to both: I prefer to name my shows with each season in one folder and the episode names prefixed. So:
Code:
Dark Angel/
Season 01/
01a-01b-Pilot.mkv
03-Heat.mkv
04-Flushed.mkv
05-C.R.E.A.M..mkv
etc.
To compensate, I have the following patterns defined in my advancedsettings.xml:
Code:
<tvshowmatching action="prepend">
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+([a-i]-[0-9]+[a-i]+)?)([^\\/]*)$</regexp>
<regexp defaultseason="0">Specials[\\/]()([0-9]+)([^\\/]*)$</regexp>
<regexp>[^\\/]* Collection[\\/]([^\\/]*)$</regexp>
<regexp>[\\/]()([0-9]+)([^\\/]*)$</regexp>
</tvshowmatching>
I've been using (and tweaking) these patterns for a number of years now, but I recently re-ripped and added a number of new shows and ran into some issues that should already be addressed.
Here's my full advancedsettings.xml, plus my full kodi.log showing the debug results from scanning for content on the shows listed below.
Problem 1 - That Dark Angel example shows a double-length pilot episode. While that's recognized, the remaining episodes from the season are indexed out of order. My kodi library shows me:
01. Pilot
03. Flushed
04. C.R.E.A.M.
etc.
The Pilot is correct, but 03. Flushed as shown in kodi plays 03-Heat, and on through the end of the season. Playing the season finale in kodi actually plays the second to last episode file, and it's not actually possible to play the final episode file.
I first ran into this long ago and the person at the time showed me how to use that "01a-01b-Pilot" naming to indicate that it's two parts. Worked fine back then, but failing now. Simply naming it "01-Pilot" fails the same way.
This appear to be happening to all of my shows with multi-part episodes now. Any suggestions on how to fix that now?
Problem 2 - This is specific to Game of Thrones. I previously ripped and added all seven seasons from blu-ray in 720p, but I re-ripped and have been replacing them with 1080p copies. However, Kodi only picks up seasons 6 and 7 - it ignores the first 5 seasons, despite all of them being named according to the same convention. Eg.:
Code:
Game of Thrones/
Season 01/
01-Winter Is Coming.mkv
02-The Kingsroad.mkv
Season 02/
01-The North Remembers.mkv
Season 06/
01-The Red Woman.mkv
Season 07/
01-Dragonstone.mkv
Again, all episodes from 6 and 7 show up perfectly in my library, but I see nothing from seasons 1-5. Weirdest damn thing.
Any suggestions?
Thanks, all. Sorry for the longish post, just wanted to make sure I provided all the details. Been banging my head against these for a few days now; any help would be appreciated.