remove songs that have genre: Christmas Music

This commit is contained in:
Aaron 2024-12-24 21:12:39 -05:00
parent e62c3cb5f8
commit d17a69d30e
28 changed files with 36 additions and 10 deletions

View File

@ -6,6 +6,7 @@
{"contains": {"genre": "Alternative Rock"}} {"contains": {"genre": "Alternative Rock"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "Alec Benjamin"}}, {"isNot": {"artist": "Alec Benjamin"}},
{"isNot": {"artist": "Bad Bunny"}}, {"isNot": {"artist": "Bad Bunny"}},

View File

@ -6,6 +6,7 @@
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Alternative Pop"}}, {"notContains": {"genre": "Alternative Pop"}},
{"notContains": {"genre": "Alternative R&B"}}, {"notContains": {"genre": "Alternative R&B"}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}} {"notContains": {"genre": "Latin"}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -5,6 +5,7 @@
{"contains": {"genre": "Blues"}}, {"contains": {"genre": "Blues"}},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Acid Jazz"}}, {"notContains": {"genre": "Acid Jazz"}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "3OH!3"}}, {"isNot": {"artist": "3OH!3"}},
{"isNot": {"artist": "2Pac"}}, {"isNot": {"artist": "2Pac"}},

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Classical"}}, {"contains": {"genre": "Classical"}},
{"gt": {"rating": 2}} {"gt": {"rating": 2}}
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Contemporary Country"}}, {"contains": {"genre": "Contemporary Country"}},
{"gt": {"rating": 3}} {"gt": {"rating": 3}}
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "country"}}, {"contains": {"genre": "country"}},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Eagles"}}, {"isNot": {"artist": "Eagles"}},
{"isNot": {"artist": "Khruangbin"}}, {"isNot": {"artist": "Khruangbin"}},
{"isNot": {"artist": "Lil Nas X"}}, {"isNot": {"artist": "Lil Nas X"}},

View File

@ -4,6 +4,7 @@
{"contains": {"genre": "Dance"}} {"contains": {"genre": "Dance"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "BTS"}}, {"isNot": {"artist": "BTS"}},
{"isNot": {"artist": "Postmodern Jukebox"}} {"isNot": {"artist": "Postmodern Jukebox"}}
], ],

View File

@ -5,6 +5,7 @@
{"contains": {"genre": "Dub Techno"}} {"contains": {"genre": "Dub Techno"}}
]}, ]},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Polo G"}} {"isNot": {"artist": "Polo G"}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -16,6 +16,7 @@
{"notContains": {"genre": "Latin"}} {"notContains": {"genre": "Latin"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Brooke Eden"}}, {"isNot": {"artist": "Brooke Eden"}},
{"isNot": {"artist": "Doja Cat"}} {"isNot": {"artist": "Doja Cat"}}
], ],

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Folk"}}, {"contains": {"genre": "Folk"}},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Indie Folk"}} {"notContains": {"genre": "Indie Folk"}}
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -6,6 +6,7 @@
{"contains": {"genre": "Praise & Worship"}} {"contains": {"genre": "Praise & Worship"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Elvis Presley"}}, {"isNot": {"artist": "Elvis Presley"}},
{"isNot": {"artist": "Josh Turner"}} {"isNot": {"artist": "Josh Turner"}}
], ],

View File

@ -9,6 +9,7 @@
{"contains": {"genre": "trap soul"}} {"contains": {"genre": "trap soul"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "instrumental"}}, {"notContains": {"genre": "instrumental"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"notContains": {"genre": "Podcasts"}}, {"notContains": {"genre": "Podcasts"}},

View File

@ -7,6 +7,7 @@
{"contains": {"genre": "hip hop"}} {"contains": {"genre": "hip hop"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "instrumental"}}, {"notContains": {"genre": "instrumental"}},
{"notContains": {"genre": "Latin"}}, {"notContains": {"genre": "Latin"}},
{"isNot": {"artist": "3OH!3"}}, {"isNot": {"artist": "3OH!3"}},

View File

@ -3,7 +3,8 @@
"comment": "The highest rated House music.", "comment": "The highest rated House music.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "House"}} {"contains": {"genre": "House"}},
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"gt": {"rating": 2}} {"gt": {"rating": 2}}
], ],

View File

@ -3,7 +3,8 @@
"comment": "The highest rated Indie music.", "comment": "The highest rated Indie music.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "Indie"}} {"contains": {"genre": "Indie"}},
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"gt": {"rating": 2}} {"gt": {"rating": 2}}
], ],

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Jazz"}}, {"contains": {"genre": "Jazz"}},
{"notcontains": {"genre": "Acid Jazz"}}, {"notcontains": {"genre": "Acid Jazz"}},
{"notContains": {"genre": "Christmas Music"}},
{"notcontains": {"genre": "Indie Pop"}}, {"notcontains": {"genre": "Indie Pop"}},
{"notcontains": {"genre": "Jazz Pop"}}, {"notcontains": {"genre": "Jazz Pop"}},
{"notcontains": {"genre": "Latin Jazz"}}, {"notcontains": {"genre": "Latin Jazz"}},

View File

@ -3,6 +3,7 @@
"comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo", "comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo",
"all": [ "all": [
{ "any": [ { "any": [
{"notContains": {"genre": "Christmas Music"}},
{"contains": {"genre": "Lo-Fi"}}, {"contains": {"genre": "Lo-Fi"}},
{"contains": {"genre": "Chillwave"}}, {"contains": {"genre": "Chillwave"}},
{"contains": {"genre": "Downtempo"}} {"contains": {"genre": "Downtempo"}}

View File

@ -3,7 +3,8 @@
"comment": "The highest rated Metal music.", "comment": "The highest rated Metal music.",
"all": [ "all": [
{"contains": {"genre": "Metal"}}, {"contains": {"genre": "Metal"}},
{"gt": {"rating": 2}} {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -8,6 +8,7 @@
{"contains": {"genre": "Punk"}} {"contains": {"genre": "Punk"}}
]}, ]},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Cyberpunk"}}, {"notContains": {"genre": "Cyberpunk"}},
{"notContains": {"genre": "Dance-Punk"}}, {"notContains": {"genre": "Dance-Punk"}},
{"notContains": {"genre": "Pop Punk"}}, {"notContains": {"genre": "Pop Punk"}},

View File

@ -3,7 +3,8 @@
"comment": "The highest rated Post-Hardcore music.", "comment": "The highest rated Post-Hardcore music.",
"all": [ "all": [
{"contains": {"genre": "Post-Hardcore"}}, {"contains": {"genre": "Post-Hardcore"}},
{"gt": {"rating": 2}} {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Punk"}}, {"contains": {"genre": "Punk"}},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Cyberpunk"}}, {"notContains": {"genre": "Cyberpunk"}},
{"notContains": {"genre": "Proto-Punk"}}, {"notContains": {"genre": "Proto-Punk"}},
{"isNot": {"artist": "The Goo Goo Dolls"}}, {"isNot": {"artist": "The Goo Goo Dolls"}},

View File

@ -6,6 +6,7 @@
{"contains": {"genre": "Rap"}} {"contains": {"genre": "Rap"}}
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "instrumental"}}, {"notContains": {"genre": "instrumental"}},
{"notContains": {"genre": "Trap Edm"}}, {"notContains": {"genre": "Trap Edm"}},
{"isNot": {"artist": "Beastie Boys"}}, {"isNot": {"artist": "Beastie Boys"}},

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Reggae"}}, {"contains": {"genre": "Reggae"}},
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Bruno Mars"}}, {"isNot": {"artist": "Bruno Mars"}},
{"isNot": {"artist": "Don Omar"}}, {"isNot": {"artist": "Don Omar"}},
{"isNot": {"artist": "Jawsh 685"}}, {"isNot": {"artist": "Jawsh 685"}},

View File

@ -8,6 +8,7 @@
]}, ]},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notcontains": {"genre": "Blues"}}, {"notcontains": {"genre": "Blues"}},
{"notContains": {"genre": "Christmas Music"}},
{"notcontains": {"genre": "Electropop"}}, {"notcontains": {"genre": "Electropop"}},
{"notcontains": {"genre": "Jazz"}}, {"notcontains": {"genre": "Jazz"}},
{"notcontains": {"genre": "Pop Rap"}}, {"notcontains": {"genre": "Pop Rap"}},

View File

@ -4,6 +4,7 @@
"all": [ "all": [
{"contains": {"genre": "Rock"}}, {"contains": {"genre": "Rock"}},
{"gt": {"rating": 3}}, {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Pop Rock"}}, {"notContains": {"genre": "Pop Rock"}},
], ],
"sort": "dateModified", "sort": "dateModified",

View File

@ -3,7 +3,8 @@
"comment": "The highest rated Synth music.", "comment": "The highest rated Synth music.",
"all": [ "all": [
{"contains": {"genre": "Synth"}}, {"contains": {"genre": "Synth"}},
{"gt": {"rating": 3}} {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -2,10 +2,9 @@
"title": "-Top Trance ;)", "title": "-Top Trance ;)",
"comment": "The highest rated Trance music.", "comment": "The highest rated Trance music.",
"all": [ "all": [
{ "any": [ {"contains": {"genre": "Trance"}}
{"contains": {"genre": "Trance"}} {"gt": {"rating": 2}},
]}, {"notContains": {"genre": "Christmas Music"}}
{"gt": {"rating": 2}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",

View File

@ -3,7 +3,8 @@
"comment": "The highest rated Vocal music.", "comment": "The highest rated Vocal music.",
"all": [ "all": [
{"contains": {"genre": "Vocal"}}, {"contains": {"genre": "Vocal"}},
{"gt": {"rating": 2}} {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",