Kodi Community Forum

Full Version: Stacking TV Shows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see in the wiki that Multi-file episode support has been temporarily disabled. Is this feature being re-worked in Dharma?

If not, is there another way to do this?
Anyone?

Maybe I wasn't clear about what I'm trying to do.

I have lots of classic Doctor Who episodes. Classic Who episodes were generally a story of 4 parts, so The Spearhead from Space is actually part 1, part 2, part 3 and part 4.

I have them in collection as dw 07x01 spearhead from space.avi
dw 07x02 spearhead from space.avi
dw 07x03 spearhead from space.avi
dw 07x04 spearhead from space.avi

They show up in my library as Spearhead From Space(1) - (4)

What I'd like is to have just Spearhead From Space show when selecting season 7. After selecting Spearhead From Space, I'd like to see Play All and Part 1 - Part 4 (with the proper description for each part.)

To me, it just like stacking movies.

Is this possible with a TV show?
You're better off renaming to follow the tvdb that way they all get scraped properly.

http://thetvdb.com/?tab=season&seriesid=...9690&lid=7
The problem isn't with scraping (actually, there is no problem, I'm looking for a feature)

Let me show graphically what I want.

First the files:

Code:
smb://tardis/tvshows/Doctor Who/s12/dw 12x1.mkv
smb://tardis/tvshows/Doctor Who/s12/dw 12x2.mkv
smb://tardis/tvshows/Doctor Who/s12/dw 12x3.mkv
smb://tardis/tvshows/Doctor Who/s12/dw 12x4.mkv

Results in (properly):

Code:
TV Shows
|--Doctor Who
      |--Season 12
           |--Robot(1)
           |--Robot(2)
           |--Robot(3)
           |--Robot(4)
Also, each part has a proper plot (if found on TVDB)

That I want instead is for it to look like this in the libary

Code:
TV Shows
  |--Doctor Who
        |--Season 12
             |--Robot
                  |--Play All
                  |--Part 1
                  |--Part 2
                  |--Part 3
                  |--Part 4

Does this make sense now as to what I'm trying to do? If I'm reading the wiki correctly, this was at one time a feature, but has been disabled.