syntelos / cddb

some java for renaming and tagging WAV files copied from linux disc folder via musicbrainz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status

  Work in progress

About

  A simple bit of java for renaming (and tagging) music files using track names found via musicbrainz.  See "src/cddb/Main.java" and "src/cddb/API.java" for an intro to musicbrainz services.

Use

  Compile using 'mk.sh' and run using 'java-jar cddb.jar <dir>', where <dir> is something like "~/Music/ZZ Top/Greatest Hits/".  This renames "Track #.wav" files to "##. <track name>.wav" and adds ID3 tags.  Useful on linux.  A tagging program might be more fun.

Experience

  From linux WAV files, convert to MP3 and tag with ID3 for Rhythmbox.

Author

  John Pritchard
  mailto:jdp@syntelos.org
  http://www.syntelos.org/

About

some java for renaming and tagging WAV files copied from linux disc folder via musicbrainz

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.4%Language:HTML 0.5%Language:Shell 0.1%