fix content rating minimum.
This commit is contained in:
parent
1a680ac9a4
commit
dbb48744ab
@ -5,7 +5,7 @@
|
||||
{"contains": {"genre": "Christian"}},
|
||||
{"contains": {"genre": "Praise & Worship"}}
|
||||
]},
|
||||
{"gt": {"rating": 3}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"isNot": {"artist": "Amy Winehouse"}},
|
||||
{"isNot": {"artist": "Elvis Presley"}},
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "House"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{ "any": [
|
||||
{"contains": {"genre": "Indie"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Metal music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Metal"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
{"contains": {"genre": "Post-Hardcore"}},
|
||||
{"contains": {"genre": "Punk"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Cyberpunk"}},
|
||||
{"notContains": {"genre": "Dance-Punk"}},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Pop music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Pop"}},
|
||||
{"gt": {"rating": 4}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notcontains": {"album": "Christmas"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
{"isNot": {"artist": "3 Doors Down"}},
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"comment": "The highest rated Punk music.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Punk"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Cyberpunk"}},
|
||||
{"notContains": {"genre": "Proto-Punk"}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user