Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Handle movies with multiple/split files as one item #9848

Closed
1 task done
Kagee opened this issue Jun 1, 2023 · 7 comments
Closed
1 task done

[Issue]: Handle movies with multiple/split files as one item #9848

Kagee opened this issue Jun 1, 2023 · 7 comments
Labels
bug Something isn't working

Comments

@Kagee
Copy link

Kagee commented Jun 1, 2023

Please describe your bug

This is also a feature request [1], but since that was closed, I was instructed to make a bug report.

Currently when having a movie as multiple parts, named using any of the recognized patterns (i.e. cd, part, pt) Jellyfish will show the movie as a movie (part 1) with "Additional Parts". (see screenshots)

The expected behaviour would be to show it as one movie (combining the playtime, making chapter list based on all files), and either transcoding the files to play as a single movie on the fly, or simply automaticly start playing the next part when finished with the first. As can be seen in the comments on the feature request, this is what is wanted and expected from this feature.

The directory sctructure for the library used for testing.

JellyfishBug
├── Big Buck Bunny Multiple Parts
│   ├── Big Buck Bunny-CD1.mkv
│   └── Big Buck Bunny-CD2.mkv
└── Big Buck Bunny Single Part
    └── Big Buck Bunny.mkv

2 directories, 3 files

Jellyfin Version

10.8.z

if other:

10.8.10

Environment

- OS: Ubuntu 22.04 (server)
- Clients: Windows 10, Android 13 (client)
- Browser: Chrome

Jellyfin logs

No response

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

How a movie split into to part-files is presented:
image

How the same movie in a single file is presented, and what is expected with multi-part files:
image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Kagee Kagee added the bug Something isn't working label Jun 1, 2023
@cvium
Copy link
Member

cvium commented Jun 2, 2023

I think there's some confusion surrounding this. The bug that you're describing is how it is intended to work. We do not support automatically joining the parts with ffmpeg and we're unlikely to implement it.

@cvium cvium closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2023
@jellyfin-bot jellyfin-bot added this to Needs triage in Issue Triage for Main Repo Jun 2, 2023
@Kagee
Copy link
Author

Kagee commented Jun 2, 2023

Would it then not be sensible to re-open the feature request?

@cvium
Copy link
Member

cvium commented Jun 2, 2023

It would, but I can't do it from my current location.

@dmitrylyzo
Copy link
Contributor

FYI, in webui 10.9, additional parts will be added to the play queue automatically.
jellyfin/jellyfin-web#4210

@Kagee
Copy link
Author

Kagee commented Jun 2, 2023

That will be an improvement indeed.

@thornbill
Copy link
Member

That feature request describes the feature as it already exists. If you want the behavior to be different, you should create a new feature request that clearly describes how you think it should work in comparison to how it currently works.

@Phippe
Copy link

Phippe commented Jun 13, 2024

FWIW, you can easily join multiple parts in MKVToolNix by starting with the first part, then importing all the remaining parts with "add/append to an existing source file" (or whatever it's called in English).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

5 participants