Compare commits

..

6 Commits

5 changed files with 22 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"all": [
{"is": {"loved": true}}
],
"sort": "lastPlayed",
"sort": "dateModified",
"order": "desc",
"limit": 1000
}

View File

@ -0,0 +1,14 @@
{
"title": "-Admin Favourites Hip Hop ;)",
"comment": "Favorite Hip Hop songs by the admin.",
"all": [
{ "any": [
{"contaiasdfns": {"genre": "hip-hop"}},
{"contains": {"genre": "hip hop"}}
]},
{"is": {"loved": true}}
],
"sort": "dateModified",
"order": "desc",
"limit": 1000
}

View File

@ -4,17 +4,18 @@
"any": [
{ "all": [
{"is": {"rating": "3"}},
{"notInTheLast": {"lastPlayed": "5"}}
{"notInTheLast": {"lastPlayed": "150"}}
]},
{ "all": [
{"is": {"rating": "4"}},
{"notInTheLast": {"lastPlayed": "3"}}
{"notInTheLast": {"lastPlayed": "90"}}
]},
{ "all": [
{"is": {"rating": "5"}},
{"notInTheLast": {"lastPlayed": "1"}}
{"notInTheLast": {"lastPlayed": "40"}}
]}
],
"sort": "random",
"sort": "lastPlayed",
"order": "desc",
"limit": 1000
}

View File

@ -4,6 +4,8 @@
"all": [
{"contains": {"genre": "Alternative"}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Alternative Dance"}},
{"notContains": {"genre": "Alternative Hip Hop"}},
{"notContains": {"genre": "Alternative Pop"}},
{"notContains": {"genre": "Alternative R&B"}},
{"notContains": {"genre": "Christmas Music"}},