You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
LICENSE | 5 months ago | |
README.md | 5 months ago | |
go.mod | 5 months ago | |
go.sum | 5 months ago | |
morg.go | 5 months ago | |
morg.png | 5 months ago |
README.md
morg
Tool for organizing music by the audio files' metadata.
Installation
- Install Go
- Install morg
go install codeberg.org/BubbyRoosh/morg@latest
Usage
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 '\n'):
find -name "*.mp3" | morg
Information on command-line arguments can be displayed by passing "--help"