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 6 comments

sorted by: hot top controversial new old
[–] 2 points 3 years ago (2 children)

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

  • source
  • hideshow 4 child comments
  • [–] 1 point 3 years ago
    [–] 0 points 3 years ago (1 child)

    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.

  • source
  • hideshow 2 child comments