From 3e24c81367891c09b01d914fff08e5a97a66db0e Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 9 Mar 2013 08:11:01 +0000 Subject: [PATCH] indiancinema: update default personal lists (fixes #1361) --- pandora/config.indiancinema.jsonc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 36a7deae..4b424807 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -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