I use KRename for renaming multiple files.
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
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.
how can you identify season from the file name?
One approach: Look up what TV show has 291 episodes; land on this Wikipedia page which gives you the season lengths.
good and fun idea ;)
krenamer can do this. It just is a regex front end. You could do it with a shell script too.
Do you have the means to write your own Python script? If so, that would be a simple way to solve your problem.
This can be done natively in Thunar if you happen to use XFCE.
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