From 49b66c12997f1afcce1163776e7ea5da47507923 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 25 Jul 2025 15:42:13 -0400 Subject: [PATCH] Added album json file for testing --- tests/IAmWe/album.json | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 tests/IAmWe/album.json diff --git a/tests/IAmWe/album.json b/tests/IAmWe/album.json new file mode 100644 index 0000000..1587cf8 --- /dev/null +++ b/tests/IAmWe/album.json @@ -0,0 +1,64 @@ +{ + "album": "I Am We", + "album_artist": "Kuoth", + "disc_count": 1, + "genre": "Alternative Hip-Hop", + "year": 2020, + "track_count": 9, + "tracks": [ + { + "artist": "Kuoth", + "disc": 1, + "title": "Hypocrite Like the Rest", + "track": 1 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "It's Too Late", + "track": 2 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "Hell Might be Nice", + "track": 3 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "Dark Side of Progress", + "track": 4 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "Distractions", + "track": 5 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "But You Won't Listen", + "track": 6 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "Guidance", + "track": 7 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "M", + "track": 8 + }, + { + "artist": "Kuoth", + "disc": 1, + "title": "Social Acceptance", + "track": 9 + } + ] +}