2024-06-02, 12:37 AM
(2024-03-31, 05:09 PM)Manuel Garrido Fernández Wrote: Hi!
Thanks for your comment.
(2024-03-31, 04:02 PM)liam.whiteside Wrote: I'm hoping this feature has been added in 10.9 or will be considered soon.
I think maybe not, because Shadowghost says in that thread (and closed it) that folders must be merged as an iso file.
It make sense that they will have no plans to support it, since Jellyfin is in its 10th version and still have no DVD/BD folder support.
https://jellyfin.org/docs/general/server/media/movies/
Quote:Support for DVD Folder has since been added and iso are discouraged
ISO Files and other Disc Images
While Jellyfin should work with .iso files and other images, it is explicitly unsupported. It is recommended that those be extracted to BDMV or VIDEO_TS folders or remuxed to .mkv video files. Regardless of the source format, menus are not support and only the main titles will be played.
see https://github.com/jellyfin/jellyfin/iss...1416730011
Quote:DVD and BD folders should now work with episodes too.
Apart from that the DVD and BD playback code now properly concatenates all major title VOBs/M2TS files with the correct timestamps. This results in working skipping and proper playback (before most of the time only the first file of the main title was played). And we don't need to rely on DvdLib anymore (though it still exists in the branch).
after https://github.com/jellyfin/jellyfin/iss...1412977793
Quote:If someone wants to test it, I've fixed up our current implementation to some point in a test branch: https://github.com/Shadowghost/jellyfin/...dvdlib-fix (based off master)
DVD folders are properly recognized and all non-menu VOBs sent to ffmpeg but at least with my test setup ffmpeg keeps getting stuck at some point - especially when seeking.
DVD ISOs seem to not work as well as I expected them to do with ffmpeg. Most likely we should deprecate support and just support DVD folders if I get them working.