Skip to content

aolingo/musictag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Tag

Go Report Card

A personal CLI tool to decode song names from old Apple devices.

Read the blog post for more info: https://www.danielgong.com/project/mp3meta/

Install

The project executable musictag.exe can be directly downloaded from the project release page.

Building

Alternatively, to download and build the project yourself, run go get github.com/aolingo/musictag

The project can be then found in your $GOPATH/src/<import-path> folder.

In Windows for example, it will most likely be in C:\users\(you)\go\src\github.com\aolingo\musictag

To build this project, run go build from the project root folder.

Usage

After downloading or building the program, run the executable from the command line and input the path of the directory containing the mp3 files

./musictag.exe input_path

For example, parse and rename all the songs in a directory named music

./musictag.exe music

asciicast

About

CLI tool for decoding and renaming iPod MP3 file names

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages