indiancinema: update default personal lists (fixes #1361)
This commit is contained in:
parent
31f138b2a8
commit
3e24c81367
1 changed files with 3 additions and 4 deletions
|
@ -697,9 +697,8 @@
|
|||
},
|
||||
"personalLists": [
|
||||
{"title": "Favorites"},
|
||||
{"title": "Movies with Video", "query": {"conditions": [{"key": "duration", "value": 0, "operator": ">"}], "operator": "&"}},
|
||||
{"title": "Out of Copyright", "query": {"conditions": [{"key": "rightslevel", "value": 2, "operator": "<"}], "operator": "&"}},
|
||||
{"title": "Silent Films", "query": {"conditions": [{"key": "language", "value": "None", "operator": "=="}], "operator": "&"}}
|
||||
{"title": "Black & White Films", "query": {"conditions": [{"key": "color", "value": "Black and White", "operator": "=="}], "operator": "&"}},
|
||||
{"title": "Silent Films", "query": {"conditions": [{"key": "language", "value": "None", "operator": "=="}, {"key": "sound", "value": "Silent", "operator": "=="}], "operator": "|"}}
|
||||
],
|
||||
"rightsLevel": {"member": 3, "student": 3, "staff": 3, "admin": 3},
|
||||
"rightsLevels": [
|
||||
|
@ -708,7 +707,7 @@
|
|||
{"name": "Under Copyright", "color": [255, 212, 128]},
|
||||
{"name": "Private", "color": [255, 128, 128]}
|
||||
],
|
||||
"sendReferrer": false,
|
||||
"sendReferrer": true,
|
||||
"site": {
|
||||
"description": "Indiancine.ma - A Project by Pad.ma",
|
||||
// FIXME: "from" and "to" would be more intuitive as keys here
|
||||
|
|
Loading…
Reference in a new issue