Compare commits
6 Commits
4baffd92de
...
f5b3b8c7f9
| Author | SHA1 | Date | |
|---|---|---|---|
| f5b3b8c7f9 | |||
| feae16bf1b | |||
| f4bae90897 | |||
| acac44e0c1 | |||
| 5d1d238f2b | |||
| 53cc6eb51f |
@ -4,7 +4,7 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"is": {"loved": true}}
|
{"is": {"loved": true}}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
}
|
}
|
||||||
14
^ Admin Favs - Hip Hop🎵.NSP
Normal file
14
^ Admin Favs - Hip Hop🎵.NSP
Normal 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
|
||||||
|
}
|
||||||
@ -4,17 +4,18 @@
|
|||||||
"any": [
|
"any": [
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "3"}},
|
{"is": {"rating": "3"}},
|
||||||
{"notInTheLast": {"lastPlayed": "5"}}
|
{"notInTheLast": {"lastPlayed": "150"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "4"}},
|
{"is": {"rating": "4"}},
|
||||||
{"notInTheLast": {"lastPlayed": "3"}}
|
{"notInTheLast": {"lastPlayed": "90"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "5"}},
|
{"is": {"rating": "5"}},
|
||||||
{"notInTheLast": {"lastPlayed": "1"}}
|
{"notInTheLast": {"lastPlayed": "40"}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "random",
|
"sort": "lastPlayed",
|
||||||
|
"order": "desc",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
}
|
}
|
||||||
@ -4,6 +4,8 @@
|
|||||||
"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