Kodi Community Forum

Full Version: naming convention multi episodes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I somehow can't manage this to be working, so any help is welcome!

iIhave a collection of dvd's VIDEO_TS AUDIO_TS files, of different seasons and multiple episodes:

I mapped this in the following structure:
  • "<SHOW NAME>"
    • "Season 1"
      • "<SHOW NAME> s01e01e02e03e04"
        • VIDEO_TS
          AUDIO_TS
        "<SHOW NAME> s01e05e06e07e08"
        • VIDEO_TS
          AUDIO_TS
        ...
      "Season 2"
      • "<SHOW NAME> s02e01e02e03e04"
        • VIDEO_TS
          AUDIO_TS
        "<SHOW NAME> s02e05e06"
        • VIDEO_TS
          AUDIO_TS
        ...
    ...


Should this be working or am i doing it wrong? If so, can you guide me in how to map this correctly?

Thx