mhor / audio-lib-tools

Command line tool to manage your music library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Library Tools

Checker

Check some rules to detect audio files tags inconsistencies:

  • missing album name, track number, title, artist, album artist
  • track had a suspicous "Various Artists" name
  • track with diffrent album/album artist into same directory
  • same track number into same directory
  • title, artist, or album contains suspicious word (untitled, track, unknow)
./audio-lib-tools check --tracks --albums --only-errrors ~/Music

Exporter

Export directory audio files to json

./audio-lib-tools export  ~/Music/ ~/Music/export.json --covers --covers-path=./covers

License

See LICENSE for more information

About

Command line tool to manage your music library

License:MIT License


Languages

Language:Go 100.0%