Skip to content

Writes properties from a given JSON file into the ID3 tags of a given audio file.

License

Notifications You must be signed in to change notification settings

ngreenstein/JSONTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONTag

Description

Writes properties from a given JSON file into the ID3 tags of a given audio file

Supported Properties

  • Title (string)
  • Artist (string)
  • Album (string)
  • Year (int)
  • Track Number (int)
  • Genre (string)
  • Artwork (string) (path to PNG file)

Depenencies

Usage

Command-line arguments:

$ ruby jsontag.rb jsonfile.json audiofile.mp3

Interactive:

$ ruby jsontag.rb
> Location of JSON file to read from:
-> sample.json
> Location of audio file to save to:
-> sample.mp3

About

Writes properties from a given JSON file into the ID3 tags of a given audio file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages