Tool for organizing music by the audio files’ metadata.
go install codeberg.org/BubbyRoosh/morg@latest
Simply run morg with the paths to all the files you want sorted:
morg path/to/file
Or…
Scan all files recursively with find
(takes stdin input separated by ‘’):
find -name "*.mp3" | morg
Information on command-line arguments can be displayed by passing “–help”