Edit songs metadata from mp3 and obb, in bulk
Go to file
Arthur POULET c45e2ec0d4 Fix vorbis options to stop appening new metadata 2022-11-15 23:00:23 +01:00
LICENSE Init commit 2022-11-15 22:29:31 +01:00
Makefile Add install infos 2022-11-15 22:36:27 +01:00
README.md Add install infos 2022-11-15 22:36:27 +01:00
songmeta Fix vorbis options to stop appening new metadata 2022-11-15 23:00:23 +01:00

README.md

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