Compare commits
No commits in common. "f5b3b8c7f9f5763415a1567f8ef435a5f0c8d8d9" and "4baffd92de87cc7f8ac55291030b5abd80ded3ab" have entirely different histories.
f5b3b8c7f9
...
4baffd92de
@ -4,7 +4,7 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"is": {"loved": true}}
|
{"is": {"loved": true}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "lastPlayed",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
}
|
}
|
||||||
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
@ -4,18 +4,17 @@
|
|||||||
"any": [
|
"any": [
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "3"}},
|
{"is": {"rating": "3"}},
|
||||||
{"notInTheLast": {"lastPlayed": "150"}}
|
{"notInTheLast": {"lastPlayed": "5"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "4"}},
|
{"is": {"rating": "4"}},
|
||||||
{"notInTheLast": {"lastPlayed": "90"}}
|
{"notInTheLast": {"lastPlayed": "3"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "5"}},
|
{"is": {"rating": "5"}},
|
||||||
{"notInTheLast": {"lastPlayed": "40"}}
|
{"notInTheLast": {"lastPlayed": "1"}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "random",
|
||||||
"order": "desc",
|
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
}
|
}
|
||||||
@ -4,8 +4,6 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Alternative"}},
|
{"contains": {"genre": "Alternative"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Alternative Dance"}},
|
|
||||||
{"notContains": {"genre": "Alternative Hip Hop"}},
|
|
||||||
{"notContains": {"genre": "Alternative Pop"}},
|
{"notContains": {"genre": "Alternative Pop"}},
|
||||||
{"notContains": {"genre": "Alternative R&B"}},
|
{"notContains": {"genre": "Alternative R&B"}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user