songmeta/README.md

18 lines
426 B
Markdown

# SongMeta
Song meta aggregate several music metadata tools and provides bulk edition.
- Handles yt-dlp imported music.
- Ready to handle most Napalm Record titles
- Ready to handle directory structures with the forme: `<Artist>/.../<Album>/<Song>`
## Install
You need `ruby >= 3.1`, `vorbis-tools`, `mid3v2`.
```
git clone https://git.sceptique.eu/Sceptique/songmeta
cd songmeta
make PREFIX=/usr/local/bin install
```