forked from 0x2620/pandora
config: clipsColumns -> clipColumns; add clipSort, clipView, editPoints, showClips and videoLoop
This commit is contained in:
parent
459872c8f8
commit
2af2ad59b9
4 changed files with 24 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue