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