Skip to content

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

Notifications You must be signed in to change notification settings

51cards/JSONTag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published