Compare commits
No commits in common. "46878b2ccbfb42f18a5b1f7f8c4687db522d63c8" and "da1e6dcee61d64494399f59eec23188842677dd1" have entirely different histories.
46878b2ccb
...
da1e6dcee6
@ -4,7 +4,7 @@
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"notInTheLast": {"lastPlayed": 90}}
|
||||
{"notInTheLast": {"lastPlayed": 90}},
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
|
||||
@ -5,17 +5,17 @@
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"notInTheLast": {"lastPlayed": 90}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
{"isNot: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
{"notInTheLast": {"lastPlayed": 30}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
{"isNot: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"notInTheLast": {"lastPlayed": 15}},
|
||||
{"isNot": {"playcount": 0}}
|
||||
{"isNot: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
|
||||
@ -4,19 +4,19 @@
|
||||
"any": [
|
||||
{ "all": [
|
||||
{"is": {"rating": 3}},
|
||||
{"is": {"playcount": 0}}
|
||||
{"is: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 4}},
|
||||
{"is": {"playcount": 0}}
|
||||
{"is: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"rating": 5}},
|
||||
{"is": {"playcount": 0}}
|
||||
{"is: {"playcount": 0}}
|
||||
]},
|
||||
{ "all": [
|
||||
{"is": {"loved": true}},
|
||||
{"is": {"playcount": 0}}
|
||||
{"is: {"playcount": 0}}
|
||||
]}
|
||||
],
|
||||
"sort": "random",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user