0.0
No commit activity in last 3 years
No release in over 3 years
Small utility for finding inconsistencies among audio files organized in "album" directories
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.19
 Project Readme

audiothority

Build Status Coverage Status Gem Version

Audiothority is a small command-line app for finding albums (or directories if you prefer) with inconsistent tags among the tracks, and either enforce some basic guidelines or move all inconsistent albums to a new directory.

Currently the artist, album, and year tags are checked for uniqueness, and the track tag is checked for missing tack numbers.

Installation

Audiothority depends on taglib-ruby, which requires taglib. See taglib-ruby for instructions on how to install taglib on a few different operating systems.

gem install audiothority

This will make the audiothorian command available. For basic usage run audiothorian --help, and run any of the subcommands without arguments to see their usage (or audiothorian help <CMD> if you prefer).

Copyright

Released under the MIT License :: 2014 Mathias Söderberg.