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
how can you identify season from the file name?
I use KRename for renaming multiple files.
You can take a look at “sonarr”, it’s made for managing your tv-shows and it can automatic rename and organize your files, with customizable naming schem.
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 :)
deleted by creator
I use nomino for this purpose.
or if you are comfortable with command line and some replacement shenanigans, there is always mmv
There are various GUI tools (eg., gprename, krename) but I prefer qmv, a CLI tool from the renameutils package. It opens filenames into a vim (or your default editor) session, with which you can use global regex search/replace commands to rename files.