https://github.com/teverett/musicbrainztagger
https://github.com/teverett/musicbrainztagger
acoustid fpcalc java mp3-files music tagger
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teverett/musicbrainztagger
- Owner: teverett
- License: bsd-2-clause
- Created: 2015-03-12T16:17:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T05:21:39.000Z (2 months ago)
- Last Synced: 2025-04-11T05:52:35.347Z (17 days ago)
- Topics: acoustid, fpcalc, java, mp3-files, music, tagger
- Language: Java
- Size: 168 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/teverett/musicbrainztagger)
[](https://scan.coverity.com/projects/teverett-musicbrainztagger)
[](https://www.codacy.com/app/teverett/musicbrainztagger?utm_source=github.com&utm_medium=referral&utm_content=teverett/musicbrainztagger&utm_campaign=Badge_Grade)musicbrainztagger
======musicbrainztagger is a java command-line application which tags mp3 files using [AcoustID](https://acoustid.org/) and [MusicBrainz](https://musicbrainz.org/). musicbrainztagger is written as a command-line application and handles files on a one-by-one basis in order to enable it to handle very large mp3 collections, such as those with 10's or 100's of thousands of files.
Installation
-----musicbrainztagger requires the command-line application [fpcalc](https://acoustid.org/fingerprinter) from AcoustId. You will have to download the application onto your filesystem.
Invocation
-----musicbrainztagger takes these command line arguments
* --inputdir. The input location of the mp3 files
* --outputdir. The output location
* --fpcalc. The location of the fpcalc application
* --delete. Delete the input files after processing themFor example:
`java -jar musicbrainztagger.jar --inputdir=/home/mymusic --outputdir=/home/mynewmusic --fpcalc=/home/fpcalc`