Skip to content

Instantly share code, notes, and snippets.

@wolkenschieber
Created March 9, 2019 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolkenschieber/48f74bb11fdb7c7bc85d46c3808ed271 to your computer and use it in GitHub Desktop.
Save wolkenschieber/48f74bb11fdb7c7bc85d46c3808ed271 to your computer and use it in GitHub Desktop.
Set MP3 filename from ID3-Tag
#!/usr/bin/env bash
find . -name "*.mp3" -exec eyeD3 --rename '$track:num - $artist - $title' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment