I have 291 episodes named tv.show.01.mp4 to tv.show.291.mp4 and i want rename them to be named like Tv Show Episode S01E01.mp4. I use Linux so please suggest only FOSS compatible programs
You must log in or register to comment.
I use KRename for renaming multiple files.
krenamer can do this. It just is a regex front end. You could do it with a shell script too.
That’s what i started using :)
I use the bulk renamer from thunar https://docs.xfce.org/xfce/thunar/bulk-renamer/start
how can you identify season from the file name?
Why not just do this with a for loop in the terminal? I don’t think you need to over complicate it by downloading another program.
If I was able to do that i would not have asked here lol