Allow recognition of multiple versions of a series inside a folder #435

Closed
opened 2026-02-06 19:42:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @iacchi on GitHub (Feb 18, 2019).

Right now, Jellyfin (like Emby) properly recognises series and seasons within the series if folders are in one of these two formats:

series/
--episode1.ext
--episode2.ext

series/
--season 1/
----episode1.ext
----episode2.ext
--season 2/
----episode1.ext
----episode2.ext

However, sometimes I have multiple versions of a series, e.g. one in sd and one in hd, or one in a language and the other in a different one. It would be great if Jellyfin could be able to correctly parse a folder structure like this one (example with sd and hd version):

series/
--hd/
----season 1/
------episode1.ext
------episode2.ext
----season 2/
------episode1.ext
------episode2.ext
--sd/
----season 1/
------episode1.ext
------episode2.ext
----season 2/
------episode1.ext
------episode2.ext
Originally created by @iacchi on GitHub (Feb 18, 2019). Right now, Jellyfin (like Emby) properly recognises series and seasons within the series if folders are in one of these two formats: ``` series/ --episode1.ext --episode2.ext series/ --season 1/ ----episode1.ext ----episode2.ext --season 2/ ----episode1.ext ----episode2.ext ``` However, sometimes I have multiple versions of a series, e.g. one in sd and one in hd, or one in a language and the other in a different one. It would be great if Jellyfin could be able to correctly parse a folder structure like this one (example with sd and hd version): ``` series/ --hd/ ----season 1/ ------episode1.ext ------episode2.ext ----season 2/ ------episode1.ext ------episode2.ext --sd/ ----season 1/ ------episode1.ext ------episode2.ext ----season 2/ ------episode1.ext ------episode2.ext ```
OVERLORD added the enhancement label 2026-02-06 19:42:33 +03:00
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/108/allow-recognition-of-multiple-versions-of-a-series-inside-a-folder).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#435