Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teverett/musicbrainztagger
https://github.com/teverett/musicbrainztagger
acoustid fpcalc java mp3-files music tagger
Last synced: 24 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T05:56:43.000Z (over 1 year ago)
- Last Synced: 2023-06-08T07:15:32.156Z (over 1 year ago)
- Topics: acoustid, fpcalc, java, mp3-files, music, tagger
- Language: Java
- Size: 134 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Travis](https://travis-ci.org/teverett/musicbrainztagger.svg?branch=master)](https://travis-ci.org/teverett/musicbrainztagger)
[![Coverity Scan](https://scan.coverity.com/projects/13300/badge.svg)](https://scan.coverity.com/projects/teverett-musicbrainztagger)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3e0e8536940048af8d31a6f45a5025f6)](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`