From 2af2ad59b9910691ec2b7065f797e857c11f9cb4 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 12 Jul 2013 20:34:30 +0000 Subject: [PATCH] config: clipsColumns -> clipColumns; add clipSort, clipView, editPoints, showClips and videoLoop --- pandora/config.0xdb.jsonc | 7 ++++++- pandora/config.indiancinema.jsonc | 7 ++++++- pandora/config.padma.jsonc | 7 ++++++- pandora/config.pandora.jsonc | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index c9759024..51eb08d5 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -768,7 +768,9 @@ "annotationsSort": "position", "calendarFind": "", "calendarSelection": "", - "clipsColumns": 2, + "clipColumns": 2, + "clipSort": [{"key": "index", "operator": "+"}], + "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"], @@ -776,6 +778,7 @@ } }, "edit": "", + "editPoints": {}, "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -820,6 +823,7 @@ "showAnnotationsMap": true, "showBrowser": true, "showCalendarControls": true, // fixme: should be false + "showClips": true, "showFilters": true, "showIconBrowser": false, "showInfo": true, @@ -856,6 +860,7 @@ "textPositions": {}, "theme": "oxdark", "updateAdvancedFindResults": false, + "videoLoop": false, "videoMuted": false, "videoPoints": {}, "videoResolution": 96, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 3c933900..a17ce114 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -780,7 +780,9 @@ "annotationsSort": "position", "calendarFind": "", "calendarSelection": "", - "clipsColumns": 2, + "clipColumns": 2, + "clipSort": [{"key": "index", "operator": "+"}], + "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "country", "year", "hue", "saturation", "brightness"], @@ -788,6 +790,7 @@ } }, "edit": "", + "editPoints": {}, "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -832,6 +835,7 @@ "showAnnotationsMap": true, "showBrowser": true, "showCalendarControls": true, // fixme: should be false + "showClips": true, "showFilters": true, "showIconBrowser": false, "showInfo": true, @@ -868,6 +872,7 @@ "textPositions": {}, "theme": "oxmedium", "updateAdvancedFindResults": false, + "videoLoop": false, "videoMuted": false, "videoPoints": {}, "videoResolution": 240, diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 53a84643..98b9f526 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -657,7 +657,9 @@ "annotationsSort": "position", "calendarFind": "", "calendarSelection": "", - "clipsColumns": 2, + "clipColumns": 2, + "clipSort": [{"key": "index", "operator": "+"}], + "clipView": "list", "columns": { "Colors": { "columns": ["title", "source", "project", "language", "hue", "saturation", "brightness"], @@ -665,6 +667,7 @@ } }, "edit": "", + "editPoints": {}, "embedSize": 256, "filters": [ {"id": "source", "sort": [{"key": "name", "operator": "+"}]}, @@ -710,6 +713,7 @@ "showAnnotationsMap": true, "showBrowser": true, "showCalendarControls": true, // fixme: should be false + "showClips": true, "showFilters": true, "showIconBrowser": false, "showInfo": true, @@ -749,6 +753,7 @@ "textPositions": {}, "theme": "oxlight", "updateAdvancedFindResults": false, + "videoLoop": false, "videoMuted": false, "videoPoints": {}, "videoResolution": 240, diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index ca2e8bef..7a5699a3 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -577,7 +577,9 @@ "annotationsSort": "position", "calendarFind": "", "calendarSelection": "", - "clipsColumns": 2, + "clipColumns": 2, + "clipSort": [{"key": "index", "operator": "+"}], + "clipView": "list", "columns": { "Colors": { "columns": ["title", "director", "language", "hue", "saturation", "brightness"], @@ -585,6 +587,7 @@ } }, "edit": "", + "editPoints": {}, "embedSize": 256, "filters": [ {"id": "director", "sort": [{"key": "items", "operator": "-"}]}, @@ -629,6 +632,7 @@ "showAnnotationsMap": true, "showBrowser": true, "showCalendarControls": true, // fixme: should be false + "showClips": true, "showFilters": true, "showIconBrowser": false, "showInfo": true, @@ -667,6 +671,7 @@ "textPositions": {}, "theme": "oxmedium", "updateAdvancedFindResults": false, + "videoLoop": false, "videoMuted": false, "videoPoints": {}, "videoResolution": 240,