Comment on Is there a fast way to tell what episode of a series a video file is?
stsquad@lemmy.ml 4 days ago
If you are using MakeMKV when ripping you can override the filename template. So I name them for example “Show s01e04+” based on the disc I’m ripping. Then once encoded it’s relatively quick to rename the files with the full episode number. I personally use dired in Emacs because a macro makes short work of the renaming but I’m sure other solutions are possible.
toomanypancakes@piefed.world 3 days ago
That’s a good idea, I didn’t know you could override the default filenames. I’ll look into that when I try again, thanks!