Better Handling of Movie Versions in Multiple Directories #104

Closed
opened 2026-02-06 19:18:34 +03:00 by OVERLORD · 7 comments
Owner

Originally created by @trumblejoe on GitHub (Dec 17, 2018).

Presently multiple versions of a movie in different directories will create multiple library entries, this is different then the (proper) handling of multiple versions of a movie while all are in the same directory.

Example : Kids/Movies/
Dir Nutty for Nuttz (1988)/
..Nutty for Nuttz (1988).mkv
..Nutty for Nuttz (1988) Theatrical.mkv
Plex Versions/Optimized for TV/
..Nutty for Nuttz (1988).mkv

Should handle the same as,

Dir Nutty for Nuttz (1988)/
..Nutty for Nuttz (1988).mkv
..Nutty for Nuttz (1988) Theatrical.mkv
..Nutty for Nuttz (1988).mkv Optimized for TV Version

Originally created by @trumblejoe on GitHub (Dec 17, 2018). Presently multiple versions of a movie in different directories will create multiple library entries, this is different then the (proper) handling of multiple versions of a movie while all are in the same directory. Example : Kids/Movies/ Dir Nutty for Nuttz (1988)/ ..Nutty for Nuttz (1988).mkv ..Nutty for Nuttz (1988) Theatrical.mkv Plex Versions/Optimized for TV/ ..Nutty for Nuttz (1988).mkv Should handle the same as, Dir Nutty for Nuttz (1988)/ ..Nutty for Nuttz (1988).mkv ..Nutty for Nuttz (1988) Theatrical.mkv ..Nutty for Nuttz (1988).mkv Optimized for TV Version
OVERLORD added the feature label 2026-02-06 19:18:34 +03:00
Author
Owner

@JustAMan commented on GitHub (Dec 17, 2018):

Could you please provide some points on why you think it should do so? Having related stuff in a directory looks good enough IMHO, what if there are several movies (like, "something - part1" and "something - part2") which are different movies indeed?
The first example that comes to my mind is "Harry Potter and the Deathly Hallows".

@JustAMan commented on GitHub (Dec 17, 2018): Could you please provide some points on why you think it should do so? Having related stuff in a directory looks good enough IMHO, what if there are several movies (like, "something - part1" and "something - part2") which _are_ different movies indeed? The first example that comes to my mind is "Harry Potter and the Deathly Hallows".
Author
Owner

@trumblejoe commented on GitHub (Dec 17, 2018):

The Deathly Hallows are different films, with different year dates distinguishing. This is for different resolutions of the same files. I suppose you could find some minor use case of a film, say Endless Waltz Part 1, Endless Waltz Part 2, Endless Waltz Part 3 which are pieces of the same film but stored in different directories, but that case would be extremely minor. As it is, Jellyfish (and Emby, and Plex) allows converting of content into a folder separate from the original content location so this feature stays in-line with that train of thought.

@trumblejoe commented on GitHub (Dec 17, 2018): The Deathly Hallows are different films, with different year dates distinguishing. This is for different resolutions of the same files. I suppose you could find some minor use case of a film, say Endless Waltz Part 1, Endless Waltz Part 2, Endless Waltz Part 3 which are pieces of the same film but stored in different directories, but that case would be extremely minor. As it is, Jellyfish (and Emby, and Plex) allows converting of content into a folder separate from the original content location so this feature stays in-line with that train of thought.
Author
Owner

@iacchi commented on GitHub (Jan 23, 2019):

I agree this would be useful (although maybe not a top priority). To give a few examples, I keep my SD and HD movies in two separate folders, but for some movies I have both a SD and HD version. It would be good to have them listed as one item, with the possibility to choose between versions/qualities inside the movie page. Another example might be (although I agree it's a pretty rare example) Star Wars, where I have different versions, e.g. original, remastered, and so on.

@iacchi commented on GitHub (Jan 23, 2019): I agree this would be useful (although maybe not a top priority). To give a few examples, I keep my SD and HD movies in two separate folders, but for some movies I have both a SD and HD version. It would be good to have them listed as one item, with the possibility to choose between versions/qualities inside the movie page. Another example might be (although I agree it's a pretty rare example) Star Wars, where I have different versions, e.g. original, remastered, and so on.
Author
Owner

@trumblejoe commented on GitHub (Jan 24, 2019):

I just want to add one more point which is neither a subtraction nor an
addition to this conversation but right now Jellyfin shows the entire file
path at the bottom of the media item summary page and this is an extremely
useful
thing to have and regardless of whether or not this idea is taken
further now or in the future, I hope that the file-path can remain.

On Wed, Jan 23, 2019 at 2:22 PM Iacopo Benesperi notifications@github.com
wrote:

I agree this would be useful (although maybe not a top priority). To give
a few examples, I keep my SD and HD movies in two separate folders, but for
some movies I have both a SD and HD version. It would be good to have them
listed as one item, with the possibility to choose between
versions/qualities inside the movie page. Another example might be
(although I agree it's a pretty rare example) Star Wars, where I have
different versions, e.g. original, remastered, and so on.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/jellyfin/jellyfin/issues/205#issuecomment-456932444,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AbPe0ptfdylbcczpAhLNJxp2ohICmd-nks5vGLZ9gaJpZM4ZVoHJ
.

@trumblejoe commented on GitHub (Jan 24, 2019): I just want to add one more point which is neither a subtraction nor an addition to this conversation but right now Jellyfin shows the entire file path at the bottom of the media item summary page and this is an *extremely useful* thing to have and regardless of whether or not this idea is taken further now or in the future, I hope that the file-path can remain. On Wed, Jan 23, 2019 at 2:22 PM Iacopo Benesperi <notifications@github.com> wrote: > I agree this would be useful (although maybe not a top priority). To give > a few examples, I keep my SD and HD movies in two separate folders, but for > some movies I have both a SD and HD version. It would be good to have them > listed as one item, with the possibility to choose between > versions/qualities inside the movie page. Another example might be > (although I agree it's a pretty rare example) Star Wars, where I have > different versions, e.g. original, remastered, and so on. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/jellyfin/jellyfin/issues/205#issuecomment-456932444>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AbPe0ptfdylbcczpAhLNJxp2ohICmd-nks5vGLZ9gaJpZM4ZVoHJ> > . >
Author
Owner

@iacchi commented on GitHub (Feb 16, 2019):

I never updated this issue, but I've noticed that in Jellyfin 10.1.0 this issue is at least partly fixed. You can now group different versions of the same movie by long clicking on one, then in the special edit mode that appears you can click on the other versions as well and in the top right menu click on "Group versions".
I say it's partly fixed because in the library list the different versions are not listed as a single entry, but they are still listed as different entries with a number on them specifying the number of different versions present. If you click on any of them, on the movie page you can select the version that you want to play. Since I'm telling Jellyfin that these different files are different versions of the same movie, it would be good if said movie was listed only once in the library listing (or inside a collection).

@iacchi commented on GitHub (Feb 16, 2019): I never updated this issue, but I've noticed that in Jellyfin 10.1.0 this issue is at least partly fixed. You can now group different versions of the same movie by long clicking on one, then in the special edit mode that appears you can click on the other versions as well and in the top right menu click on "Group versions". I say it's partly fixed because in the library list the different versions are not listed as a single entry, but they are still listed as different entries with a number on them specifying the number of different versions present. If you click on any of them, on the movie page you can select the version that you want to play. Since I'm telling Jellyfin that these different files are different versions of the same movie, it would be good if said movie was listed only once in the library listing (or inside a collection).
Author
Owner

@PyR8zdl commented on GitHub (Jun 7, 2019):

Any news on this? This is the only issue stopping me from moving from emby to jellyfin.

@PyR8zdl commented on GitHub (Jun 7, 2019): Any news on this? This is the only issue stopping me from moving from emby to jellyfin.
Author
Owner

@jellyfin-bot commented on GitHub (Jul 29, 2019):

We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.

@jellyfin-bot commented on GitHub (Jul 29, 2019): We are moving all feature and enhancement requests to our new Fider platform [here](https://features.jellyfin.org/). This new platform lets people vote on and better manage such requests. This request now lives [here](https://features.jellyfin.org/posts/174/better-handling-of-movie-versions-in-multiple-directories).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#104