renamed from ^ Singer-Songwriter etc

This commit is contained in:
Aaron 2025-08-13 18:14:34 -04:00
parent acac44e0c1
commit f4bae90897

View File

@ -0,0 +1,13 @@
{
"title": "-Top Singer-Songwriter ;)",
"comment": "The highest rated Singer-Songwriter music.",
"all": [
{"contains": {"genre": "Singer-Songwriter"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
{"isNot": {"artist": "The Goo Goo Dolls"}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}