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

  • KOtBu
    link
    fedilink
    arrow-up
    1
    ·
    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.