From 6642285b69413262cc3e70001f51df42777cfba4 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sun, 13 Oct 2019 11:18:18 -0400 Subject: [PATCH] Updated Song (markdown) --- Song.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Song.md b/Song.md index f1754de..493878b 100644 --- a/Song.md +++ b/Song.md @@ -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 } ] ``` \ No newline at end of file