this post was submitted on 14 Jun 2023
6 points (80.0% liked)

Open Source

30357 readers
2064 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

In zsh you can use zmv for this. Another command line solution is find but it's a bit harder to figure out the correct command in my experience.