2014-06-23 10:15:53 +00:00
|
|
|
/*
|
|
|
|
Pan.do/ra Settings
|
|
|
|
|
|
|
|
You can edit this file.
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
"annotations": {
|
|
|
|
"showUsers": true
|
|
|
|
},
|
|
|
|
"cantPlay": {
|
|
|
|
"icon": "",
|
|
|
|
"link": "",
|
|
|
|
"text": ""
|
|
|
|
},
|
|
|
|
/*
|
|
|
|
Capabilities are per user level.
|
|
|
|
They can either be general:
|
|
|
|
{level: true} means a user of that level has the capability)
|
|
|
|
or related to items:
|
|
|
|
{level: x} means a user of that level has the capability
|
|
|
|
for items of a rights level up to and including x
|
|
|
|
*/
|
|
|
|
"capabilities": {
|
2014-11-04 12:31:39 +00:00
|
|
|
"canAddItems": {"member": true, "staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canAddDocuments": {"member": true, "staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
|
|
|
|
"canEditAnnotations": {"staff": true, "admin": true},
|
|
|
|
"canEditDocuments": {"staff": true, "admin": true},
|
2015-10-07 08:17:03 +00:00
|
|
|
"canEditEntities": {"staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canEditEvents": {"staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canEditFeaturedCollections": {"staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
|
|
|
"canEditFeaturedLists": {"staff": true, "admin": true},
|
|
|
|
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
|
|
|
"canEditMedia": {"staff": true, "admin": true},
|
|
|
|
"canEditMetadata": {"staff": true, "admin": true},
|
|
|
|
"canEditPlaces": {"staff": true, "admin": true},
|
|
|
|
"canEditRightsLevel": {"staff": true, "admin": true},
|
|
|
|
"canEditSitePages": {"staff": true, "admin": true},
|
|
|
|
"canEditUsers": {"admin": true},
|
2015-10-07 08:17:03 +00:00
|
|
|
"canExportAnnotations": {"member": true, "staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canImportItems": {"member": false, "staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canManageDocuments": {"member": true, "staff": true, "admin": true},
|
2015-10-07 08:17:03 +00:00
|
|
|
"canManageEntities": {"member": true, "staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canManageHome": {"staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
|
|
|
|
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
|
|
|
|
"canManageUsers": {"staff": true, "admin": true},
|
|
|
|
"canPlayClips": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
|
|
|
"canPlayVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
|
|
|
"canReadText": {"guest": 0, "member": 0, "staff": 1, "admin": 1},
|
|
|
|
"canRemoveItems": {"admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canRemoveDocuments": {"staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canSeeAccessed": {"staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canSeeAllTasks": {"staff": true, "admin": true},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canSeeDebugMenu": {"staff": true, "admin": true},
|
|
|
|
"canSeeExtraItemViews": {"staff": true, "admin": true},
|
|
|
|
"canSeeMedia": {"staff": true, "admin": true},
|
2017-07-14 08:31:35 +00:00
|
|
|
"canSeeDocument": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
2014-06-23 10:15:53 +00:00
|
|
|
"canSeeItem": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
|
|
|
"canSeeSize": {"staff": true, "admin": true},
|
|
|
|
"canSeeSoftwareVersion": {"staff": true, "admin": true},
|
|
|
|
"canSendMail": {"staff": true, "admin": true}
|
|
|
|
},
|
|
|
|
/*
|
|
|
|
clipKeys are the properties that clips can be sorted by.
|
|
|
|
If sortOperator is not specified, it will be + for strings and - for numbers.
|
|
|
|
*/
|
|
|
|
"clipKeys": [
|
|
|
|
{"id": "text", "title": "Text", "type": "string"},
|
|
|
|
{"id": "position", "title": "Position", "type": "float", "sortOperator": "+"},
|
|
|
|
{"id": "duration", "title": "Duration", "type": "float"},
|
|
|
|
{"id": "hue", "title": "Hue", "type": "float", "sortOperator": "+"},
|
|
|
|
{"id": "saturation", "title": "Saturation", "type": "float"},
|
|
|
|
{"id": "lightness", "title": "Lightness", "type": "float"},
|
|
|
|
{"id": "volume", "title": "Volume", "type": "float"}
|
|
|
|
],
|
|
|
|
/*
|
|
|
|
clipLayers is the ordered list of public layers that will appear as the
|
|
|
|
text of clips. Excluding a layer from this list means it will not be
|
|
|
|
included in find annotations. // FIXME: the last bit is not implemented.
|
|
|
|
*/
|
|
|
|
"clipLayers": ["subtitles", "keywords", "notes"],
|
2017-07-14 08:31:35 +00:00
|
|
|
/*
|
|
|
|
"documentKeys" defines the metadata associated with each document. Required keys
|
|
|
|
are "*", "id" and "title".
|
|
|
|
A documentKey must have the following properties:
|
|
|
|
"id": The unique id of the key (as used by the server)
|
|
|
|
"title": The title of the key (as displayed by the client)
|
|
|
|
"type": Can be "boolean", "date", "enum", "float", "hue", "integer",
|
|
|
|
"layer", "string", "text", "time" or ["..."] (list of values of
|
|
|
|
this type). If type is "layer", this is a reference to the
|
|
|
|
annotations layer with the same id.
|
|
|
|
and can have any of the following properties:
|
|
|
|
"additionalSort": Ordered list of {key, operator} objects, where key is
|
|
|
|
another itemKey and operator is "+" or "-". This can be used to
|
|
|
|
override user.ui.listSort when results are sorted by this key.
|
|
|
|
"autocomplete": If true, the find element will provide autocomplete
|
|
|
|
"autocompleteSort": Sort order of autocomplete suggestions
|
|
|
|
"capability": A capability required to see data for this key
|
|
|
|
"columnRequired": If true, the column can't be removed from list view
|
|
|
|
"columnWidth": Default column width in px. If absent, no column for
|
|
|
|
this key can be added in list view.
|
|
|
|
"filter": If true, one can filter results by this key
|
|
|
|
"find": If true, this key will appear as an option in the find element
|
|
|
|
"flag": Can be "country" or "language". If set (and filter is true), a
|
|
|
|
flag icon corresponding to the field's value will be displayed.
|
|
|
|
"format": {type: string, args: [value, value, ...]}, used for special
|
|
|
|
formatting. This will invoke Ox.formatType(args). For details, see
|
|
|
|
https://oxjs.org/#doc/Ox.formatArea etc.
|
|
|
|
"secondaryId": If true, loading the URL "/value" will redirect to the
|
|
|
|
corresponding item, in case there is an exact match for this key
|
|
|
|
"sort": If true, one can sort results by this key
|
|
|
|
"sortOperator": Sort order ("+" or "-"), in case it differs from the
|
|
|
|
default for the key's type ("+" for strings, "-" for numbers)
|
|
|
|
"sortType": Special sort type ("person" or "title") which can be
|
|
|
|
further configured in "Manage Names" or "Manage Titles"
|
|
|
|
"value": {key: string, type: string} or {layer: string, type: string},
|
|
|
|
for keys whose value is derived from other keys or layers (like
|
|
|
|
"number of actors" or "words per minute"). Possible values for type
|
|
|
|
are "length", "lengthperminute", "words", and "wordsperminute".
|
|
|
|
Alternatively, "value" can be set to the string "capability", which
|
|
|
|
results in an itemKey whose boolean value indicates the presence or
|
|
|
|
absence of a userLevel-dependent capability. This can be used to
|
|
|
|
create queries and lists like "all items this user can play" etc.
|
|
|
|
"values": [value, value, ...] Ordered list of values, in case "type" is
|
|
|
|
"enum"
|
|
|
|
*/
|
|
|
|
"documentKeys": [
|
|
|
|
{
|
|
|
|
"id": "*",
|
|
|
|
"title": "All",
|
|
|
|
"type": "text",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "title",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Title",
|
|
|
|
"type": "string",
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"sortType": "title",
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 256
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "type",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Type",
|
|
|
|
"type": "string",
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 128
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "author",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Author",
|
|
|
|
"type": ["string"],
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"sortType": "person",
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 256
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "publisher",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Publisher",
|
|
|
|
"type": "string",
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 256
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "place",
|
|
|
|
"title": "Place",
|
|
|
|
"type": ["string"],
|
|
|
|
"columnWidth": 128,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "date",
|
|
|
|
"title": "Date",
|
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 120,
|
|
|
|
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "series",
|
|
|
|
"title": "Series",
|
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 128,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "edition",
|
|
|
|
"title": "Edition",
|
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 128,
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "language",
|
|
|
|
"title": "Language",
|
|
|
|
"type": ["string"],
|
|
|
|
"columnWidth": 128,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "id",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "ID",
|
|
|
|
"type": "string",
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 64
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "extension",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Extension",
|
|
|
|
"type": "string",
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 64
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "dimensions",
|
|
|
|
"operator": "-",
|
|
|
|
"title": "Dimensions",
|
|
|
|
"type": "integer",
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 128
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "size",
|
|
|
|
"operator": "-",
|
|
|
|
"title": "Size",
|
|
|
|
"type": "integer",
|
|
|
|
"sort": true,
|
|
|
|
"format": {"type": "value", "args": ["B"]},
|
|
|
|
"columnWidth": 64
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "description",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "Description",
|
|
|
|
"type": "text",
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 256
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "matches",
|
|
|
|
"operator": "-",
|
|
|
|
"title": "Matches",
|
|
|
|
"type": "integer",
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 64
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "user",
|
|
|
|
"operator": "+",
|
|
|
|
"title": "User",
|
|
|
|
"type": "string",
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 128
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "created",
|
|
|
|
"operator": "-",
|
|
|
|
"title": "Created",
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"type": "date",
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 144
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "modified",
|
|
|
|
"operator": "-",
|
|
|
|
"title": "Modified",
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"type": "date",
|
|
|
|
"sort": true,
|
|
|
|
"columnWidth": 144
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "accessed",
|
|
|
|
"title": "Last Accessed",
|
|
|
|
"type": "date",
|
|
|
|
"capability": "canSeeAccessed",
|
|
|
|
"columnWidth": 150,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "timesaccessed",
|
|
|
|
"title": "Times Accessed",
|
|
|
|
"type": "integer",
|
|
|
|
"capability": "canSeeAccessed",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": []},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "rightslevel",
|
|
|
|
"title": "Rights Level",
|
|
|
|
"type": "enum",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "ColorLevel", "args": [
|
|
|
|
["Public", "Restricted", "Private"]
|
|
|
|
]},
|
|
|
|
"sort": true,
|
|
|
|
"sortOperator": "+",
|
|
|
|
"values": ["Public", "Restricted", "Private", "Unknown"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
/*
|
|
|
|
"documentRightsLevel" defines which initial rights level will be assigned to documents
|
|
|
|
created by users of these user levels.
|
|
|
|
*/
|
|
|
|
"documentRightsLevel": {"member": 0, "staff": 0, "admin": 0},
|
|
|
|
/*
|
|
|
|
"documentRightsLevels" is an ordered list of rights levels, one of which will be
|
|
|
|
assigned to each document.
|
|
|
|
*/
|
|
|
|
"documentRightsLevels": [
|
|
|
|
{"name": "Public", "color": [128, 255, 128]},
|
|
|
|
{"name": "Restricted", "color": [255, 212, 128]},
|
|
|
|
{"name": "Private", "color": [255, 128, 128]}
|
|
|
|
],
|
2014-06-23 10:15:53 +00:00
|
|
|
"flags": false,
|
|
|
|
"help": [
|
|
|
|
{"id": "help", "title": "Help"},
|
|
|
|
{"id": "accounts", "title": "Accounts"},
|
|
|
|
{"id": "navigation", "title": "Navigation"},
|
|
|
|
{"id": "views", "title": "Views"},
|
|
|
|
{"id": "timelines", "title": "Timelines"},
|
|
|
|
{"id": "clips", "title": "Clips"},
|
|
|
|
{"id": "maps", "title": "Maps"},
|
|
|
|
{"id": "calendars", "title": "Calendars"},
|
|
|
|
{"id": "find", "title": "Find"},
|
|
|
|
{"id": "filters", "title": "Filters"},
|
|
|
|
{"id": "lists", "title": "Lists"},
|
|
|
|
{"id": "player", "title": "Player"},
|
|
|
|
{"id": "editor", "title": "Editor"},
|
|
|
|
{"id": "documents", "title": "Documents"},
|
|
|
|
{"id": "edits", "title": "Edits"},
|
|
|
|
{"id": "texts", "title": "Texts"},
|
|
|
|
{"id": "embeds", "title": "Embeds"}
|
|
|
|
],
|
2017-07-14 08:31:35 +00:00
|
|
|
/*
|
|
|
|
"importMetadata" defines what fields (as defined in "itemKeys") will get
|
|
|
|
populated with imported metadata. There is metadata for "title",
|
|
|
|
"description", "uploader", "date", "tags", "id", "url", and the value must
|
|
|
|
be a format string (like "{title} ({id})"). The type of the itemKeys must
|
|
|
|
be "string", ["string"], "text", "date" or "year". The last two only work
|
|
|
|
with "{date}".
|
|
|
|
*/
|
|
|
|
"importMetadata": {
|
|
|
|
"date": "{date}",
|
|
|
|
"topic": "{tags}",
|
|
|
|
"summary": "{description}",
|
|
|
|
"title": "{title}"
|
|
|
|
},
|
2014-06-23 10:15:53 +00:00
|
|
|
/*
|
|
|
|
An itemKey must have the following properties:
|
|
|
|
id: The id of the key (as known by the server)
|
|
|
|
title: The title of the key (as displayed by the client)
|
|
|
|
type: text, string, float, integer, or array of any of these
|
|
|
|
and can have any of the following properties:
|
|
|
|
autocomplete: If true, find element will autocomplete
|
|
|
|
autocompleteSort: Sort order of autocomplete suggestions
|
|
|
|
capability: A capability required to see this key
|
|
|
|
columnRequired: If true, the column can't be removed
|
|
|
|
columnWidth: Default column width in px
|
|
|
|
filter: if true, one can filter results by this key
|
|
|
|
find: If true, this key will appear as a find option
|
|
|
|
format: {type: "...", args: [...]}, for special formatting
|
|
|
|
(Ox.formatType(args) will be called)
|
|
|
|
secondaryId: If true, loading /value will redirect to the item
|
|
|
|
sort: If true, one can sort results by this key
|
|
|
|
sortOperator: sort operator (+, -), in case it differs from the
|
|
|
|
default for the key's type (+ for strings, - for numbers)
|
|
|
|
sortType: special sort type (title, person)
|
|
|
|
value: {key: "...", type: "..."}, for keys that are derived
|
|
|
|
from other keys (like number of actors), or "capability"
|
|
|
|
*/
|
|
|
|
"itemKeys": [
|
|
|
|
{
|
|
|
|
"id": "*",
|
|
|
|
"title": "All",
|
|
|
|
"type": "text",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "title",
|
|
|
|
"title": "Title",
|
|
|
|
"type": "string",
|
|
|
|
"autocomplete": true,
|
|
|
|
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
|
|
|
|
"columnRequired": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"sort": true,
|
|
|
|
"sortType": "title"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "location",
|
|
|
|
"title": "Location",
|
|
|
|
"type": "string",
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
2015-10-07 11:05:58 +00:00
|
|
|
{
|
|
|
|
"id": "timeofday",
|
|
|
|
"title": "Time of Day",
|
|
|
|
"type": "string",
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
2014-06-23 10:15:53 +00:00
|
|
|
{
|
|
|
|
"id": "date",
|
|
|
|
"title": "Date",
|
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 120,
|
|
|
|
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
|
|
|
|
"filter": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "category",
|
|
|
|
"title": "Categories",
|
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "tag",
|
|
|
|
"title": "Tags",
|
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "name",
|
|
|
|
"title": "People",
|
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"filter": true,
|
|
|
|
"find": true
|
|
|
|
},
|
2018-03-08 08:19:27 +00:00
|
|
|
{
|
|
|
|
"id": "collectives",
|
|
|
|
"title": "Groups and Collectives",
|
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"filter": true,
|
|
|
|
"find": true
|
|
|
|
},
|
2014-06-23 10:15:53 +00:00
|
|
|
{
|
|
|
|
"id": "language",
|
|
|
|
"title": "Language",
|
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 120,
|
|
|
|
"filter": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "summary",
|
|
|
|
"title": "Summary",
|
|
|
|
"type": "text",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "notes",
|
|
|
|
"title": "Notes",
|
|
|
|
"type": "text",
|
|
|
|
"capability": "canEditMetadata"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "id",
|
|
|
|
"title": "ID",
|
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "annotations",
|
|
|
|
"title": "Annotations",
|
|
|
|
"type": "string", // fixme: not the best type for this magic key
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "keywords",
|
|
|
|
"title": "Keywords",
|
|
|
|
"type": "layer",
|
|
|
|
"filter": true,
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "notes",
|
|
|
|
"title": "Notes",
|
|
|
|
"type": "layer",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "subtitles",
|
|
|
|
"title": "Subtitless",
|
|
|
|
"type": "layer",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "numberofannotations",
|
|
|
|
"title": "Annotations",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "duration",
|
|
|
|
"title": "Duration",
|
|
|
|
"type": "time",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "duration", "args": [0, "short"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "resolution",
|
|
|
|
"title": "Resolution",
|
|
|
|
"type": ["integer"],
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "resolution", "args": ["px"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "aspectratio",
|
|
|
|
"title": "Aspect Ratio",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "unit", "args": [":1", 3]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "pixels",
|
|
|
|
"title": "Pixels",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "value", "args": ["px"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "hue",
|
|
|
|
"title": "Hue",
|
|
|
|
"type": "hue",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["hue"]},
|
|
|
|
"sort": true,
|
|
|
|
"sortOperator": "+"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "saturation",
|
|
|
|
"title": "Saturation",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["saturation"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "lightness",
|
|
|
|
"title": "Lightness",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["lightness"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "volume",
|
|
|
|
"title": "Volume",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "color", "args": ["lightness"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "numberofcuts",
|
|
|
|
"title": "Number of Cuts",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": []},
|
|
|
|
"sort": true,
|
|
|
|
"value": {"key": "cuts", "type": "length"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "cutsperminute",
|
|
|
|
"title": "Cuts per Minute",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": [3]},
|
|
|
|
"sort": true,
|
|
|
|
"value": {"key": "cuts", "type": "lengthperminute"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "words",
|
|
|
|
"title": "Number of Words",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": []},
|
|
|
|
"sort": true,
|
|
|
|
"value": {"layer": "subtitles", "type": "words"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "wordsperminute",
|
|
|
|
"title": "Words per Minute",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": [3]},
|
|
|
|
"sort": true,
|
|
|
|
"value": {"layer": "subtitles", "type": "wordsperminute"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "size",
|
|
|
|
"title": "Size",
|
|
|
|
"type": "integer",
|
|
|
|
"capability": "canSeeMedia",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "value", "args": ["B"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "bitrate",
|
|
|
|
"title": "Bitrate",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "value", "args": ["bps"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "numberoffiles",
|
|
|
|
"title": "Number of Files",
|
|
|
|
"type": "integer",
|
|
|
|
"capability": "canSeeMedia",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"sort": true,
|
|
|
|
"value": {"key": "files", "type": "length"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "user",
|
|
|
|
"title": "User",
|
|
|
|
"type": "string",
|
|
|
|
"capability": "canSeeMedia",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "filename",
|
|
|
|
"title": "Filename",
|
|
|
|
"type": ["string"],
|
|
|
|
"capability": "canSeeMedia",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "created",
|
|
|
|
"title": "Date Created",
|
|
|
|
"type": "date",
|
|
|
|
"columnWidth": 120,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "modified",
|
|
|
|
"title": "Last Modified",
|
|
|
|
"type": "date",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "accessed",
|
|
|
|
"title": "Last Accessed",
|
|
|
|
"type": "date",
|
|
|
|
"capability": "canSeeAccessed",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "timesaccessed",
|
|
|
|
"title": "Times Accessed",
|
|
|
|
"type": "integer",
|
|
|
|
"capability": "canSeeAccessed",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "number", "args": []},
|
|
|
|
"sort": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "rightslevel",
|
|
|
|
"title": "Rights Level",
|
|
|
|
"type": "enum",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "ColorLevel", "args": [
|
|
|
|
["Public", "Restricted", "Private"]
|
|
|
|
]},
|
|
|
|
"sort": true,
|
|
|
|
"sortOperator": "+",
|
|
|
|
"values": ["Public", "Restricted", "Private", "Unknown"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "random",
|
|
|
|
"title": "Random",
|
|
|
|
"type": "integer",
|
|
|
|
"sort": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"itemName": {
|
|
|
|
"singular": "Video",
|
|
|
|
"plural": "Videos"
|
|
|
|
},
|
|
|
|
"itemRequiresVideo": true,
|
2015-10-07 08:17:03 +00:00
|
|
|
"itemTitleKeys": ["title", "date"],
|
2014-06-23 10:15:53 +00:00
|
|
|
"itemViews": [
|
|
|
|
{"id": "info", "title": "Info"},
|
|
|
|
{"id": "player", "title": "Player"},
|
|
|
|
{"id": "editor", "title": "Editor"},
|
|
|
|
{"id": "timeline", "title": "Timeline"},
|
|
|
|
{"id": "clips", "title": "Clips"},
|
|
|
|
{"id": "map", "title": "Map"},
|
|
|
|
{"id": "calendar", "title": "Calendar"},
|
|
|
|
// {"id": "documents", "title": "Documents"},
|
|
|
|
{"id": "data", "title": "Data"},
|
|
|
|
{"id": "media", "title": "Media"}
|
|
|
|
],
|
|
|
|
"language": "en",
|
|
|
|
"languages": ["en"],
|
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"id": "keywords",
|
|
|
|
"title": "Keywords",
|
|
|
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
|
|
|
"hasEvents": true,
|
|
|
|
"hasPlaces": true,
|
|
|
|
"item": "Keyword",
|
2018-03-08 08:19:27 +00:00
|
|
|
"autocomplete": true,
|
2014-06-23 10:15:53 +00:00
|
|
|
"overlap": true,
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "notes",
|
|
|
|
"title": "Notes",
|
|
|
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
|
|
|
"hasEvents": true,
|
|
|
|
"hasPlaces": true,
|
|
|
|
"item": "Description",
|
|
|
|
"showInfo": true,
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "subtitles",
|
|
|
|
"title": "Subtitles",
|
|
|
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
|
|
|
"hasEvents": true,
|
|
|
|
"hasPlaces": true,
|
|
|
|
"isSubtitles": true,
|
|
|
|
"item": "Subtitle",
|
|
|
|
"showInfo": true,
|
|
|
|
"type": "text"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"listViews": [
|
|
|
|
{"id": "list", "title": "as List"},
|
|
|
|
{"id": "grid", "title": "as Grid"},
|
|
|
|
{"id": "timelines", "title": "with Timelines"},
|
|
|
|
{"id": "clips", "title": "with Clips"},
|
|
|
|
{"id": "clip", "title": "as Clips"},
|
|
|
|
{"id": "map", "title": "on Map"},
|
|
|
|
{"id": "calendar", "title": "on Calendar"}
|
|
|
|
],
|
|
|
|
"media": {
|
|
|
|
"importPosters": false,
|
|
|
|
"importFrames": false
|
|
|
|
},
|
|
|
|
"menuExtras": [
|
|
|
|
"user",
|
|
|
|
//"locale",
|
|
|
|
"reload"
|
|
|
|
],
|
|
|
|
"personalLists": [
|
|
|
|
{"title": "Favorites"}
|
|
|
|
],
|
|
|
|
"posters": {
|
|
|
|
"ratio": 0.625
|
|
|
|
},
|
2015-10-07 11:05:58 +00:00
|
|
|
"rightsLevel": {"member": 2, "staff": 0, "admin": 0},
|
2014-06-23 10:15:53 +00:00
|
|
|
"rightsLevels": [
|
|
|
|
{"name": "Public", "color": [128, 255, 128]},
|
|
|
|
{"name": "Restricted", "color": [255, 192, 128]},
|
|
|
|
{"name": "Private", "color": [255, 128, 128]}
|
|
|
|
],
|
|
|
|
"sendReferrer": true,
|
|
|
|
"site": {
|
|
|
|
"description": "...",
|
|
|
|
"email": {
|
|
|
|
// E-mail address in contact form (to)
|
|
|
|
"contact": "bak.ma@bak.ma",
|
|
|
|
"footer": "-- \nbak.ma - http://bak.ma",
|
|
|
|
"prefix": "bak.ma news -",
|
|
|
|
// E-mail address uses by the system (from)
|
|
|
|
"system": "system@bak.ma"
|
|
|
|
},
|
|
|
|
"https": true,
|
|
|
|
"id": "bakma",
|
|
|
|
"name": "bak.ma",
|
|
|
|
"url": "bak.ma",
|
2018-03-08 08:19:27 +00:00
|
|
|
"public": false,
|
2014-06-23 10:15:53 +00:00
|
|
|
"videoprefix": ""
|
|
|
|
},
|
|
|
|
"sitePages": [
|
|
|
|
{"id": "about", "title": "About"},
|
|
|
|
{"id": "news", "title": "News"},
|
|
|
|
//{"id": "tour", "title": "Take a Tour"},
|
|
|
|
{"id": "faq", "title": "Frequently Asked Questions"},
|
|
|
|
//{"id": "terms", "title": "Terms of Service"},
|
|
|
|
{"id": "license", "title": "License"},
|
|
|
|
{"id": "contact", "title": "Contact"}
|
|
|
|
],
|
|
|
|
"sites": [
|
|
|
|
{"name": "Pad.ma", "url": "pad.ma", "https": true},
|
|
|
|
{"name": "OxDB", "url": "0xdb.org", "https": true}
|
|
|
|
],
|
|
|
|
"textRightsLevels": [
|
|
|
|
{"name": "Public", "color": [128, 255, 128]},
|
|
|
|
{"name": "Private", "color": [255, 128, 128]}
|
|
|
|
],
|
|
|
|
"themes": ["oxlight", "oxmedium", "oxdark"],
|
|
|
|
"timelines": [
|
|
|
|
{"id": "antialias", "title": "Anti-Alias"},
|
|
|
|
{"id": "slitscan", "title": "Slit-Scan"},
|
|
|
|
{"id": "keyframes", "title": "Keyframes"},
|
|
|
|
{"id": "audio", "title": "Waveform"}
|
|
|
|
],
|
|
|
|
"totals": [
|
|
|
|
{"id": "items"},
|
|
|
|
{"id": "files", "admin": true},
|
|
|
|
{"id": "duration", "admin": true},
|
|
|
|
{"id": "size", "admin": true},
|
|
|
|
{"id": "pixels"}
|
|
|
|
],
|
|
|
|
"tv": {
|
|
|
|
"showLogo": false
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"level": "guest",
|
|
|
|
"ui": {
|
|
|
|
"annotationsCalendarSize": 128,
|
|
|
|
"annotationsMapSize": 128,
|
|
|
|
"annotationsRange": "position",
|
|
|
|
"annotationsSize": 256,
|
|
|
|
"annotationsSort": "position",
|
|
|
|
"calendarFind": "",
|
|
|
|
"calendarSelection": "",
|
|
|
|
"clipColumns": 2,
|
2017-07-14 08:31:35 +00:00
|
|
|
"clipSize": 416,
|
|
|
|
"collectionColumns": ["title", "id", "extension", "dimensions", "size", "description", "matches", "user", "created", "modified"],
|
|
|
|
"collectionColumnWidth": {},
|
|
|
|
"collectionSelection": [],
|
|
|
|
"collectionSort": [
|
|
|
|
{"key": "title", "operator": "+"},
|
|
|
|
{"key": "extension", "operator": "+"}
|
|
|
|
],
|
|
|
|
"collectionView": "grid",
|
|
|
|
"collections": {},
|
2014-06-23 10:15:53 +00:00
|
|
|
"columns": {
|
|
|
|
"Colors": {
|
|
|
|
"columns": ["title", "date", "location", "language", "hue", "saturation", "brightness"],
|
|
|
|
"columnWidth": {}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"document": "",
|
|
|
|
"documents": {},
|
|
|
|
"documentSize": 256,
|
2017-07-14 08:31:35 +00:00
|
|
|
"documentView": "view",
|
2014-06-23 10:15:53 +00:00
|
|
|
"documentsSelection": {},
|
|
|
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
|
|
|
"documentsView": "grid",
|
|
|
|
"edit": "",
|
|
|
|
"edits": {},
|
|
|
|
"editSelection": [],
|
|
|
|
"editSort": [
|
|
|
|
{"key": "index", "operator": "+"},
|
2015-10-09 11:53:59 +00:00
|
|
|
{"key": "date", "operator": "+"},
|
2014-06-23 10:15:53 +00:00
|
|
|
{"key": "title", "operator": "+"},
|
|
|
|
{"key": "position", "operator": "+"},
|
|
|
|
{"key": "duration", "operator": "+"}
|
|
|
|
],
|
|
|
|
"editView": "list",
|
|
|
|
"embedSize": 256,
|
2015-10-07 08:17:03 +00:00
|
|
|
"entitiesSelection": {},
|
|
|
|
"entitiesType": "",
|
2014-06-23 10:15:53 +00:00
|
|
|
"filters": [
|
|
|
|
{"id": "date", "sort": [{"key": "name", "operator": "+"}]},
|
|
|
|
{"id": "category", "sort": [{"key": "name", "operator": "+"}]},
|
|
|
|
{"id": "tag", "sort": [{"key": "items", "operator": "-"}]},
|
|
|
|
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
|
2018-03-08 08:19:27 +00:00
|
|
|
{"id": "collectives", "sort": [{"key": "items", "operator": "-"}]}
|
2014-06-23 10:15:53 +00:00
|
|
|
],
|
|
|
|
"filtersSize": 176,
|
|
|
|
"find": {"conditions": [], "operator": "&"},
|
2017-07-14 08:31:35 +00:00
|
|
|
"findDocuments": {"conditions": [], "operator": "&"},
|
2014-06-23 10:15:53 +00:00
|
|
|
"followPlayer": true,
|
|
|
|
"help": "",
|
|
|
|
"icons": "frames",
|
|
|
|
"infoIconSize": 256,
|
|
|
|
"item": "",
|
|
|
|
"itemFind": "",
|
|
|
|
"itemSort": [{"key": "position", "operator": "+"}],
|
|
|
|
"itemView": "info",
|
|
|
|
"listColumns": ["title", "date", "location", "tag", "language", "duration"],
|
|
|
|
"listColumnWidth": {},
|
|
|
|
"listSelection": [],
|
|
|
|
"listSort": [{"key": "title", "operator": "+"}],
|
|
|
|
"listView": "grid",
|
|
|
|
"lists": {},
|
|
|
|
"locale": "en",
|
|
|
|
"mapFind": "",
|
|
|
|
"mapSelection": "",
|
|
|
|
"onload": "",
|
|
|
|
"page": "",
|
|
|
|
"part": {
|
|
|
|
"api": "",
|
2017-07-14 08:31:35 +00:00
|
|
|
"document": "",
|
2014-06-23 10:15:53 +00:00
|
|
|
"documents": "",
|
2015-10-07 08:17:03 +00:00
|
|
|
"entities": "",
|
2014-06-23 10:15:53 +00:00
|
|
|
"faq": "",
|
|
|
|
"help": "",
|
|
|
|
"news": "",
|
|
|
|
"preferences": "",
|
|
|
|
"tv": ""
|
|
|
|
},
|
|
|
|
"section": "items",
|
|
|
|
"sequenceMode": "shape",
|
|
|
|
"sequenceSort": [{"key": "title", "operator": "+"}],
|
|
|
|
"showAdvancedEmbedOptions": false,
|
|
|
|
"showAnnotations": true,
|
|
|
|
"showAnnotationsCalendar": true,
|
|
|
|
"showAnnotationsMap": true,
|
|
|
|
"showBrowser": true,
|
|
|
|
"showCalendarControls": true, // fixme: should be false
|
|
|
|
"showClips": true,
|
|
|
|
"showDocument": true,
|
|
|
|
"showFilters": true,
|
|
|
|
"showIconBrowser": false,
|
|
|
|
"showInfo": true,
|
|
|
|
"showLayers": {
|
|
|
|
"keywords": true,
|
|
|
|
"notes": true,
|
|
|
|
"subtitles": true
|
|
|
|
},
|
|
|
|
"showMapControls": false,
|
|
|
|
"showMapLabels": false,
|
|
|
|
"showFolder": {
|
|
|
|
"edits": {
|
|
|
|
"personal": true,
|
|
|
|
"favorite": true,
|
|
|
|
"featured": true,
|
|
|
|
"volumes": true
|
|
|
|
},
|
|
|
|
"items": {
|
|
|
|
"personal": true,
|
|
|
|
"favorite": true,
|
|
|
|
"featured": true,
|
|
|
|
"volumes": true
|
|
|
|
},
|
2017-07-14 08:31:35 +00:00
|
|
|
"documents": {
|
2014-06-23 10:15:53 +00:00
|
|
|
"personal": true,
|
|
|
|
"favorite": true,
|
|
|
|
"featured": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"showReflections": true,
|
|
|
|
"showSidebar": true,
|
|
|
|
"showSitePosters": false,
|
|
|
|
"showTimeline": true,
|
|
|
|
"sidebarSize": 256,
|
|
|
|
"text": "",
|
|
|
|
"texts": {},
|
|
|
|
"theme": "oxlight",
|
|
|
|
"updateAdvancedFindResults": false,
|
|
|
|
"videoLoop": false,
|
|
|
|
"videoMuted": false,
|
|
|
|
"videoPoints": {},
|
|
|
|
"videoResolution": 240,
|
|
|
|
"videoScale": "fit",
|
|
|
|
"videoSize": "large",
|
|
|
|
"videoSubtitles": true,
|
2015-10-07 08:17:03 +00:00
|
|
|
"videoSubtitlesOffset": 0,
|
2014-06-23 10:15:53 +00:00
|
|
|
"videoTimeline": "antialias",
|
|
|
|
"videoView": "player",
|
|
|
|
"videoVolume": 1
|
|
|
|
},
|
|
|
|
"username": "",
|
|
|
|
"volumes": []
|
|
|
|
},
|
|
|
|
"userLevels": ["guest", "member", "staff", "admin"],
|
|
|
|
"video": {
|
2018-03-08 08:19:27 +00:00
|
|
|
"torrent": false,
|
2014-06-23 10:15:53 +00:00
|
|
|
"formats": ["webm", "mp4"],
|
|
|
|
"previewRatio": 1.3333333333,
|
|
|
|
//supported resolutions are
|
|
|
|
//1080, 720, 480, 432, 360, 288, 240, 144, 96
|
|
|
|
"resolutions": [96, 240, 480]
|
|
|
|
}
|
|
|
|
}
|