this post was submitted on 14 Jun 2023
0 points (50.0% liked)

Open Source

38676 readers
588 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

all 7 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 2 years ago (2 children)

krenamer can do this. It just is a regex front end. You could do it with a shell script too.

[–] [email protected] 1 points 2 years ago

That's what i started using :)

[–] 20gramsWrench 1 points 2 years ago

is there more than 1 season in you show, and do you want, for example, to rename tvshow132 to Tv Show S05E01 ?

[–] [email protected] 0 points 2 years ago (1 children)

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.

[–] [email protected] 1 points 2 years ago

If I was able to do that i would not have asked here lol