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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue