Skip to content

Instantly share code, notes, and snippets.

@kgilmer
Created April 7, 2018 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgilmer/e9423112429899fc5df55c6f45fc6576 to your computer and use it in GitHub Desktop.
Save kgilmer/e9423112429899fc5df55c6f45fc6576 to your computer and use it in GitHub Desktop.
Music player sample JSON
{
"music": [
{
"title": "Jazz in Paris",
"album": "Jazz & Blues",
"artist": "Media Right Productions",
"genre": "Jazz & Blues",
"source": "Jazz_In_Paris.mp3",
"image": "album_art.jpg",
"trackNumber": 1,
"totalTrackCount": 6,
"duration": 103,
"site": "https://www.youtube.com/audiolibrary/music"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment