DVDRip file handling? (imgur.com)
from grillgamesh0028@lemm.ee to jellyfin@lemmy.ml on 12 Nov 2023 03:41
https://lemm.ee/post/14630808

I’ve got a 3TB external drive that has files dating back to ~2001, and it’s chock-full of DVDrips from my library. It was initially formatted for an AppleTV/iTunes movie/show library, but now that I no longer use Apple products, I’m trying to migrate to Jellyfin. an example would be like the file I included, as it has the “bonus” stuff.

VLC is able to detect and play it, however as this is intended to be watched remotely, I would love to be able to have it detect the extras, chapters, and etc as all one file. I have ~300 movies like this, so deleting+reacquiring would be a massive pain… :V

#jellyfin

threaded - newest

possiblylinux127@lemmy.zip on 12 Nov 2023 04:26 collapse

What format is it in?

nooneescapesthelaw@lemmy.ml on 12 Nov 2023 04:34 collapse

imgur.io/g34y6LQ

possiblylinux127@lemmy.zip on 12 Nov 2023 04:41 collapse

It looks like its in a format that jellyfin can handle. All you need to do is add it as a library. Once that’s done you need to go in and set the metadata for each title. It sounds hard but all you need to do is click identify and then you search for the title.

grillgamesh0028@lemm.ee on 12 Nov 2023 05:13 collapse

Not quite. This is a movie, the DVDripper seperated the individual chapters into seperate files. Did you read the initial post? I’m pretty sure I explained it properly… :V Was something not understood about this scenario?

RootBeerGuy@discuss.tchncs.de on 12 Nov 2023 05:36 next collapse

Not the person who replied to you, but no, I don’t think you did explain it well since you just have one small subsentence saying ”all as one file", which could mean other things.

To your problem, to my knowledge I don’t think this is possible if your movie is fragmented into various chapter files, to watch it as one. If you had them split as a CD1/CD2 sort of situation, that would work but its also not super neatly done.

My question to you, is this on Windows or Linux? Because on Linux, if you are not afraid of using the commandline, there are some CLI tools that can remerge videos for you, e.g. something like this askubuntu.com/…/how-to-merge-multiple-more-than-t…

Seeing this is run on CLI you can read up how to make a script out of it and automate the process, run it over your whole library. Will take a while and maybe you haven’t done this before, not sure.

nooneescapesthelaw@lemmy.ml on 12 Nov 2023 05:41 next collapse

Merge all the files

superuser.com/…/batch-merge-sets-of-video-files#9…

RootBeerGuy@discuss.tchncs.de on 12 Nov 2023 07:15 collapse

Thats even better than the link I posted, nice find!

possiblylinux127@lemmy.zip on 12 Nov 2023 06:05 collapse

Each piece of content looks like a single file from your screenshot. Like I said, it should be a matter of just adding it in.

According to this reddit post you should put the extras in a extras folder. So they will be recognized. reddit.com/…/bonusextra_features_and_specials/

Other than that, I’m not sure what your asking.