From 0f33590ecab50992dbacf47148f5a999b4d3bb32 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 1 Aug 2025 09:52:36 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- src/tests/test-current-failure.json | 1 + src/tests/test-current-success.json | 52 +++++++++++++++++++++++++++ src/tests/test-failure.json | 54 +++++++++++++++++++++++++++++ src/tests/test-success.json | 12 +++++++ 4 files changed, 119 insertions(+) create mode 100644 src/tests/test-current-failure.json create mode 100644 src/tests/test-current-success.json create mode 100644 src/tests/test-failure.json create mode 100644 src/tests/test-success.json diff --git a/src/tests/test-current-failure.json b/src/tests/test-current-failure.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/src/tests/test-current-failure.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/src/tests/test-current-success.json b/src/tests/test-current-success.json new file mode 100644 index 0000000..df3dddf --- /dev/null +++ b/src/tests/test-current-success.json @@ -0,0 +1,52 @@ +[ + { + "artist": "AC/DC", + "disabled": false, + "favorite": false, + "guid": "8946008c-7acc-d187-60e6-5286e55ad502", + "path": "z://MP4\\ACDC - Shot In The Dark (Karaoke Version).mp4", + "title": "Shot in the Dark", + "mbid": "66c662b6-6e2f-4930-8610-912e24c63ed1", + "recording_mbid": "cf8b5cd0-d97c-413d-882f-fc422a2e57db" + }, + { + "artist": "Afrojack", + "disabled": false, + "favorite": false, + "guid": "f9fd52fc-0c5a-01d5-caf5-4476e9172401", + "path": "z://MP4\\Afrojack and Chris Brown - As Your Friend.mp4", + "title": "As Your Friend (Leroy Styles remix)", + "recording_mbid": "8abb8690-716e-420a-bd3d-c7d2b21c7b78", + "mbid": "a3ee920f-4e7f-4993-8aca-4b8538cfaa4a" + }, + { + "artist": "Andy Grammer", + "disabled": false, + "favorite": false, + "guid": "ff27874e-68c3-2c0b-d302-a4bf36d2f76c", + "path": "z://MP4\\Andy Grammer - Honey I Am Good.mp4", + "title": "Honey I’m Good", + "mbid": "9e60ea29-9607-4f7d-aa96-2092ef41f0d3", + "recording_mbid": "96bb3f30-8b52-42d3-a8f9-bb2b2495e55a" + }, + { + "artist": "Avicii", + "disabled": false, + "favorite": false, + "guid": "9df89f14-a568-14a3-5081-77d6ee3d5cf8", + "path": "z://MP4\\Avicii and Nicky Romero - I Could Be The One.mp4", + "title": "Hey Brother / You Make Me / I Could Be the One", + "recording_mbid": "3f63aa64-abc1-45bb-915a-5701bf83622b", + "mbid": "c85cfd6b-b1e9-4a50-bd55-eb725f04f7d5" + }, + { + "artist": "Bastille", + "disabled": false, + "favorite": false, + "guid": "71b6e7e2-3ad5-1b46-b4b5-d33b961451f7", + "path": "z://MP4\\Bastille - Flaws.mp4", + "title": "Flaws (Cinematic's in My Soul remix)", + "mbid": "7808accb-6395-4b25-858c-678bbb73896b", + "recording_mbid": "44e2adef-8088-41f2-913b-10dc67ef3185" + } +] \ No newline at end of file diff --git a/src/tests/test-failure.json b/src/tests/test-failure.json new file mode 100644 index 0000000..fb2f17a --- /dev/null +++ b/src/tests/test-failure.json @@ -0,0 +1,54 @@ +[ + { + "artist": "Kristen Bell, Idina Menzel", + "disabled": false, + "favorite": false, + "guid": "0e0e5999-0c63-c817-84ad-7e27aea0cc54", + "path": "z://MP4\\Kristen Bell, Idina Menzel - For The First Time In Forever.mp4", + "title": "For The First Time In Forever" + }, + { + "artist": "Lady Gaga", + "disabled": false, + "favorite": false, + "guid": "93aca149-788e-710a-5d17-14080727c27d", + "path": "z://MP4\\Lady Gaga - I'll Never Love Again (Karaoke Instrumental) A Star Is Born.mp4", + "title": "I'll Never Love Again (A Star is Born)", + "mbid": "650e7db6-b795-4eb5-a702-5ea2fc46c848" + }, + { + "artist": "Lady Gaga, Bradley Cooper", + "disabled": false, + "favorite": false, + "guid": "5e21d904-5cfb-54bc-1165-f47e0634afe0", + "path": "z://MP4\\Lady Gaga, Bradley Cooper - Shallow (Karaoke Instrumental) A Star Is Born.mp4", + "title": "Shallow" + }, + { + "artist": "Len", + "disabled": false, + "favorite": false, + "guid": "9f29d6a7-a31d-d02b-8954-2a3af1a124dc", + "path": "z://MP4\\Len - Steal My Sunshine.mp4", + "title": "Steal My Sunshine", + "mbid": "cb53fc63-8a50-4320-a3db-ac55b0f115a7" + }, + { + "artist": "Machine Gun Kelly", + "disabled": false, + "favorite": false, + "guid": "95690600-55b6-af32-afec-d8d48338f11f", + "path": "z://MP4\\Machine Gun Kelly - Bloody Valentine (Karaoke Instrumental).mp4", + "title": "Bloody Valentine", + "mbid": "8d9315a4-ee01-427f-92ae-53162e008c51" + }, + { + "artist": "Zedd, Maren Morris & Grey", + "disabled": false, + "favorite": false, + "guid": "138120ce-0716-94a8-a6ab-fcfb24f59c33", + "path": "z://MP4\\Zedd, Maren Morris, Grey - The Middle (Karaoke).mp4", + "title": "The Middle", + "recording_mbid": "b9b346ff-702c-46f2-8072-34ab349bf39d" + } +] \ No newline at end of file diff --git a/src/tests/test-success.json b/src/tests/test-success.json new file mode 100644 index 0000000..6bdbb44 --- /dev/null +++ b/src/tests/test-success.json @@ -0,0 +1,12 @@ +[ + { + "artist": "Juice WRLD & Marshmello", + "disabled": false, + "favorite": false, + "guid": "24bbbfd4-3ee5-0661-9f77-5a27ff024656", + "path": "z://MP4\\Come & Go - Juice WRLD & Marshmello (Karaoke Instrumental).mp4", + "title": "Come & Go", + "mbid": "4e4ebde4-0c56-4dec-844b-6c73adcdd92d", + "recording_mbid": "848db1a2-bdb2-4190-921c-2c06989e9b8c" + } +] \ No newline at end of file