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",
"album" : "Revenge",
"genre" : "Hip-Hop/R&B",
"track": 5,
"disc": 1,
"year" : 2017,
"duration" : 113,
"filename" : "track05.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/XXXTentacion/Revenge/track05.mp3"
"duration" : 113
}
```
### Retrieve all song metadata
@@ -64,10 +64,10 @@
"artist" : "Gerald Albright",
"album" : "Giving Myself To You",
"genre" : "Jazz",
"track": 5,
"disc": 1,
"year" : 1995,
"duration" : 387,
"filename" : "track07.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/Gerald Albright/Giving Myself To You/track07.mp3"
"duration" : 387
},
{
"id" : 2,
@@ -75,10 +75,10 @@
"artist" : "DMX",
"album" : "It's Dark and Hell Is Hot",
"genre" : "Hip-Hop",
"track": 5,
"disc": 1,
"year" : 1998,
"duration" : 231,
"filename" : "track05.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/DMX/It's Dark and Hell Is Hot/track05.mp3"
"duration" : 231
},
{
"id" : 3,
@@ -86,21 +86,21 @@
"artist" : "Tool",
"album" : "Lateralus",
"genre" : "Progressive Metal",
"track": 5,
"disc": 1,
"year" : 2001,
"duration" : 434,
"filename" : "track03.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/Tool/Lateralus/track03.mp3"
"duration" : 434
},
{
"id" : 4,
"title" : "King",
"artist" : "XXXTentacion",
"album" : "Revenge",
"genre" : "Hip-Hop/R&B",
"year" : 2017,
"duration" : 113,
"filename" : "track05.mp3",
"song_path" : "/home/phoenix/software/Icarus/Music/XXXTentacion/Revenge/track05.mp3"
"id" : 4,
"title" : "King",
"artist" : "XXXTentacion",
"album" : "Revenge",
"genre" : "Hip-Hop/R&B",
"track": 5,
"disc": 1,
"year" : 2017,
"duration" : 113
}
]
```