Jellyfin Forum
VIDEO_TS Folder Folder Structure - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: VIDEO_TS Folder Folder Structure (/t-video-ts-folder-folder-structure)



VIDEO_TS Folder Folder Structure - OcraCore - 2024-05-24

Hi together,

I was wondering how to create a folder structure for several versions of a movie where one version is a VIDEO_TS/AUDIO_TS folder pair. From the documention (https://jellyfin.org/docs/general/server/media/movies) one should start with something like this:

Movies
├── Best_Movie_Ever (2019)
│  ├── Best_Movie_Ever (2019) - 1080P.mp4
│  ├── Best_Movie_Ever (2019) - 720P.mp4
│  └── Best_Movie_Ever (2019) - Directors Cut.mp4
└── Movie (2021) [imdbid-tt12801262]
    ├── Movie (2021) [imdbid-tt12801262] - 2160p.mp4
    ├── Movie (2021) [imdbid-tt12801262] - 1080p.mp4
    └── Movie (2021) [imdbid-tt12801262] - Directors Cut.mp4


How do I add a VIDEO_TS/AUDIO_TS folder pair into such a structure. I have already tried something like:

Movies
├── Best_Movie_Ever (2019)
│  ├── Best_Movie_Ever (2019) - 1080P.mp4
│  └── Best_Movie_Ever (2019) - DVD
│      ├── VIDEO_TS

│      └── AUDIO_TS

and (directly in thee main movie folder)

Movies
├── Best_Movie_Ever (2019)
│  ├── Best_Movie_Ever (2019) - 1080P.mp4
│  ├── VIDEO_TS
│  └── AUDIO_TS


and (no dash behind the mp4 file)

Movies
├── Best_Movie_Ever (2019)
│  ├── Best_Movie_Ever (2019).mp4
│  ├── VIDEO_TS
│  └── AUDIO_TS


But nothing worked until now. How should one do this?


RE: VIDEO_TS Folder Folder Structure - TheDreadPirate - 2024-05-24

I don't think Jellyfin supports both versions and TS folder structures in the same movie.

What is the purpose of having both the MP4 and the TS folders? Jellyfin does not support DVD/BD menus.


RE: VIDEO_TS Folder Folder Structure - OcraCore - 2024-05-24

That's unfortunate. I might open a feature request...

As for the why: Lets say I have two DVDs of the same movie but diffent editions (extended, director's cut, etc.) and want to keep them as original files in jellyfin. Apperantly this is not possible right now even though jellyfin now officially supports the playback of those.