2011-12-04 12:44:15 +00:00
/*
Pan.do/ra Settings
You can edit this file.
*/
2011-02-22 14:47:59 +00:00
{
2012-01-20 17:53:21 +00:00
"additionalSort": [
{"key": "title", "operator": "+"}
],
2012-01-12 10:39:19 +00:00
"annotations": {
"showUsers": true
},
2012-04-22 19:53:50 +00:00
"cantPlay": {
"icon": "",
"link": "",
"text": ""
},
2011-12-04 12:44:15 +00:00
/*
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": {
2013-02-25 10:23:49 +00:00
"canAddItems": {"member": true, "staff": true, "admin": true},
2012-05-04 11:32:22 +00:00
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
2012-01-02 19:06:56 +00:00
"canEditAnnotations": {"staff": true, "admin": true},
2012-01-12 19:32:54 +00:00
"canEditEvents": {"staff": true, "admin": true},
2013-02-19 15:22:12 +00:00
"canEditFeaturedEdits": {"staff": true, "admin": true},
2011-12-04 12:44:15 +00:00
"canEditFeaturedLists": {"staff": true, "admin": true},
2013-02-16 01:20:40 +00:00
"canEditFeaturedTexts": {"staff": true, "admin": true},
2013-05-27 10:13:59 +00:00
"canEditMedia": {"staff": true, "admin": true},
2011-12-04 12:44:15 +00:00
"canEditMetadata": {"staff": true, "admin": true},
2012-01-12 19:32:54 +00:00
"canEditPlaces": {"staff": true, "admin": true},
2011-12-04 12:44:15 +00:00
"canEditSitePages": {"staff": true, "admin": true},
"canEditUsers": {"admin": true},
2012-02-22 16:50:42 +00:00
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
2013-05-27 10:13:59 +00:00
"canManageDocuments": {"member": true, "staff": true, "admin": true},
2012-03-27 07:14:59 +00:00
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
2013-02-19 15:22:12 +00:00
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
2012-03-27 07:14:59 +00:00
"canManageUsers": {"staff": true, "admin": true},
2011-12-05 13:48:59 +00:00
"canPlayClips": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
"canPlayVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
2013-02-28 12:18:04 +00:00
"canReadText": {"guest": 0, "member": 0, "staff": 1, "admin": 1},
2013-02-25 10:23:49 +00:00
"canRemoveItems": {"admin": true},
2012-04-19 09:29:37 +00:00
"canSeeAccessed": {"staff": true, "admin": true},
2011-12-04 12:44:15 +00:00
"canSeeDebugMenu": {"staff": true, "admin": true},
2012-03-21 09:36:11 +00:00
"canSeeExtraItemViews": {"staff": true, "admin": true},
2013-05-27 10:13:59 +00:00
"canSeeMedia": {"staff": true, "admin": true},
2011-12-05 13:48:59 +00:00
"canSeeItem": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
2012-03-21 13:39:36 +00:00
"canSeeSize": {"staff": true, "admin": true},
2012-07-01 12:24:57 +00:00
"canSeeSoftwareVersion": {"staff": true, "admin": true},
2013-02-25 10:23:49 +00:00
"canSendMail": {"staff": true, "admin": true}
2011-12-04 12:44:15 +00:00
},
/*
2013-04-18 10:55:37 +00:00
clipKeys are the properties that clips can be sorted by.
2011-12-04 12:44:15 +00:00
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"}
],
2012-01-20 17:53:21 +00:00
/*
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
2012-02-01 12:01:39 +00:00
included in find annotations. // FIXME: the last bit is not implemented.
2012-01-20 17:53:21 +00:00
*/
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
2011-12-04 12:44:15 +00:00
// fixme: either this, or filter: true in itemKeys, but not both
"filters": [
2012-01-09 09:06:35 +00:00
{"id": "source", "title": "Sources", "type": "string"},
{"id": "project", "title": "Projects", "type": "string"},
2012-01-09 09:55:52 +00:00
{"id": "topic", "title": "Topics", "type": "string"},
2012-01-09 09:06:35 +00:00
{"id": "name", "title": "People", "type": "string"},
{"id": "language", "title": "Languages", "type": "string"},
2012-01-20 17:53:21 +00:00
{"id": "license", "title": "License", "type": "string"},
2011-12-27 09:40:11 +00:00
{"id": "places", "title": "Places", "type": "string"},
2012-01-20 17:53:21 +00:00
{"id": "events", "title": "Events", "type": "string"},
{"id": "keywords", "title": "Keywords", "type": "string"}
2011-02-22 14:47:59 +00:00
],
2013-02-19 19:57:59 +00:00
"flags": false,
2013-03-04 10:07:37 +00:00
"help": [
{"id": "help", "title": "Help"},
{"id": "accounts", "title": "Accounts"},
2013-03-05 09:33:15 +00:00
{"id": "navigation", "title": "Navigation"},
{"id": "views", "title": "Views"},
{"id": "timelines", "title": "Timelines"},
2013-03-04 10:07:37 +00:00
{"id": "clips", "title": "Clips"},
2013-03-05 09:33:15 +00:00
{"id": "maps", "title": "Maps"},
{"id": "calendars", "title": "Calendars"},
{"id": "find", "title": "Find"},
2013-03-04 10:07:37 +00:00
{"id": "filters", "title": "Filters"},
{"id": "lists", "title": "Lists"},
2013-03-05 09:33:15 +00:00
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
{"id": "edits", "title": "Edits"},
2013-03-04 10:07:37 +00:00
{"id": "texts", "title": "Texts"},
2013-03-05 09:33:15 +00:00
{"id": "embeds", "title": "Embeds"}
2013-03-04 10:07:37 +00:00
],
2011-12-04 12:44:15 +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
2013-07-22 13:16:18 +00:00
autocompleteSort: Sort order of autocomplete suggestions
2011-12-04 12:44:15 +00:00
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
2012-03-08 11:33:20 +00:00
find: If true, this key will appear as a find option
2011-12-04 12:44:15 +00:00
format: {type: "...", args: [...]}, for special formatting
(Ox.formatType(args) will be called)
2013-03-06 10:03:09 +00:00
secondaryId: If true, loading /value will redirect to the item
2012-03-08 11:33:20 +00:00
sort: If true, one can sort results by this key
2011-12-04 12:44:15 +00:00
sortOperator: sort operator (+, -), in case it differs from the
default for the key's type (+ for strings, - for numbers)
2012-03-08 11:33:20 +00:00
sortType: special sort type (title, person)
2011-12-04 12:44:15 +00:00
value: {key: "...", type: "..."}, for keys that are derived
from other keys (like number of actors), or "capability"
*/
2011-02-22 14:47:59 +00:00
"itemKeys": [
2011-12-04 12:44:15 +00:00
{
"id": "*",
"title": "All",
"type": "text",
"find": true
},
2011-02-22 16:42:26 +00:00
{
2011-02-22 14:47:59 +00:00
"id": "title",
"title": "Title",
"type": "string",
2011-02-22 16:42:26 +00:00
"autocomplete": true,
2013-07-22 13:16:18 +00:00
"autocompleteSort": [{"key": "timesaccessed", "operator": "-"}],
2011-02-22 16:42:26 +00:00
"columnRequired": true,
"columnWidth": 180,
"find": true,
2012-03-08 11:33:20 +00:00
"sort": true,
"sortType": "title"
2011-02-22 14:47:59 +00:00
},
2012-01-12 19:32:54 +00:00
{
"id": "source",
"title": "Source",
"type": "string",
"autocomplete": true,
2012-01-15 15:05:37 +00:00
"description": true,
2012-01-12 19:32:54 +00:00
"columnWidth": 180,
"filter": true,
2012-03-08 11:33:20 +00:00
"find": true,
"sort": true
2012-01-12 19:32:54 +00:00
},
{
"id": "project",
"title": "Project",
"type": "string",
"autocomplete": true,
2012-01-15 15:05:37 +00:00
"description": true,
2012-01-12 19:32:54 +00:00
"columnWidth": 120,
"filter": true,
2012-03-08 11:33:20 +00:00
"find": true,
"sort": true
2012-01-12 19:32:54 +00:00
},
{
"id": "topic",
"title": "Topic",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
"filter": true,
2012-03-08 11:33:20 +00:00
"find": true,
"sort": true
2012-01-12 19:32:54 +00:00
},
{
"id": "name",
"title": "People",
"type": ["string"],
"autocomplete": true,
"find": true
},
2011-02-22 14:47:59 +00:00
{
"id": "director",
"title": "Director",
"type": ["string"],
2011-02-22 16:42:26 +00:00
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
2012-03-08 11:33:20 +00:00
"sort": true,
"sortType": "person"
2011-02-22 14:47:59 +00:00
},
2011-12-29 12:42:19 +00:00
{
"id": "cinematographer",
"title": "Cinematographer",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
2012-03-08 11:33:20 +00:00
"sort": true,
"sortType": "person"
2011-12-29 12:42:19 +00:00
},
2012-01-09 09:06:35 +00:00
{
2012-01-20 17:53:21 +00:00
"id": "featuring",
"title": "Featuring",
2012-01-09 09:06:35 +00:00
"type": ["string"],
"autocomplete": true,
"columnRequired": true,
"columnWidth": 180,
"filter": true,
2012-03-08 11:33:20 +00:00
"sort": true,
"sortType": "person"
2012-01-09 09:06:35 +00:00
},
2011-02-22 14:47:59 +00:00
{
"id": "language",
"title": "Language",
"type": ["string"],
2011-02-22 16:42:26 +00:00
"autocomplete": true,
"columnWidth": 120,
2011-12-04 12:44:15 +00:00
"filter": true,
2012-03-08 11:33:20 +00:00
"find": true,
"sort": true
2011-02-22 14:47:59 +00:00
},
2011-12-05 13:48:59 +00:00
{
"id": "location",
"title": "Location",
"type": "string",
"autocomplete": true,
"columnWidth": 180,
"filter": true,
2012-03-08 11:33:20 +00:00
"find": true,
"sort": true
2011-12-05 13:48:59 +00:00
},
2012-01-20 17:53:21 +00:00
{
"id": "date",
"title": "Date",
"type": "string",
2012-03-08 11:33:20 +00:00
"columnWidth": 120,
//"format": {"type": "date", "args": ["%a, %b %e, %Y"]},
"sort": true
2012-01-20 17:53:21 +00:00
},
2011-02-22 14:47:59 +00:00
{
2012-02-16 10:30:52 +00:00
"id": "summary",
"title": "Summary",
2011-02-22 14:47:59 +00:00
"type": "text",
2011-02-22 16:42:26 +00:00
"find": true
2011-02-22 14:47:59 +00:00
},
2013-03-03 11:22:37 +00:00
{
"id": "notes",
"title": "Notes",
"type": "text",
"capability": "canEditMetadata"
},
2011-02-22 14:47:59 +00:00
{
2011-02-22 16:42:26 +00:00
"id": "id",
"title": "ID",
"type": "string",
2012-03-08 11:33:20 +00:00
"columnWidth": 90,
"sort": true
2011-02-22 14:47:59 +00:00
},
2012-01-20 17:53:21 +00:00
{
"id": "annotations",
2012-02-01 12:01:39 +00:00
"title": "Annotations",
2013-03-09 07:12:43 +00:00
"type": "string", // fixme: not the best type for this magic key
2012-01-20 17:53:21 +00:00
"find": true
},
2011-02-22 14:47:59 +00:00
{
2011-12-27 09:40:11 +00:00
"id": "places",
"title": "Places",
2012-02-16 10:30:52 +00:00
"type": "layer",
"find": true
2011-02-22 14:47:59 +00:00
},
{
2012-01-12 19:32:54 +00:00
"id": "events",
"title": "Events",
2012-02-16 10:30:52 +00:00
"type": "layer",
"find": true
},
{
"id": "keywords",
"title": "Keywords",
"type": "layer",
"find": true
2011-02-22 14:47:59 +00:00
},
{
2011-12-05 13:48:59 +00:00
"id": "descriptions",
2011-02-22 16:42:26 +00:00
"title": "Descriptions",
2012-02-16 10:30:52 +00:00
"type": "layer",
"find": true
2011-02-22 14:47:59 +00:00
},
{
2011-12-05 13:48:59 +00:00
"id": "transcripts",
2011-02-22 16:42:26 +00:00
"title": "Transcripts",
2012-02-16 10:30:52 +00:00
"type": "layer",
"find": true
2011-02-22 14:47:59 +00:00
},
{
2012-02-20 17:42:13 +00:00
"id": "numberofannotations",
"title": "Annotations",
"type": "integer",
2012-03-08 11:33:20 +00:00
"columnWidth": 60,
"sort": true
2012-02-20 17:42:13 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "duration",
"title": "Duration",
2013-03-03 10:52:17 +00:00
"type": "time",
2011-02-22 16:42:26 +00:00
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "duration", "args": [0, "short"]},
"sort": true
2011-02-22 16:42:26 +00:00
},
{
"id": "resolution",
"title": "Resolution",
"type": ["integer"],
2012-01-20 17:53:21 +00:00
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "resolution", "args": ["px"]},
"sort": true
2011-02-22 14:47:59 +00:00
},
{
"id": "aspectratio",
"title": "Aspect Ratio",
2011-02-22 16:42:26 +00:00
"type": "float",
"columnWidth": 90,
2012-07-02 14:11:58 +00:00
"format": {"type": "unit", "args": [":1", 3]},
2012-03-08 11:33:20 +00:00
"sort": true
2011-02-22 14:47:59 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "pixels",
"title": "Pixels",
"type": "integer",
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "value", "args": ["px"]},
"sort": true
2011-02-22 14:47:59 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "hue",
"title": "Hue",
"type": "hue",
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "color", "args": ["hue"]},
"sort": true,
"sortOperator": "+"
2011-02-22 14:47:59 +00:00
},
{
"id": "saturation",
"title": "Saturation",
2011-02-22 16:42:26 +00:00
"type": "float",
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "color", "args": ["saturation"]},
"sort": true
2011-02-22 14:47:59 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "lightness",
"title": "Lightness",
"type": "float",
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "color", "args": ["lightness"]},
"sort": true
2011-02-22 14:47:59 +00:00
},
{
"id": "volume",
"title": "Volume",
2011-02-22 16:42:26 +00:00
"type": "float",
2012-03-08 11:33:20 +00:00
"columnWidth": 60,
2012-06-10 20:12:14 +00:00
"format": {"type": "color", "args": ["lightness"]},
2012-03-08 11:33:20 +00:00
"sort": true
2011-02-22 14:47:59 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "numberofcuts",
"title": "Number of Cuts",
"type": "integer",
"columnWidth": 60,
2012-03-08 09:54:07 +00:00
"format": {"type": "number", "args": []},
2012-03-08 11:33:20 +00:00
"sort": true,
2011-02-22 16:42:26 +00:00
"value": {"key": "cuts", "type": "length"}
2011-02-22 14:47:59 +00:00
},
{
"id": "cutsperminute",
"title": "Cuts per Minute",
2011-02-22 16:42:26 +00:00
"type": "float",
"columnWidth": 60,
2012-03-08 11:51:16 +00:00
"format": {"type": "number", "args": [3]},
2012-03-08 11:33:20 +00:00
"sort": true,
2011-02-22 16:42:26 +00:00
"value": {"key": "cuts", "type": "lengthperminute"}
2011-02-22 14:47:59 +00:00
},
{
"id": "words",
2012-03-08 09:54:07 +00:00
"title": "Number of Words",
2011-02-22 16:42:26 +00:00
"type": "integer",
"columnWidth": 60,
2012-03-08 09:54:07 +00:00
"format": {"type": "number", "args": []},
2012-03-08 11:33:20 +00:00
"sort": true,
2011-02-22 16:42:26 +00:00
"value": {"layer": "subtitles", "type": "words"}
2011-02-22 14:47:59 +00:00
},
{
"id": "wordsperminute",
"title": "Words per Minute",
2011-02-22 16:42:26 +00:00
"type": "float",
"columnWidth": 60,
2012-03-08 11:51:16 +00:00
"format": {"type": "number", "args": [3]},
2012-03-08 11:33:20 +00:00
"sort": true,
2011-02-22 16:42:26 +00:00
"value": {"layer": "subtitles", "type": "wordsperminute"}
2011-02-22 14:47:59 +00:00
},
{
"id": "size",
"title": "Size",
2011-02-22 16:42:26 +00:00
"type": "integer",
2013-05-27 10:13:59 +00:00
"capability": "canSeeMedia",
2011-02-22 16:42:26 +00:00
"columnWidth": 60,
2012-03-08 11:33:20 +00:00
"format": {"type": "value", "args": ["B"]},
"sort": true
2011-02-22 14:47:59 +00:00
},
{
"id": "bitrate",
"title": "Bitrate",
2011-02-22 16:42:26 +00:00
"type": "integer",
"columnWidth": 60,
2012-06-04 10:33:58 +00:00
"format": {"type": "value", "args": ["bps"]},
2012-03-08 11:33:20 +00:00
"sort": true
2011-02-22 14:47:59 +00:00
},
{
2011-02-22 16:42:26 +00:00
"id": "numberoffiles",
"title": "Number of Files",
"type": "integer",
2013-05-27 10:13:59 +00:00
"capability": "canSeeMedia",
2011-02-22 16:42:26 +00:00
"columnWidth": 60,
2012-03-08 11:33:20 +00:00
"sort": true,
2012-01-02 19:06:56 +00:00
"value": {"key": "files", "type": "length"}
2011-02-22 14:47:59 +00:00
},
2012-02-16 14:13:08 +00:00
{
"id": "user",
"title": "User",
"type": "string",
2013-05-27 10:13:59 +00:00
"capability": "canSeeMedia",
2012-02-16 14:13:08 +00:00
"find": true
},
2011-02-22 14:47:59 +00:00
{
"id": "filename",
"title": "Filename",
2011-02-22 16:42:26 +00:00
"type": ["string"],
2013-05-27 10:13:59 +00:00
"capability": "canSeeMedia",
2012-01-02 19:06:56 +00:00
"find": true
2011-02-22 14:47:59 +00:00
},
2012-02-15 16:27:48 +00:00
{
"id": "created",
"title": "Date Created",
"type": "date",
"columnWidth": 120,
2012-04-03 07:12:23 +00:00
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
2012-03-08 11:33:20 +00:00
"sort": true
2012-02-15 16:27:48 +00:00
},
2011-02-22 14:47:59 +00:00
{
"id": "modified",
2012-03-27 14:59:20 +00:00
"title": "Last Modified",
2011-02-22 16:42:26 +00:00
"type": "date",
2012-03-08 11:33:20 +00:00
"columnWidth": 90,
2012-04-03 07:12:23 +00:00
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
2012-03-08 11:33:20 +00:00
"sort": true
2011-02-22 16:42:26 +00:00
},
{
"id": "accessed",
2012-03-27 14:59:20 +00:00
"title": "Last Accessed",
2011-02-22 16:42:26 +00:00
"type": "date",
2012-04-19 09:29:37 +00:00
"capability": "canSeeAccessed",
2012-02-17 10:06:43 +00:00
"columnWidth": 90,
2012-03-08 11:33:20 +00:00
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
2011-02-22 16:42:26 +00:00
},
{
2011-11-10 20:19:15 +00:00
"id": "timesaccessed",
"title": "Times Accessed",
2011-02-22 16:42:26 +00:00
"type": "integer",
2012-04-19 09:29:37 +00:00
"capability": "canSeeAccessed",
2012-03-08 11:33:20 +00:00
"columnWidth": 60,
2013-08-01 15:10:58 +00:00
"format": {"type": "number", "args": []},
2012-03-08 11:33:20 +00:00
"sort": true
2011-11-10 20:19:15 +00:00
},
2012-01-19 16:35:28 +00:00
{
"id": "license",
"title": "License",
"type": ["string"],
"columnWidth": 120,
2012-03-08 11:33:20 +00:00
"filter": true,
2012-12-14 14:03:15 +00:00
"sort": true,
"default": [
"Creative Commons Attribution-ShareAlike 3.0 License",
"Pad.ma General Public License"
]
2012-01-19 16:35:28 +00:00
},
2011-12-04 12:44:15 +00:00
{
"id": "rightslevel",
"title": "Rights Level",
"type": "enum",
"columnWidth": 90,
"format": {"type": "ColorLevel", "args": [
2011-12-05 13:48:59 +00:00
["Public", "Restricted", "Private"]
2011-12-04 12:44:15 +00:00
]},
2012-03-08 11:33:20 +00:00
"sort": true,
2011-12-04 12:44:15 +00:00
"sortOperator": "+",
2011-12-05 13:48:59 +00:00
"values": ["Public", "Restricted", "Private", "Unknown"]
2012-02-15 20:48:08 +00:00
},
{
"id": "random",
"title": "Random",
"type": "integer",
2012-03-08 11:33:20 +00:00
"sort": true
2011-12-04 12:44:15 +00:00
}
2011-02-22 14:47:59 +00:00
],
"itemName": {
2011-02-22 16:42:26 +00:00
"singular": "Video",
"plural": "Videos"
2011-02-22 14:47:59 +00:00
},
2013-02-25 10:23:49 +00:00
"itemRequiresVideo": true,
2011-02-22 14:47:59 +00:00
"itemViews": [
{"id": "info", "title": "Info"},
2012-04-17 07:06:19 +00:00
{"id": "player", "title": "Player"},
{"id": "editor", "title": "Editor"},
2012-04-18 08:32:58 +00:00
{"id": "timeline", "title": "Timeline"},
{"id": "clips", "title": "Clips"},
2011-02-22 14:47:59 +00:00
{"id": "map", "title": "Map"},
2011-12-04 12:44:15 +00:00
{"id": "calendar", "title": "Calendar"},
2013-07-08 12:11:20 +00:00
{"id": "documents", "title": "Documents"},
2011-12-04 12:44:15 +00:00
{"id": "data", "title": "Data"},
2013-05-27 10:13:59 +00:00
{"id": "media", "title": "Media"}
2011-02-22 14:47:59 +00:00
],
"layers": [
2011-02-22 16:42:26 +00:00
{
2011-12-27 09:40:11 +00:00
"id": "places",
"title": "Places",
2012-01-02 19:06:56 +00:00
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
2012-01-11 12:22:59 +00:00
"item": "Place",
2012-02-19 14:15:24 +00:00
"overlap": true,
2012-01-02 19:06:56 +00:00
"type": "place"
},
{
"id": "events",
"title": "Events",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
2012-01-11 12:22:59 +00:00
"item": "Event",
2012-02-19 14:15:24 +00:00
"overlap": true,
2012-01-02 19:06:56 +00:00
"type": "event"
2011-02-22 16:42:26 +00:00
},
{
2011-12-05 13:48:59 +00:00
"id": "keywords",
2011-02-22 16:42:26 +00:00
"title": "Keywords",
2012-01-02 19:06:56 +00:00
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
2012-01-11 12:22:59 +00:00
"item": "Keyword",
2012-02-19 14:15:24 +00:00
"overlap": true,
2011-12-26 14:30:30 +00:00
"type": "string"
2011-02-22 16:42:26 +00:00
},
{
2011-12-05 13:48:59 +00:00
"id": "descriptions",
2011-02-22 16:42:26 +00:00
"title": "Descriptions",
2012-01-02 19:06:56 +00:00
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
2012-01-11 12:22:59 +00:00
"item": "Description",
2012-01-12 10:39:19 +00:00
"showInfo": true,
2012-01-02 19:06:56 +00:00
"type": "text"
2011-02-22 16:42:26 +00:00
},
{
2011-12-05 13:48:59 +00:00
"id": "transcripts",
2011-02-22 16:42:26 +00:00
"title": "Transcripts",
2012-01-02 19:06:56 +00:00
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
2012-01-11 12:22:59 +00:00
"item": "Transcript",
2012-02-05 11:19:40 +00:00
"showInfo": true,
2012-01-02 19:06:56 +00:00
"type": "text"
2011-02-22 16:42:26 +00:00
}
2011-02-22 14:47:59 +00:00
],
"listViews": [
{"id": "list", "title": "as List"},
2011-12-30 09:21:43 +00:00
{"id": "grid", "title": "as Grid"},
2011-02-22 14:47:59 +00:00
{"id": "timelines", "title": "with Timelines"},
2012-04-18 08:32:58 +00:00
{"id": "clips", "title": "with Clips"},
2011-02-22 14:47:59 +00:00
{"id": "clip", "title": "as Clips"},
2013-07-22 18:58:19 +00:00
//{"id": "video", "title": "as Video"},
2011-02-22 14:47:59 +00:00
{"id": "map", "title": "on Map"},
{"id": "calendar", "title": "on Calendar"}
],
2011-08-11 14:15:56 +00:00
"media": {
2012-02-19 14:15:24 +00:00
"importPosters": false,
"importFrames": false
2011-08-11 14:15:56 +00:00
},
2013-08-08 13:01:45 +00:00
"menuExtras": [
"user",
//"locale",
"reload"
],
2011-12-04 12:44:15 +00:00
"personalLists": [
{"title": "Favorites"}
],
2013-07-08 12:40:23 +00:00
"posters": {
"ratio": 0.625
},
2011-12-04 12:44:15 +00:00
"rightsLevel": {"member": 2, "staff": 2, "admin": 2},
"rightsLevels": [
{"name": "Public", "color": [128, 255, 128]},
{"name": "Restricted", "color": [255, 192, 128]},
{"name": "Private", "color": [255, 128, 128]}
],
"sendReferrer": true,
2011-02-22 14:47:59 +00:00
"site": {
2012-01-09 09:06:35 +00:00
"description": "Pad.ma is an online archive of densely text-annotated video material, primarily footage and not finished films. The entire collection is searchable and viewable online, and is free to download for non-commercial use.",
2011-12-04 12:44:15 +00:00
"email": {
// E-mail address in contact form (to)
"contact": "pad.ma@pad.ma",
2011-12-18 09:27:15 +00:00
"footer": "-- \nPad.ma - http://pad.ma",
2012-02-18 06:56:29 +00:00
"prefix": "Pad.ma News -",
2011-12-04 12:44:15 +00:00
// E-mail address uses by the system (from)
"system": "system@pad.ma"
},
2013-02-24 09:17:03 +00:00
"https": true,
2011-11-02 22:29:20 +00:00
"id": "padma",
"name": "Pad.ma",
"url": "pad.ma",
"videoprefix": ""
2011-02-22 14:47:59 +00:00
},
"sitePages": [
{"id": "about", "title": "About"},
{"id": "news", "title": "News"},
2011-12-04 12:44:15 +00:00
//{"id": "tour", "title": "Take a Tour"},
2011-02-22 14:47:59 +00:00
{"id": "faq", "title": "Frequently Asked Questions"},
2011-02-22 16:42:26 +00:00
{"id": "terms", "title": "Terms of Service"},
2011-12-04 12:44:15 +00:00
{"id": "license", "title": "License"},
{"id": "contact", "title": "Contact"}
2011-02-22 14:47:59 +00:00
],
2013-02-23 05:02:22 +00:00
"sites": [
2013-02-24 09:17:03 +00:00
{"name": "Indiancine.ma", "url": "indiancine.ma", "https": true},
{"name": "OxDB", "url": "0xdb.org", "https": true}
2013-02-23 05:02:22 +00:00
],
2013-02-28 12:13:52 +00:00
"textRightsLevels": [
{"name": "Public", "color": [128, 255, 128]},
{"name": "Private", "color": [255, 128, 128]}
],
2013-02-10 11:51:59 +00:00
"themes": ["oxlight", "oxmedium", "oxdark"],
2012-03-17 06:31:34 +00:00
"timelines": [
{"id": "antialias", "title": "Anti-Alias"},
{"id": "slitscan", "title": "Slit-Scan"},
2012-06-20 16:57:55 +00:00
{"id": "keyframes", "title": "Keyframes"},
{"id": "audio", "title": "Waveform"}
2012-03-17 06:31:34 +00:00
],
2011-02-22 14:47:59 +00:00
"totals": [
{"id": "items"},
{"id": "files", "admin": true},
{"id": "duration", "admin": true},
{"id": "size", "admin": true},
{"id": "pixels"}
],
2011-12-20 13:08:30 +00:00
"tv": {
"showLogo": false
},
2011-02-22 14:47:59 +00:00
"user": {
"level": "guest",
"ui": {
2012-01-31 10:54:22 +00:00
"annotationsCalendarSize": 128,
2012-01-02 19:06:56 +00:00
"annotationsFont": "small",
2012-01-31 10:54:22 +00:00
"annotationsMapSize": 128,
2012-01-03 20:17:44 +00:00
"annotationsRange": "position",
2011-02-22 14:47:59 +00:00
"annotationsSize": 256,
2012-01-03 20:17:44 +00:00
"annotationsSort": "position",
2013-03-06 14:09:18 +00:00
"calendarFind": "",
"calendarSelection": "",
2013-07-12 20:34:30 +00:00
"clipColumns": 2,
"clipSort": [{"key": "index", "operator": "+"}],
2011-12-04 12:44:15 +00:00
"columns": {
"Colors": {
2012-01-17 15:44:09 +00:00
"columns": ["title", "source", "project", "language", "hue", "saturation", "brightness"],
2011-12-04 12:44:15 +00:00
"columnWidth": {}
2011-02-22 14:47:59 +00:00
}
},
2013-03-06 12:44:12 +00:00
"edit": "",
2013-08-07 14:31:03 +00:00
"edits": {},
2013-02-21 09:48:30 +00:00
"embedSize": 256,
2011-12-04 12:44:15 +00:00
"filters": [
2011-12-26 19:13:41 +00:00
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
2012-01-09 09:06:35 +00:00
{"id": "project", "sort": [{"key": "name", "operator": "+"}]},
{"id": "topic", "sort": [{"key": "items", "operator": "-"}]},
2012-01-09 09:55:52 +00:00
{"id": "name", "sort": [{"key": "items", "operator": "-"}]},
2011-12-26 19:13:41 +00:00
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
2011-12-27 09:40:11 +00:00
{"id": "places", "sort": [{"key": "items", "operator": "-"}]}
2011-12-04 12:44:15 +00:00
],
"filtersSize": 176,
"find": {"conditions": [], "operator": "&"},
2012-04-17 12:02:32 +00:00
"followPlayer": true,
2013-03-06 12:44:12 +00:00
"help": "",
2011-12-28 12:35:10 +00:00
"icons": "frames",
2011-12-04 12:44:15 +00:00
"infoIconSize": 256,
"item": "",
2012-02-17 16:13:48 +00:00
"itemFind": "",
2011-12-04 12:44:15 +00:00
"itemSort": [{"key": "position", "operator": "+"}],
"itemView": "info",
2012-02-16 17:53:23 +00:00
"listColumns": ["title", "source", "project", "topic", "language", "duration"],
2011-12-04 12:44:15 +00:00
"listColumnWidth": {},
"listSelection": [],
2011-12-29 12:42:19 +00:00
"listSort": [{"key": "title", "operator": "+"}],
2011-12-04 12:44:15 +00:00
"listView": "grid",
"lists": {},
2013-08-04 14:37:35 +00:00
"locale": "en",
2011-12-04 12:44:15 +00:00
"mapFind": "",
"mapSelection": "",
"page": "",
2013-07-11 15:15:00 +00:00
"part": {
"api": "",
"faq": "",
"help": "",
2013-07-11 18:01:31 +00:00
"news": "",
2013-08-08 11:00:47 +00:00
"preferences": "",
2013-07-11 18:01:31 +00:00
"tv": ""
2013-07-11 15:15:00 +00:00
},
2011-02-22 14:47:59 +00:00
"section": "items",
2012-06-06 15:34:34 +00:00
"sequenceMode": "shape",
"sequenceSort": [{"key": "director", "operator": "+"}],
2013-02-23 05:02:22 +00:00
"showAdvancedEmbedOptions": false,
2011-02-22 14:47:59 +00:00
"showAnnotations": true,
2012-01-13 16:26:07 +00:00
"showAnnotationsCalendar": true,
"showAnnotationsMap": true,
2011-12-04 12:44:15 +00:00
"showBrowser": true,
"showCalendarControls": true, // fixme: should be false
2013-07-12 20:34:30 +00:00
"showClips": true,
2011-12-04 12:44:15 +00:00
"showFilters": true,
"showIconBrowser": false,
2011-02-22 14:47:59 +00:00
"showInfo": true,
2012-01-11 07:51:26 +00:00
"showLayers": {
2012-02-18 13:21:38 +00:00
"places": false,
"events": false,
2012-01-11 07:51:26 +00:00
"keywords": true,
"descriptions": true,
"transcripts": true
},
2011-12-04 12:44:15 +00:00
"showMapControls": false,
"showMapLabels": false,
2011-02-22 14:47:59 +00:00
"showFolder": {
2013-05-27 20:06:56 +00:00
"edits": {
"personal": true,
"favorite": true,
"featured": true,
"volumes": true
},
2011-02-22 14:47:59 +00:00
"items": {
"personal": true,
"favorite": true,
2011-12-04 12:44:15 +00:00
"featured": true,
"volumes": true
2013-02-16 01:20:40 +00:00
},
"texts": {
"personal": true,
"favorite": true,
"featured": true
2011-02-22 14:47:59 +00:00
}
},
"showSidebar": true,
2011-12-04 12:44:15 +00:00
"showSitePosters": false,
"showTimeline": true,
2011-02-22 14:47:59 +00:00
"sidebarSize": 256,
2013-03-06 12:44:12 +00:00
"text": "",
2013-08-07 14:31:03 +00:00
"texts": {},
2013-02-10 11:51:59 +00:00
"theme": "oxlight",
2013-03-03 11:15:28 +00:00
"updateAdvancedFindResults": false,
2013-07-12 20:34:30 +00:00
"videoLoop": false,
2012-03-06 20:15:03 +00:00
"videoMuted": false,
2011-12-04 12:44:15 +00:00
"videoPoints": {},
2011-12-27 13:52:16 +00:00
"videoResolution": 240,
2011-12-04 12:44:15 +00:00
"videoScale": "fit",
2012-02-18 13:21:38 +00:00
"videoSize": "large",
2012-03-17 06:31:34 +00:00
"videoTimeline": "antialias",
2012-04-17 07:06:19 +00:00
"videoView": "player",
2011-12-04 12:44:15 +00:00
"videoVolume": 1
},
"username": "",
"volumes": []
2011-02-22 16:42:26 +00:00
},
2011-08-19 14:43:05 +00:00
"userLevels": ["guest", "member", "staff", "admin"],
"video": {
2011-08-19 21:03:35 +00:00
"formats": ["webm", "mp4"],
2012-01-30 21:16:58 +00:00
"previewRatio": 1.3333333333,
2012-04-19 16:14:43 +00:00
//supported resolutions are
//1080, 720, 480, 432, 360, 288, 240, 144, 96
2013-03-01 11:18:06 +00:00
"resolutions": [96, 240, 480]
2011-08-19 14:43:05 +00:00
}
2012-04-03 07:12:23 +00:00
}