From 504820c8a13706f5f1dcac8d69feb79207563862 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Thu, 31 Jul 2025 17:50:55 -0500 Subject: [PATCH] Signed-off-by: Matt Bruce --- PRD.md | 6 +- README.md | 2 +- data/cleaned_songs.json | 48 -- data/known_recordings.json | 29 -- data/sample_songs.json | 26 -- data/songs_100_random.json | 835 ---------------------------------- data/songs_20.json | 162 ------- data/songs_5.json | 50 -- data/songs_blink182.json | 66 --- data/songs_edge_cases.json | 260 ----------- data/test_famous_artists.json | 34 -- data/test_not_found.json | 42 -- data/test_songs.json | 26 -- 13 files changed, 4 insertions(+), 1582 deletions(-) delete mode 100644 data/cleaned_songs.json delete mode 100644 data/known_recordings.json delete mode 100644 data/sample_songs.json delete mode 100644 data/songs_100_random.json delete mode 100644 data/songs_20.json delete mode 100644 data/songs_5.json delete mode 100644 data/songs_blink182.json delete mode 100644 data/songs_edge_cases.json delete mode 100644 data/test_famous_artists.json delete mode 100644 data/test_not_found.json delete mode 100644 data/test_songs.json diff --git a/PRD.md b/PRD.md index ec10a3c..64734d2 100644 --- a/PRD.md +++ b/PRD.md @@ -167,7 +167,7 @@ src/ ### Collaboration Detection Logic - **Primary Patterns**: "ft.", "feat.", "featuring" (always collaborations) - **Secondary Patterns**: "&", "and", "," (intelligent detection) -- **Band Name Protection**: Hardcoded list of obvious band names +- **Band Name Protection**: 200+ known band names loaded from `data/known_artists.json` - **Comma Detection**: Parts with commas are likely collaborations - **Word Count Analysis**: Single-word parts separated by "&" might be band names - **Case Insensitivity**: All pattern matching is case-insensitive @@ -325,7 +325,7 @@ docker-compose logs -f musicbrainz - Database connection configuration - Fuzzy search similarity thresholds - **NEW**: Collaboration detection patterns -- **NEW**: Band name protection list +- **NEW**: Band name protection list (JSON configuration) ## Security Considerations @@ -371,7 +371,7 @@ python musicbrainz_cleaner.py --test-connection - Update dependencies as needed - Monitor database performance - Update fuzzy search thresholds based on usage -- **NEW**: Review and update band name protection list +- **NEW**: Review and update band name protection list in `data/known_artists.json` - **NEW**: Monitor collaboration detection accuracy ### Support diff --git a/README.md b/README.md index 4c1f361..7d9b361 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ These files can be easily updated without touching the code, making it simple to ### ✅ Collaboration Detection - **Primary Patterns**: "ft.", "feat.", "featuring" (always collaborations) - **Secondary Patterns**: "&", "and", "," (intelligent detection) -- **Band Name Protection**: "Simon & Garfunkel" (not collaboration) +- **Band Name Protection**: 200+ known band names from `data/known_artists.json` - **Complex Collaborations**: "Pitbull ft. Ne-Yo, Afrojack & Nayer" - **Case Insensitive**: "Featuring" → "featuring" diff --git a/data/cleaned_songs.json b/data/cleaned_songs.json deleted file mode 100644 index 983cc36..0000000 --- a/data/cleaned_songs.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "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", - "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 Am Good", - "mbid": "9e60ea29-9607-4f7d-aa96-2092ef41f0d3" - }, - { - "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": "I Could Be The One", - "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", - "mbid": "7808accb-6395-4b25-858c-678bbb73896b" - } -] \ No newline at end of file diff --git a/data/known_recordings.json b/data/known_recordings.json deleted file mode 100644 index 3d806d7..0000000 --- a/data/known_recordings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "recordings": [ - { - "artist_mbid": "66c662b6-6e2f-4930-8610-912e24c63ed1", - "title": "Shot in the Dark", - "recording_mbid": "cf8b5cd0-d97c-413d-882f-fc422a2e57db" - }, - { - "artist_mbid": "afb680f2-b6eb-4cd7-a70b-a63b25c763d5", - "title": "Finesse", - "recording_mbid": "8ed14014-547a-4128-ab81-c2dca7ae198e" - }, - { - "artist_mbid": "afb680f2-b6eb-4cd7-a70b-a63b25c763d5", - "title": "Finesse Remix", - "recording_mbid": "8ed14014-547a-4128-ab81-c2dca7ae198e" - }, - { - "artist_mbid": "20244d07-534f-4eff-b4d4-930878889970", - "title": "Love Story", - "recording_mbid": "d783e6c5-761f-4fc3-bfcf-6089cdfc8f96" - } - ], - "metadata": { - "description": "Known recording MBIDs for common songs", - "last_updated": "2024-01-01", - "version": "1.0" - } -} \ No newline at end of file diff --git a/data/sample_songs.json b/data/sample_songs.json deleted file mode 100644 index 2edfdbc..0000000 --- a/data/sample_songs.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "artist": "ACDC", - "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" - }, - { - "artist": "Bruno Mars ft. Cardi B", - "disabled": false, - "favorite": false, - "guid": "946a1077-ab9e-300c-3a72-b1e141e9706f", - "path": "z://MP4\\Bruno Mars ft. Cardi B - Finesse Remix (Karaoke Version).mp4", - "title": "Finesse Remix" - }, - { - "artist": "Taylor Swift", - "disabled": false, - "favorite": true, - "guid": "12345678-1234-1234-1234-123456789012", - "path": "z://MP4\\Taylor Swift - Love Story (Karaoke Version).mp4", - "title": "Love Story" - } -] \ No newline at end of file diff --git a/data/songs_100_random.json b/data/songs_100_random.json deleted file mode 100644 index b9563d1..0000000 --- a/data/songs_100_random.json +++ /dev/null @@ -1,835 +0,0 @@ -[ - { - "artist": "One Night Only", - "disabled": false, - "favorite": false, - "guid": "c789a741-923a-8c8f-1a5a-1fdb7399f12b", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF265\\One Night Only - Just For Tonight - SF265 - 14.mp3", - "title": "Just For Tonight" - }, - { - "artist": "Owl City", - "disabled": false, - "favorite": false, - "guid": "65643569-49f5-8cca-aba0-939a52bc462f", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Vanilla Twilight - Owl City.mp4", - "title": "Vanilla Twilight" - }, - { - "artist": "Big Mountain", - "disabled": false, - "favorite": false, - "guid": "89b50784-1b62-ee66-1dee-0619a59c0c1c", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Baby, I Love Your Way - Big Mountain.mp4", - "title": "Baby, I Love Your Way" - }, - { - "artist": "Steppenwolf", - "disabled": false, - "favorite": false, - "guid": "d2b41e7d-f96c-0907-ce25-920dd91fb921", - "path": "z://CDG\\Various\\Steppenwolf - Born To Be Wild (3).mp3", - "title": "Born To Be Wild (3)" - }, - { - "artist": "Beyonc\u00e9", - "disabled": false, - "favorite": false, - "guid": "ac14f3d1-ff20-3ac1-0191-905de8a99877", - "path": "z://MP4\\Sing King Karaoke\\Beyonc\u00e9 - 7 11 (Karaoke Version).mp4", - "title": "7 11" - }, - { - "artist": "Foreigner", - "disabled": false, - "favorite": false, - "guid": "9bf3fabf-6957-4241-dd1c-6dba29d83655", - "path": "z://MP4\\Let's Sing Karaoke\\Foreigner - I Want To Know What Love Is (Karaoke & Lyrics) (2).mp4", - "title": "I Want To Know What Love Is" - }, - { - "artist": "Liam Gallagher", - "disabled": false, - "favorite": false, - "guid": "e874f895-e946-ef4d-354e-8c33af50be71", - "path": "z://MP4\\KtvEntertainment\\Liam Gallagher - For What It's Worth Karaoke.mp4", - "title": "For What It's Worth" - }, - { - "artist": "George Michael", - "disabled": false, - "favorite": false, - "guid": "459f42c2-9aa4-8eac-e224-b01c5dd23f92", - "path": "z://MP4\\Karaoke Sing Sing\\George Michael - Careless Whisper (Karaoke Version).mp4", - "title": "Careless Whisper" - }, - { - "artist": "Queens Of The Stone Age", - "disabled": false, - "favorite": false, - "guid": "c5a2429d-c54d-f982-4bf3-2eb7eeb1cead", - "path": "z://CDG\\Various\\Queens Of The Stone Age - Little Sister.mp3", - "title": "Little Sister" - }, - { - "artist": "Rocketman", - "disabled": false, - "favorite": false, - "guid": "6a3c0389-9b7b-b6aa-a3eb-1cd8b0524f12", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke The Bitch is Back - Rocketman.mp4", - "title": "The Bitch is Back" - }, - { - "artist": "Bobby Vee", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "fa4dea55-647c-5efa-534f-f0bcbbd5414b", - "path": "z://CDG\\Sunfly Collection\\Sunfly Most Wanted\\SFMW 813\\Bobby Vee - Run To Him - SFMW 813 -05.mp3", - "title": "Run To Him" - }, - { - "artist": "Sheryl Crow", - "disabled": false, - "favorite": false, - "guid": "029cdcce-6813-5b7f-8a60-ebf522dc4c77", - "path": "z://CDG\\Various\\Sheryl Crow - Run Baby Run.mp3", - "title": "Run Baby Run" - }, - { - "artist": "Lady Gaga", - "disabled": false, - "favorite": false, - "guid": "47bb91da-fc18-b97d-72b1-32ca1d847bd5", - "path": "z://CDG\\Mr Entertainer\\MRTC01\\MRTC01-04\\MRTC01-4-09 - Lady Gaga - Poker Face.mp3", - "title": "Poker Face" - }, - { - "artist": "Cliff Richard", - "disabled": false, - "favorite": false, - "guid": "9586c5d0-538b-8351-2f87-9bee5e6ce827", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Rave On - Cliff Richard.mp4", - "title": "Rave On" - }, - { - "artist": "Glen Campbell", - "disabled": false, - "favorite": false, - "guid": "0734fdc9-73a6-842c-14f6-36f643c12e99", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF051\\Glen Campbell - Rhinestone Cowboy - SF051 - 15.mp3", - "title": "Rhinestone Cowboy" - }, - { - "artist": "Chesney Hawkes", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "40f504ff-dd2e-5ebe-78ce-c7445402c30a", - "path": "z://MP4\\ZoomKaraokeOfficial\\Chesney Hawkes - The One And Only.mp4", - "title": "The One And Only" - }, - { - "artist": "Tony Orlando & Dawn", - "disabled": false, - "favorite": false, - "guid": "37b41627-6786-8bc9-b340-21561bb0a141", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Candida - Tony Orlando And Dawn.mp4", - "title": "Candida" - }, - { - "artist": "Judas Priest", - "disabled": false, - "favorite": false, - "guid": "d51e1ee3-76b1-4b64-722f-c09b7678ed10", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Breaking The Law - Judas Priest.mp4", - "title": "Breaking The Law" - }, - { - "artist": "America", - "disabled": false, - "favorite": false, - "guid": "f92d9498-09c4-a2fa-9077-5cae27303065", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Sister Golden Hair - America.mp4", - "title": "Sister Golden Hair" - }, - { - "artist": "Gerry Guthrie", - "disabled": false, - "favorite": false, - "guid": "10272677-9a07-cdaa-0017-4fe201873ccf", - "path": "z://MP4\\KtvEntertainment\\Gerry Guthrie - Did She Mention My Name Karaoke Lyrics.mp4", - "title": "Did She Mention My Name" - }, - { - "artist": "The Allman Brothers Band", - "disabled": false, - "favorite": false, - "guid": "87bb825e-7f8c-6cef-40b1-dc2fac930e79", - "path": "z://MP4\\KtvEntertainment\\The Allman Brothers Band - Whipping Post Karaoke Lyrics.mp4", - "title": "Whipping Post" - }, - { - "artist": "The Beach Boys", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "b8d51214-0c90-d4ce-928f-b3e2cc1080c6", - "path": "z://MP4\\ZoomKaraokeOfficial\\The Beach Boys - Sloop John B (Cool Vocal Only Ending).mp4", - "title": "Sloop John B (Cool Vocal Only Ending)" - }, - { - "artist": "Floaters", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "0b7e8b42-0f80-96b0-c0c7-3f7ddf0c8150", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF103\\Floaters - Float On - SF103 - 04.mp3", - "title": "Float On" - }, - { - "artist": "Afroman", - "disabled": false, - "favorite": false, - "guid": "3076eef1-f794-bd75-5d10-1e90139609d0", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Because I Got High - Afroman.mp4", - "title": "Because I Got High" - }, - { - "artist": "Lavato, Demi & Joe Jonas", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "7c1b42d7-14e4-2f6d-40ba-fa41a217c0ab", - "path": "z://CDG\\SBI\\SBI-05\\Lavato, Demi & Joe Jonas - This Is Me.mp3", - "title": "This Is Me" - }, - { - "artist": "Drake", - "disabled": false, - "favorite": false, - "guid": "2db9fd74-3353-0fb2-a289-666ad6e1020a", - "path": "z://MP4\\King of Karaoke\\Drake - Passionfruit - King of Karaoke.mp4", - "title": "Passionfruit" - }, - { - "artist": "Elvis Presley", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "b13a7a30-c5ee-a701-348f-d79a36e18b8e", - "path": "z://CDG\\Various\\Elvis Presley - Where Do You Come From.mp3", - "title": "Where Do You Come From" - }, - { - "artist": "Coldplay", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "7820a2af-e4fa-f3a2-d070-46ad73e08ace", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF308\\Coldplay - Paradise - SF308 - 11.mp3", - "title": "Paradise" - }, - { - "artist": "Belinda Carlisle", - "disabled": false, - "favorite": false, - "guid": "9293d245-f376-b2c8-a268-28d8dab3161f", - "path": "z://CDG\\Various\\Belinda Carlisle - Heaven Is A Place On Earth.mp3", - "title": "Heaven Is A Place On Earth" - }, - { - "artist": "Glee", - "disabled": false, - "favorite": false, - "guid": "ee583fec-9afb-1e58-c2a4-6b01d4241cdc", - "path": "z://CDG\\Mr Entertainer\\MRTC01\\MRTC01-02\\MRTC01-2-13 - Glee Cast - Halo+walking On Sunshine.mp3", - "title": "Halo+walking On Sunshine" - }, - { - "artist": "Calvin Harris ft. Florence Welch", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "2a209afa-e7f9-ea64-c928-7f14499d9756", - "path": "z://MP4\\ZoomKaraokeOfficial\\Calvin Harris feat Florence Welch - Sweet Nothing.mp4", - "title": "Sweet Nothing" - }, - { - "artist": "Jim Croce", - "disabled": false, - "favorite": false, - "guid": "ceda7d43-a35d-1f1c-81d2-7ff6eb8c9848", - "path": "z://MP4\\KtvEntertainment\\Jim Croce - Lover's Cross Karaoke Lyrics.mp4", - "title": "Lover's Cross" - }, - { - "artist": "Herman's Hermits", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "120fb0a5-e36e-1d0f-1acd-80ecadc8ec8b", - "path": "z://MP4\\ZoomKaraokeOfficial\\Hermans Hermits - Somethings Happening.mp4", - "title": "Something's Happening" - }, - { - "artist": "The Everly Brothers", - "disabled": false, - "favorite": false, - "guid": "08ead07b-6164-e9da-b203-554de875461b", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF045\\The Everly Brothers - Price Of Love, The - SF045 - 11.mp3", - "title": "Price Of Love, The" - }, - { - "artist": "Bring Me The Horizon", - "disabled": false, - "favorite": false, - "guid": "c0382fef-4a55-7cc0-54a7-12b9bf3b4198", - "path": "z://MP4\\Sing King Karaoke\\Bring Me The Horizon - Can You Feel My Heart (Karaoke Version).mp4", - "title": "Can You Feel My Heart" - }, - { - "artist": "Van Halen", - "disabled": false, - "favorite": false, - "guid": "d6ebdbb5-a61a-0fac-84d4-62f335abcaca", - "path": "z://MP4\\CerealKillerKaraoke\\CKK-VR - Van Halen - Dirty Movies (Karaoke).mp4", - "title": "Dirty Movies" - }, - { - "artist": "Chris Brown Featuring T-Pain", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "b0329fd3-dadd-bee1-8807-ae090b3a1b64", - "path": "z://MP4\\KaraokeOnVEVO\\Chris Brown Featuring T-Pain - Kiss Kiss.mp4", - "title": "Kiss Kiss" - }, - { - "artist": "Andy Griggs", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "19fca440-e6ba-b5d0-764c-395cda15ad68", - "path": "z://CDG\\Various\\Andy Griggs - You Wont Ever Be Lonely.mp3", - "title": "You Wont Ever Be Lonely" - }, - { - "artist": "Chris Norman", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "41c56192-4929-4742-77b3-9d823ebf8fe7", - "path": "z://MP4\\ZoomKaraokeOfficial\\Chris Norman - The Girl I Love.mp4", - "title": "The Girl I Love" - }, - { - "artist": "Ruth B", - "disabled": false, - "favorite": false, - "guid": "0848db87-6f59-ebdf-1cdd-00b452b40b34", - "path": "z://MP4\\Sing King Karaoke\\Ruth B - Golden (Karaoke Version).mp4", - "title": "Golden" - }, - { - "artist": "boygenius", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "1653c073-cdbb-4256-71c5-09ec5185f37d", - "path": "z://MP4\\Sing King Karaoke\\boygenius - Emily Im Sorry.mp4", - "title": "Emily I'm Sorry" - }, - { - "artist": "Blue Mink", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "4fce614f-7a59-50bd-737f-db5da614abb9", - "path": "z://MP4\\KaraokeOnVEVO\\Blue Mink - Melting Pot.mp4", - "title": "Melting Pot" - }, - { - "artist": "Dean Martin", - "disabled": false, - "favorite": false, - "guid": "3717fe66-95b4-6fec-36d5-fca62e135421", - "path": "z://MP4\\KtvEntertainment\\Dean Martin - Non Dimenticar Karaoke Lyrics.mp4", - "title": "Non Dimenticar" - }, - { - "artist": "Queen", - "disabled": false, - "favorite": false, - "guid": "c2427066-b8b8-90bf-2c8a-47a9ec7e1096", - "path": "z://MP4\\Sing King Karaoke\\Queen - Somebody To Love (Karaoke Version).mp4", - "title": "Somebody To Love" - }, - { - "artist": "Dionne Warwick", - "disabled": false, - "favorite": false, - "guid": "3c5506b7-6980-d7af-efc2-f0476d74cada", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke That s What Friends Are For - Dionne Warwick.mp4", - "title": "That s What Friends Are For" - }, - { - "artist": "The Isley Brothers", - "disabled": false, - "favorite": false, - "guid": "f99facc0-a093-e0e7-6faf-f332e2067da4", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Shout - The Isley Brothers.mp4", - "title": "Shout" - }, - { - "artist": "Olivia Rodrigo", - "disabled": false, - "favorite": false, - "guid": "7b651ed4-04ed-24f4-817e-d75a308594e9", - "path": "z://MP4\\Stingray Karaoke\\Olivia Rodrigo - get him back! (Karaoke Version).mp4", - "title": "get him back!" - }, - { - "artist": "The Kentucky Headhunters", - "disabled": false, - "favorite": false, - "guid": "6eaccc40-e1bf-b1de-23c4-cdaa7aad730c", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Spirit In The Sky - The Kentucky Headhunters.mp4", - "title": "Spirit In The Sky" - }, - { - "artist": "Yebba", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "08c840ce-8b80-4856-6132-8d7bf9a357e9", - "path": "z://MP4\\Sing King Karaoke\\Yebba - My Mind Karaoke Version).mp4", - "title": "My Mind Karaoke Version)" - }, - { - "artist": "Shawn Mendes", - "disabled": false, - "favorite": false, - "guid": "9722f3a0-e17f-1df6-cebe-516a903530dc", - "path": "z://MP4\\Sing King Karaoke\\Shawn Mendes - Where Were You In The Morning (Karaoke Version).mp4", - "title": "Where Were You In The Morning" - }, - { - "artist": "Abc", - "disabled": false, - "favorite": false, - "guid": "511ea86b-d81a-257f-ffc2-6ab2453df440", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF111\\Abc - The Look Of Love - SF111 - 02.mp3", - "title": "The Look Of Love" - }, - { - "artist": "Darryl Worley", - "disabled": false, - "favorite": false, - "guid": "b3422ad6-01de-00aa-84a4-e2efa46e0c98", - "path": "z://MP4\\Let's Sing Karaoke\\Worley, Darryl - I Miss My Friend (Karaoke & Lyrics) (2).mp4", - "title": "I Miss My Friend" - }, - { - "artist": "Peggy Lee", - "disabled": false, - "favorite": false, - "guid": "ff39f28a-d933-6c86-72e8-aecc4eb0a844", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Fever - Peggy Lee.mp4", - "title": "Fever" - }, - { - "artist": "Lorrie Morgan", - "disabled": false, - "favorite": false, - "guid": "a88ab5a7-ec7c-22ae-4b8a-3f4701aeff04", - "path": "z://CDG\\Various\\Lorrie Morgan - Dear Me.mp3", - "title": "Dear Me" - }, - { - "artist": "Kacey Musgraves", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "39ad7a92-fb3c-6874-85c6-5150ae52415b", - "path": "z://MP4\\ZoomKaraokeOfficial\\Kacey Musgraves - Merry Go Round.mp4", - "title": "Merry Go 'Round" - }, - { - "artist": "Rihanna ft. Mikky Ekko", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "3a3bd95f-f573-d3c2-ac2d-5b75fba98f14", - "path": "z://CDG\\Big Hits Karaoke\\BHK039\\BH039-04 - Rihanna & Mikky Ekko - Stay.mp3", - "title": "Stay" - }, - { - "artist": "Luciano Pavarotti", - "disabled": false, - "favorite": false, - "guid": "48ffd3c9-3fb9-be69-4e0e-d4974144c527", - "path": "z://MP4\\KaraFun Karaoke\\O Sole Mio - Luciano Pavarotti Karaoke Version KaraFun.mp4", - "title": "O Sole Mio" - }, - { - "artist": "David Bowie", - "disabled": false, - "favorite": false, - "guid": "10294c23-dee6-1e13-5bfc-090d5ed88c4a", - "path": "z://MP4\\Stingray Karaoke\\Let's Dance in the Style of David Bowie karaoke video with lyrics (no lead vocal).mp4", - "title": "Let's Dance" - }, - { - "artist": "Smokie", - "disabled": false, - "favorite": false, - "guid": "d2dc1db0-ae19-a8a7-42e4-f19ab155050b", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Needles and Pins - Smokie.mp4", - "title": "Needles and Pins" - }, - { - "artist": "LMFAO", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "ed6d018b-9a55-b039-8d0b-78568428f787", - "path": "z://CDG\\SBI\\SBI-03\\SB24973 - LMFAO - Sexy And I Know It.mp3", - "title": "Sexy And I Know It" - }, - { - "artist": "Elvis Presley", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "a54bec5e-5898-4b70-cb08-475ff77aa301", - "path": "z://MP4\\Sing King Karaoke\\Elvis Presley - Always on My Mind.mp4", - "title": "Always on My Mind" - }, - { - "artist": "Gabrielle", - "disabled": false, - "favorite": false, - "guid": "da575355-f72f-6934-0a34-fa54c37a8233", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF218\\Gabrielle - Stay The Same - SF218 - 12.mp3", - "title": "Stay The Same" - }, - { - "artist": "Destiny's Child", - "disabled": false, - "favorite": false, - "guid": "24f3fb48-ea83-12c1-f998-cfbb917ab927", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF177\\Destiny's Child - Survivor - SF177 - 03.mp3", - "title": "Survivor" - }, - { - "artist": "Sabrina Carpenter", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "795b7f81-f7a8-c3a7-4888-facd8b7f61a9", - "path": "z://MP4\\sing2karaoke\\Sabrina Carpenter - Busy Woman.mp4", - "title": "Busy Woman" - }, - { - "artist": "The Goodies", - "disabled": false, - "favorite": false, - "guid": "f24004dd-c2fa-2e3e-270b-cef6d1cfa1de", - "path": "z://CDG\\Sunfly Collection\\Sunfly Gold\\SFGD041 - Monty Python & The Goodies\\The Goodies - Make A Daft Noise For Christmas - SFG041 - 09.mp3", - "title": "Make A Daft Noise For Christmas" - }, - { - "artist": "Tony! Toni! Tone!", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "3fc77353-14b6-c1e1-a746-6547cdbbceed", - "path": "z://MP4\\KaraokeOnVEVO\\Tony Toni Tone - Feels Good.mp4", - "title": "Feels Good" - }, - { - "artist": "Bruce Springsteen", - "disabled": false, - "favorite": false, - "guid": "0aa63bcd-0d08-82d6-87a2-9f5421be75d2", - "path": "z://CDG\\Various\\Bruce Springsteen - Cover Me.mp3", - "title": "Cover Me" - }, - { - "artist": "Sing", - "disabled": false, - "favorite": false, - "guid": "e436056b-893c-d7e1-651a-2b26e1758b93", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Let s Face the Music and Dance - Sing.mp4", - "title": "Let s Face the Music and Dance" - }, - { - "artist": "Sublime", - "disabled": false, - "favorite": false, - "guid": "0e06e44b-da10-6067-f471-ea9c3b3a3e7c", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Garden Grove - Sublime.mp4", - "title": "Garden Grove" - }, - { - "artist": "Kelly Clarkson", - "disabled": false, - "favorite": false, - "genre": "karaoke", - "guid": "bc777abe-f7da-5395-5798-a61b28ebf000", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF349\\Kelly Clarkson - Heartbeat Song - SF301 - 09.mp3", - "title": "Heartbeat Song" - }, - { - "artist": "Olly Murs", - "disabled": false, - "favorite": false, - "guid": "608b9fe0-d60b-aba6-b020-9a015838fdf2", - "path": "z://MP4\\KtvEntertainment\\Olly Murs - You Don't Know Love Karaoke Lyrics.mp4", - "title": "You Don't Know Love" - }, - { - "artist": "Doechii", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "7795470f-0410-b8c4-c871-2bd31edf1a36", - "path": "z://MP4\\Sing King Karaoke\\Doechii - Anxiety.mp4", - "title": "Anxiety" - }, - { - "artist": "Florence + The Machine", - "disabled": false, - "favorite": false, - "guid": "20967d47-9855-3bed-a442-24e91b4ffdd7", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke No Light, No Light - Florence + The Machine.mp4", - "title": "No Light, No Light" - }, - { - "artist": "The Beatles", - "disabled": false, - "favorite": false, - "guid": "96a11cc6-acb8-8ff7-cecb-7e8cde85e062", - "path": "z://MP4\\KtvEntertainment\\The Beatles - P.S. I Love You (Karaoke without Vocal).mp4", - "title": "P.S. I Love You" - }, - { - "artist": "Mickey Gilley", - "disabled": false, - "favorite": false, - "guid": "6f831da9-1d07-ac40-8875-16981af0b351", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Talk To Me - Mickey Gilley.mp4", - "title": "Talk To Me" - }, - { - "artist": "Sech ft. Darrell, Nicky Jam, Ozuna & Anuel AA", - "disabled": false, - "favorite": false, - "guid": "dbc38404-6328-9e9a-f82b-09b797d29e00", - "path": "z://MP4\\Stingray Karaoke\\Otro trago Sech feat. Darrell, Nicky Jam, Ozuna & Anuel AA Karaoke with Lyrics.mp4", - "title": "Otro trago" - }, - { - "artist": "Boyzone", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "c785c4a5-8b97-a40c-c163-c8be70c7ed1f", - "path": "z://MP4\\Sing King Karaoke\\Boyzone - Baby Can I Hold You Tonight.mp4", - "title": "Baby Can I Hold You Tonight" - }, - { - "artist": "Jeannie C Riley", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "3ba6129d-ac04-b405-044d-8b453f565165", - "path": "z://MP4\\ZoomKaraokeOfficial\\Jeannie C Riley - Harper Valley PTA Karaoke Version from Zoom Karaoke.mp4", - "title": "Harper Valley P.T.A. - Karaoke Version from Zoom Karaoke" - }, - { - "artist": "Razorlight", - "disabled": false, - "favorite": false, - "guid": "e28f0e1f-ea58-7f26-cbb3-40b0c3f538b2", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF248\\Razorlight - America - SF248 - 06.mp3", - "title": "America" - }, - { - "artist": "Sex Pistols", - "disabled": false, - "favorite": false, - "guid": "144ff474-2a6f-b72a-5b1f-363616437767", - "path": "z://MP4\\singsongsmusic\\God Save the Queen - Karaoke HD (In the style of Sex Pistols).mp4", - "title": "God Save the Queen" - }, - { - "artist": "Dierks Bentley", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "7b438180-6926-b78f-7559-6c921a75af62", - "path": "z://MP4\\KaraokeOnVEVO\\Dierks Bentley - Free And Easy (Down The Road I Go.mp4", - "title": "Free And Easy (Down The Road I Go)" - }, - { - "artist": "Iggy Azalea", - "disabled": false, - "favorite": false, - "guid": "77170d20-a51a-1ec3-5f8d-555d299db97d", - "path": "z://MP4\\singsongsmusic\\Team - Karaoke HD (In the style of Iggy Azalea).mp4", - "title": "Team" - }, - { - "artist": "Troye Sivan", - "disabled": false, - "favorite": false, - "guid": "1c2f1901-0be9-4ab9-f012-6a91b99ae86a", - "path": "z://MP4\\Sing King Karaoke\\Troye Sivan - WILD (Karaoke Version).mp4", - "title": "WILD" - }, - { - "artist": "Adam Lambert", - "disabled": false, - "favorite": false, - "guid": "91acab7b-0884-6348-f30a-fb4d50899665", - "path": "z://MP4\\KtvEntertainment\\Adam Lambert - Another Lonely Night Karaoke Lyrics.mp4", - "title": "Another Lonely Night" - }, - { - "artist": "Big Shaq", - "disabled": false, - "favorite": false, - "genre": "karaoke", - "guid": "f8804acb-a48f-ba25-5422-00535521a9b0", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF383\\SF383-03 - Big Shaq - Man's Not Hot.mp3", - "title": "Man's Not Hot" - }, - { - "artist": "Air Supply", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "bf25b9e1-d366-5b61-aa82-cbb35bcf52a4", - "path": "z://MP4\\Sing King Karaoke\\Air Supply - Making Love Out Of Nothing At All.mp4", - "title": "Making Love Out Of Nothing At All" - }, - { - "artist": "Billy Joel", - "disabled": false, - "favorite": false, - "guid": "93c5c387-b76a-6105-19e4-cf7db9d269e3", - "path": "z://CDG\\Various\\Billy Joel - Entertainer.mp3", - "title": "Entertainer" - }, - { - "artist": "Faith Hill", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "5063126b-718f-fe62-ec89-2c701f43ccf8", - "path": "z://CDG\\Sunfly Collection\\Sunfly Most Wanted\\SFMW 844\\Faith Hill - Where Are You Christmas -SFMW 844 -12.mp3", - "title": "Where Are You Christmas" - }, - { - "artist": "Nicki Minaj Ft.drake", - "disabled": false, - "favorite": false, - "guid": "49a1a33d-799b-bbfd-1875-3c551424f75a", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF301\\Nicki Minaj Ft.drake - Moment 4 Life (clean) - SF301 - 13.mp3", - "title": "Moment 4 Life (clean)" - }, - { - "artist": "P!nk", - "disabled": false, - "favorite": false, - "guid": "3c330302-071d-5a31-b34b-5cb38c12adf1", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Long Way To Happy - Pink.mp4", - "title": "Long Way To Happy" - }, - { - "artist": "Bryan Ferry", - "disabled": false, - "favorite": false, - "guid": "9ccab14f-6ce8-85f6-84eb-c2ee893e3a5d", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF135\\Bryan Ferry - Let's Stick Together - SF135 - 05.mp3", - "title": "Let's Stick Together" - }, - { - "artist": "Snow Patrol", - "disabled": false, - "favorite": false, - "guid": "18b21f83-2c41-f548-3407-a891eb1885a0", - "path": "z://CDG\\Sunfly Collection\\Sunfly Hits\\SF245\\Snow Patrol - Chasing Cars - SF245 - 06.mp3", - "title": "Chasing Cars" - }, - { - "artist": "Janet Jackson", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "3952c8ba-e218-ea19-be21-e42791836cb7", - "path": "z://MP4\\KaraokeOnVEVO\\Janet Jackson - Nasty.mp4", - "title": "Nasty" - }, - { - "artist": "Corby, Matt", - "disabled": false, - "favorite": false, - "guid": "2f699149-d5e9-f17b-a93e-eae193630509", - "path": "z://CDG\\Big Hits Karaoke\\BHK028\\BHK028-01 - Corby, Matt - Brother.mp3", - "title": "Brother" - }, - { - "artist": "Little Richard", - "disabled": false, - "favorite": false, - "guid": "d6934a39-5b22-598c-8817-80120e3e91c9", - "path": "z://CDG\\Various\\Little Richard - Good Golly Miss Molly.mp3", - "title": "Good Golly Miss Molly" - }, - { - "artist": "The Flower Drum Song", - "disabled": false, - "favorite": false, - "guid": "c47b99ea-e8c4-66d2-6195-8aa44b8e3896", - "path": "z://MP4\\Let's Sing Karaoke\\Flower Drum Song, The - I Enjoy Being A Girl (Karaoke & Lyrics).mp4", - "title": "I Enjoy Being A Girl" - }, - { - "artist": "Dolly Parton", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "9567a6ed-b31c-eb8d-7cdd-f99e09a29f1d", - "path": "z://MP4\\KaraokeOnVEVO\\Dolly Parton - Here You Come Again.mp4", - "title": "Here You Come Again" - }, - { - "artist": "KSI ft. Tom Grennan", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "a53bc0b1-9eff-7710-fc02-b669bf657325", - "path": "z://MP4\\ZoomKaraokeOfficial\\KSI feat Tom Grennan - Not Over Yet.mp4", - "title": "Not Over Yet" - }, - { - "artist": "The Doobie Brothers", - "disabled": false, - "favorite": false, - "guid": "0876620f-5a41-af24-42b5-965e9d767819", - "path": "z://MP4\\Stingray Karaoke\\Minute By Minute The Doobie Brothers Karaoke with Lyrics.mp4", - "title": "Minute By Minute" - }, - { - "artist": "Ariana Grande ft. The Weeknd", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "4dcd11fa-3caf-5818-f3de-5b99cf722c80", - "path": "z://MP4\\Sing King Karaoke\\Ariana Grande & The Weeknd - Love Me Harder.mp4", - "title": "Love Me Harder" - } -] \ No newline at end of file diff --git a/data/songs_20.json b/data/songs_20.json deleted file mode 100644 index bfdfbf9..0000000 --- a/data/songs_20.json +++ /dev/null @@ -1,162 +0,0 @@ -[ - { - "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" - }, - { - "artist": "Afrojack ft. Chris Brown", - "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" - }, - { - "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 Am Good" - }, - { - "artist": "Avicii ft. Nicky Romero", - "disabled": false, - "favorite": false, - "guid": "9df89f14-a568-14a3-5081-77d6ee3d5cf8", - "path": "z://MP4\\Avicii and Nicky Romero - I Could Be The One.mp4", - "title": "I Could Be The One" - }, - { - "artist": "Bastille", - "disabled": false, - "favorite": false, - "guid": "71b6e7e2-3ad5-1b46-b4b5-d33b961451f7", - "path": "z://MP4\\Bastille - Flaws.mp4", - "title": "Flaws" - }, - { - "artist": "Big Sean ft. E40", - "disabled": false, - "favorite": false, - "guid": "3ff82151-be07-70e0-7e05-145dc0abec4a", - "path": "z://MP4\\Big Sean and E40 - I Don t F--k With You.mp4", - "title": "I Don t F--k With You" - }, - { - "artist": "Blake Shelton ft. Gwen Stefani", - "disabled": false, - "favorite": false, - "guid": "0443d7b1-daa0-6278-fe68-635a91ef7fcf", - "path": "z://MP4\\Blake Shelton feat. Gwen Stefani - Happy Anywhere (Karaoke Version).mp4", - "title": "Happy Anywhere" - }, - { - "artist": "Bradley Cooper", - "disabled": false, - "favorite": false, - "guid": "fa1a3926-96e0-3615-9785-9c24f39a937a", - "path": "z://MP4\\Bradley Cooper - Maybe It's Time (Karaoke Instrumental) A Star Is Born.mp4", - "title": "Maybe It's Time (A Star is Born)" - }, - { - "artist": "Bruno Mars ft. Cardi B", - "disabled": false, - "favorite": false, - "guid": "946a1077-ab9e-300c-3a72-b1e141e9706f", - "path": "z://MP4\\Bruno Mars ft. Cardi B - Finesse Remix (Karaoke Version).mp4", - "title": "Finesse Remix" - }, - { - "artist": "Cardi B ft. Bad Bunny, J Balvin", - "disabled": false, - "favorite": false, - "guid": "c295023e-e8db-edea-0d78-33125910fafd", - "path": "z://MP4\\Cardi B, Bad Bunny & J Balvin - I Like It Karaoke Lyrics Instrumental Cover Full Tracks.mp4", - "title": "I Like It" - }, - { - "artist": "Coldplay", - "disabled": false, - "favorite": false, - "guid": "3d0f477b-0c30-adac-57e8-155937c027ec", - "path": "z://MP4\\Coldplay - Orphans Karaoke Instrumetal Lyrics Cover Original Key A.mp4", - "title": "Orphans" - }, - { - "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" - }, - { - "artist": "Conor Maynard and Wiley", - "disabled": false, - "favorite": false, - "guid": "136d0364-c760-3faa-892c-e6553cf0d6e4", - "path": "z://MP4\\Conor Maynard and Wiley - Animal.mp4", - "title": "Animal" - }, - { - "artist": "Drake", - "disabled": false, - "favorite": false, - "guid": "125df572-009f-057c-b0d3-2403bb46519a", - "path": "z://MP4\\Drake - Nice For What (Karaoke).mp4", - "title": "Nice For What" - }, - { - "artist": "Eazy E", - "disabled": false, - "favorite": false, - "guid": "b129ac3c-45c0-dc8a-2f6b-a42c33a2f8bc", - "path": "z://MP4\\Eazy E - Gimme That Nut.mp4", - "title": "Gimme That Nut" - }, - { - "artist": "Eazy-E", - "disabled": false, - "favorite": false, - "guid": "a0a2bdc6-ddb2-16d0-5331-0251d47fc7a0", - "path": "z://MP4\\Eazy-E - Boyz n The Hood.mp4", - "title": "Boyz n The Hood" - }, - { - "artist": "Ellie Goulding", - "disabled": false, - "favorite": false, - "guid": "0693b62a-c07c-2fce-786a-463a7d85adf4", - "path": "z://MP4\\Ellie Goulding - Love Me Like You Do.mp4", - "title": "Love Me Like You Do" - }, - { - "artist": "Halsey ft. Machine Gun Kelly", - "disabled": false, - "favorite": false, - "guid": "705a1f72-ee7d-9234-6d62-8bed0309e6f9", - "path": "z://MP4\\Forget Me Too - Halsey Machine Gun Kelly (Karaoke Version).mp4", - "title": "Forget Me Too" - }, - { - "artist": "Frank Sinatra", - "disabled": false, - "favorite": false, - "guid": "7b458762-e33b-98c4-b5c3-ac60f397c075", - "path": "z://MP4\\Frank Sinatra - New York, New York.mp4", - "title": "New York, New York" - }, - { - "artist": "Garth Brooks", - "disabled": false, - "favorite": false, - "guid": "953d8eae-4be3-2b08-8695-28afaa4bd468", - "path": "z://MP4\\Garth Brooks - Ain t Goin Down (Til The Sun Comes Up).mp4", - "title": "Ain t Goin Down (Til The Sun Comes Up)" - } -] \ No newline at end of file diff --git a/data/songs_5.json b/data/songs_5.json deleted file mode 100644 index 7ce8dee..0000000 --- a/data/songs_5.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "artist": "Eazy-E", - "disabled": false, - "favorite": false, - "guid": "a0a2bdc6-ddb2-16d0-5331-0251d47fc7a0", - "path": "z://MP4\\Eazy-E - Boyz n The Hood.mp4", - "title": "Boyz n The Hood" - }, - { - "artist": "21 Savage ft. Offset w~ Metro Boomin & Travis Scott", - "disabled": false, - "favorite": false, - "guid": "4ea9624f-e7b6-4db0-839c-e9e163c452ce", - "path": "z://MP4\\Karaoke Sing Sing\\21 Savage ft Offset w~ Metro Boomin & Travis Scott - Ghostface Killers (Karaoke Version).mp4", - "title": "Ghostface Killers" - }, - { - "artist": "Afrojack ft. Chris Brown", - "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" - }, - { - "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 Am Good" - }, - { - "artist": "Avicii ft. Nicky Romero", - "disabled": false, - "favorite": false, - "guid": "9df89f14-a568-14a3-5081-77d6ee3d5cf8", - "path": "z://MP4\\Avicii and Nicky Romero - I Could Be The One.mp4", - "title": "I Could Be The One" - }, - { - "artist": "Bastille", - "disabled": false, - "favorite": false, - "guid": "71b6e7e2-3ad5-1b46-b4b5-d33b961451f7", - "path": "z://MP4\\Bastille - Flaws.mp4", - "title": "Flaws" - } -] \ No newline at end of file diff --git a/data/songs_blink182.json b/data/songs_blink182.json deleted file mode 100644 index 2de9562..0000000 --- a/data/songs_blink182.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "49e79b7b-a610-a8b2-cee3-a4580ba5bb1e", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke I Miss You - Blink-182.mp4", - "title": "I Miss You" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "cb394951-2094-513c-c0a5-663c01bfd5ed", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke What s My Age Again - Blink-182.mp4", - "title": "What s My Age Again" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "5d09cee0-40c2-d202-7c16-cbea8a4e892a", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke First Date - Blink-182.mp4", - "title": "First Date" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "147425-unknown", - "path": "z://MP4\\Sing King Karaoke\\blink-182 - All the Small Things.mp4", - "title": "All the Small Things" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "126671-unknown", - "path": "z://MP4\\Let's Sing Karaoke\\Blink-182 - The Rock Show.mp4", - "title": "The Rock Show" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "307387-unknown", - "path": "z://CDG\\SBI\\SBI-05\\Blink-182 - Reckless Abandon.mp3", - "title": "Reckless Abandon" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "18864-unknown", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Dammit (Growing Up) - Blink-182.mp4", - "title": "Dammit (Growing Up)" - }, - { - "artist": "Blink-182", - "disabled": false, - "favorite": false, - "guid": "22728-unknown", - "path": "z://MP4\\KaraFun Karaoke\\Karaoke Feeling This - Blink-182.mp4", - "title": "Feeling This" - } -] \ No newline at end of file diff --git a/data/songs_edge_cases.json b/data/songs_edge_cases.json deleted file mode 100644 index 7035a55..0000000 --- a/data/songs_edge_cases.json +++ /dev/null @@ -1,260 +0,0 @@ -[ - { - "artist": "Pitbull ft. Ne-Yo, Afrojack & Nayer", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "17685554-1e6d-09be-1888-d16cad296928", - "path": "z://MP4\\Sing King Karaoke\\Pitbull Featuring Ne-Yo, Afrojack & Nayer - Give Me Everything.mp4", - "title": "Give Me Everything" - }, - { - "artist": "Aretha Franklin ft. G. Michael", - "disabled": false, - "favorite": false, - "genre": "Karaoke", - "guid": "c55f8a87-b921-8239-7ea5-a7a7b8d27a5b", - "path": "z://MP4\\KaraokeOnVEVO\\Aretha Franklin & G. Michael - I Knew You Were Waiting For Me.mp4", - "title": "I Knew You Were Waiting For Me" - }, - { - "artist": "P!nk", - "disabled": false, - "favorite": false, - "guid": "test-1", - "path": "test/path/pink.mp4", - "title": "Just Give Me a Reason" - }, - { - "artist": "Panic! At The Disco", - "disabled": false, - "favorite": false, - "guid": "test-2", - "path": "test/path/panic.mp4", - "title": "High Hopes" - }, - { - "artist": "3OH!3", - "disabled": false, - "favorite": false, - "guid": "test-3", - "path": "test/path/3oh3.mp4", - "title": "Don't Trust Me" - }, - { - "artist": "a-ha", - "disabled": false, - "favorite": false, - "guid": "test-4", - "path": "test/path/aha.mp4", - "title": "Take On Me" - }, - { - "artist": "Ne-Yo", - "disabled": false, - "favorite": false, - "guid": "test-5", - "path": "test/path/neyo.mp4", - "title": "So Sick" - }, - { - "artist": "The B-52s", - "disabled": false, - "favorite": false, - "guid": "test-6", - "path": "test/path/b52s.mp4", - "title": "Love Shack" - }, - { - "artist": "Salt-N-Pepa", - "disabled": false, - "favorite": false, - "guid": "test-7", - "path": "test/path/saltnpepa.mp4", - "title": "Push It" - }, - { - "artist": "Sir Mix-A-Lot", - "disabled": false, - "favorite": false, - "guid": "test-8", - "path": "test/path/sirmixalot.mp4", - "title": "Baby Got Back" - }, - { - "artist": "O-Town", - "disabled": false, - "favorite": false, - "guid": "test-9", - "path": "test/path/otown.mp4", - "title": "All or Nothing" - }, - { - "artist": "Jay-Z", - "disabled": false, - "favorite": false, - "guid": "test-10", - "path": "test/path/jayz.mp4", - "title": "Empire State of Mind" - }, - { - "artist": "G-Eazy & Halsey", - "disabled": false, - "favorite": false, - "guid": "test-11", - "path": "test/path/geazy.mp4", - "title": "Him & I" - }, - { - "artist": "Bachman-Turner Overdrive", - "disabled": false, - "favorite": false, - "guid": "test-12", - "path": "test/path/bto.mp4", - "title": "You Ain't Seen Nothing Yet" - }, - { - "artist": "Maroon 5", - "disabled": false, - "favorite": false, - "guid": "test-13", - "path": "test/path/maroon5.mp4", - "title": "Sugar" - }, - { - "artist": "U2", - "disabled": false, - "favorite": false, - "guid": "test-14", - "path": "test/path/u2.mp4", - "title": "With or Without You" - }, - { - "artist": "3 Doors Down", - "disabled": false, - "favorite": false, - "guid": "test-15", - "path": "test/path/3doors.mp4", - "title": "Kryptonite" - }, - { - "artist": "The Jackson 5", - "disabled": false, - "favorite": false, - "guid": "test-16", - "path": "test/path/jackson5.mp4", - "title": "I Want You Back" - }, - { - "artist": "The 1975", - "disabled": false, - "favorite": false, - "guid": "test-17", - "path": "test/path/1975.mp4", - "title": "Chocolate" - }, - { - "artist": "S Club 7", - "disabled": false, - "favorite": false, - "guid": "test-18", - "path": "test/path/sclub7.mp4", - "title": "Never Had a Dream Come True" - }, - { - "artist": "Sum 41", - "disabled": false, - "favorite": false, - "guid": "test-19", - "path": "test/path/sum41.mp4", - "title": "In Too Deep" - }, - { - "artist": "98 Degrees", - "disabled": false, - "favorite": false, - "guid": "test-20", - "path": "test/path/98degrees.mp4", - "title": "Because of You" - }, - { - "artist": "Shawn Mendes ft. Camila Cabello", - "disabled": false, - "favorite": false, - "guid": "test-21", - "path": "test/path/shawncamila.mp4", - "title": "Señorita" - }, - { - "artist": "Rihanna ft. Drake", - "disabled": false, - "favorite": false, - "guid": "test-22", - "path": "test/path/rihannadrake.mp4", - "title": "What's My Name" - }, - { - "artist": "Calvin Harris ft. Ellie Goulding", - "disabled": false, - "favorite": false, - "guid": "test-23", - "path": "test/path/calvinellie.mp4", - "title": "Outside" - }, - { - "artist": "Wiz Khalifa ft. Charlie Puth", - "disabled": false, - "favorite": false, - "guid": "test-24", - "path": "test/path/wizcharlie.mp4", - "title": "See You Again" - }, - { - "artist": "The Weeknd ft. Daft Punk", - "disabled": false, - "favorite": false, - "guid": "test-25", - "path": "test/path/weeknddaftpunk.mp4", - "title": "Starboy" - }, - { - "artist": "MAGIC!", - "disabled": false, - "favorite": false, - "guid": "test-26", - "path": "test/path/magic.mp4", - "title": "Rude" - }, - { - "artist": "Tony! Toni! Tone!", - "disabled": false, - "favorite": false, - "guid": "test-27", - "path": "test/path/tonytonitone.mp4", - "title": "If I Had No Loot" - }, - { - "artist": "Little Mix", - "disabled": false, - "favorite": false, - "guid": "test-28", - "path": "test/path/littlemix.mp4", - "title": "Black Magic" - }, - { - "artist": "Anne-Marie", - "disabled": false, - "favorite": false, - "guid": "test-29", - "path": "test/path/annemarie.mp4", - "title": "2002" - }, - { - "artist": "Sophie Ellis-Bextor", - "disabled": false, - "favorite": false, - "guid": "test-30", - "path": "test/path/sophieellis.mp4", - "title": "Murder on the Dancefloor" - } -] \ No newline at end of file diff --git a/data/test_famous_artists.json b/data/test_famous_artists.json deleted file mode 100644 index b43227e..0000000 --- a/data/test_famous_artists.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "artist": "The Beatles", - "title": "Hey Jude", - "disabled": false, - "favorite": false, - "guid": "test-guid-1", - "path": "test/path/1" - }, - { - "artist": "Queen", - "title": "Bohemian Rhapsody", - "disabled": false, - "favorite": false, - "guid": "test-guid-2", - "path": "test/path/2" - }, - { - "artist": "Pink Floyd", - "title": "Another Brick in the Wall", - "disabled": false, - "favorite": false, - "guid": "test-guid-3", - "path": "test/path/3" - }, - { - "artist": "Coldplay", - "title": "Yellow", - "disabled": false, - "favorite": false, - "guid": "test-guid-4", - "path": "test/path/4" - } -] \ No newline at end of file diff --git a/data/test_not_found.json b/data/test_not_found.json deleted file mode 100644 index 313aff6..0000000 --- a/data/test_not_found.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "artist": "Lavato, Demi & Joe Jonas", - "title": "This Is Me", - "guid": "7c1b42d7-14e4-2f6d-40ba-fa41a217c0ab" - }, - { - "artist": "Drake", - "title": "Passionfruit", - "guid": "2db9fd74-3353-0fb2-a289-666ad6e1020a" - }, - { - "artist": "Coldplay", - "title": "Paradise", - "guid": "7820a2af-e4fa-f3a2-d070-46ad73e08ace" - }, - { - "artist": "Chris Brown Featuring T-Pain", - "title": "Kiss Kiss", - "guid": "b0329fd3-dadd-bee1-8807-ae090b3a1b64" - }, - { - "artist": "Destiny's Child", - "title": "Survivor", - "guid": "24f3fb48-ea83-12c1-f998-cfbb917ab927" - }, - { - "artist": "Nicki Minaj Ft.drake", - "title": "Moment 4 Life (clean)", - "guid": "49a1a33d-799b-bbfd-1875-3c551424f75a" - }, - { - "artist": "Corby, Matt", - "title": "Brother", - "guid": "2f699149-d5e9-f17b-a93e-eae193630509" - }, - { - "artist": "The Flower Drum Song", - "title": "I Enjoy Being A Girl", - "guid": "c47b99ea-e8c4-66d2-6195-8aa44b8e3896" - } -] \ No newline at end of file diff --git a/data/test_songs.json b/data/test_songs.json deleted file mode 100644 index d04c798..0000000 --- a/data/test_songs.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "artist": "ACDC", - "title": "Shot In The Dark", - "disabled": false, - "favorite": true, - "guid": "8946008c-7acc-d187-60e6-5286e55ad502", - "path": "z://MP4\\ACDC - Shot In The Dark (Karaoke Version).mp4" - }, - { - "artist": "Bruno Mars ft. Cardi B", - "title": "Finesse Remix", - "disabled": false, - "favorite": false, - "guid": "946a1077-ab9e-300c-3a72-b1e141e9706f", - "path": "z://MP4\\Bruno Mars ft. Cardi B - Finesse Remix (Karaoke Version).mp4" - }, - { - "artist": "Taylor Swift", - "title": "Love Story", - "disabled": false, - "favorite": true, - "guid": "d783e6c5-761f-4fc3-bfcf-6089cdfc8f96", - "path": "z://MP4\\Taylor Swift - Love Story.mp4" - } -] \ No newline at end of file