Updated Song (markdown)

Kun Deng
2019-10-13 11:18:18 -04:00
parent 1d3ff7258f
commit 6642285b69
+21 -21
@@ -44,10 +44,10 @@
"artist" : "XXXTentacion", "artist" : "XXXTentacion",
"album" : "Revenge", "album" : "Revenge",
"genre" : "Hip-Hop/R&B", "genre" : "Hip-Hop/R&B",
"track": 5,
"disc": 1,
"year" : 2017, "year" : 2017,
"duration" : 113, "duration" : 113
"filename" : "track05.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/XXXTentacion/Revenge/track05.mp3"
} }
``` ```
### Retrieve all song metadata ### Retrieve all song metadata
@@ -64,10 +64,10 @@
"artist" : "Gerald Albright", "artist" : "Gerald Albright",
"album" : "Giving Myself To You", "album" : "Giving Myself To You",
"genre" : "Jazz", "genre" : "Jazz",
"track": 5,
"disc": 1,
"year" : 1995, "year" : 1995,
"duration" : 387, "duration" : 387
"filename" : "track07.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/Gerald Albright/Giving Myself To You/track07.mp3"
}, },
{ {
"id" : 2, "id" : 2,
@@ -75,10 +75,10 @@
"artist" : "DMX", "artist" : "DMX",
"album" : "It's Dark and Hell Is Hot", "album" : "It's Dark and Hell Is Hot",
"genre" : "Hip-Hop", "genre" : "Hip-Hop",
"track": 5,
"disc": 1,
"year" : 1998, "year" : 1998,
"duration" : 231, "duration" : 231
"filename" : "track05.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/DMX/It's Dark and Hell Is Hot/track05.mp3"
}, },
{ {
"id" : 3, "id" : 3,
@@ -86,21 +86,21 @@
"artist" : "Tool", "artist" : "Tool",
"album" : "Lateralus", "album" : "Lateralus",
"genre" : "Progressive Metal", "genre" : "Progressive Metal",
"track": 5,
"disc": 1,
"year" : 2001, "year" : 2001,
"duration" : 434, "duration" : 434
"filename" : "track03.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/Tool/Lateralus/track03.mp3"
}, },
{ {
"id" : 4, "id" : 4,
"title" : "King", "title" : "King",
"artist" : "XXXTentacion", "artist" : "XXXTentacion",
"album" : "Revenge", "album" : "Revenge",
"genre" : "Hip-Hop/R&B", "genre" : "Hip-Hop/R&B",
"year" : 2017, "track": 5,
"duration" : 113, "disc": 1,
"filename" : "track05.mp3", "year" : 2017,
"song_path" : "/home/phoenix/software/Icarus/Music/XXXTentacion/Revenge/track05.mp3" "duration" : 113
} }
] ]
``` ```