Tag: batch rename

  • Linux – Batch Convert .wav to .flac

    I ran into a weird issue the other day where SoundConverter, a GUI for converting audio files, was generating flac files that my audio player couldn’t see. I’m still not exactly sure what the problem was, but in trying to solve the problem, I went ahead and wrote a command to batch convert a folder…

  • GPRENAME – removing text up to a space using regular expressions

    GPRENAME – removing text up to a space using regular expressions

    For a recent project, I came into possession of hundreds of photos, each of which was named according to the settings the person who take the photo with their phone had in place but ended with ” – FirstName LastName.jpg.” I wanted to keep the users’ names, but everything before that could go. With hundreds…