2010-09-05 00:31:29 +00:00
|
|
|
{
|
2011-08-21 08:17:10 +00:00
|
|
|
"clipKeys": [
|
|
|
|
{"id": "value", "title": "Text"},
|
|
|
|
{"id": "in", "title": "Position"},
|
2011-08-23 08:09:53 +00:00
|
|
|
{"id": "duration", "title": "Duration"},
|
2011-08-21 08:17:10 +00:00
|
|
|
{"id": "hue", "title": "Hue"},
|
|
|
|
{"id": "saturation", "title": "Saturation"},
|
2011-08-23 08:09:53 +00:00
|
|
|
{"id": "lightness", "title": "Lightness"},
|
2011-08-23 08:10:32 +00:00
|
|
|
{"id": "volume", "title": "Volume"}
|
2011-08-21 08:17:10 +00:00
|
|
|
],
|
2011-01-03 06:44:38 +00:00
|
|
|
"groups": [
|
2011-01-03 20:39:23 +00:00
|
|
|
{"id": "director", "title": "Director"},
|
|
|
|
{"id": "country", "title": "Country"},
|
|
|
|
{"id": "year", "title": "Year"},
|
|
|
|
{"id": "language", "title": "Language"},
|
|
|
|
{"id": "genre", "title": "Genre"},
|
|
|
|
{"id": "writer", "title": "Writer"},
|
|
|
|
{"id": "producer", "title": "Producer"},
|
|
|
|
{"id": "cinematographer", "title": "Cinematographer"},
|
|
|
|
{"id": "editor", "title": "Editor"},
|
|
|
|
{"id": "actor", "title": "Actor"},
|
|
|
|
{"id": "keyword", "title": "Keyword"}
|
|
|
|
],
|
2011-01-24 09:38:46 +00:00
|
|
|
"itemKeys": [
|
2011-05-30 13:46:57 +00:00
|
|
|
{
|
|
|
|
"id": "all",
|
|
|
|
"title": "All",
|
2011-06-01 13:16:50 +00:00
|
|
|
"type": "string",
|
2011-05-30 13:46:57 +00:00
|
|
|
"find": true
|
|
|
|
},
|
2011-01-24 04:08:45 +00:00
|
|
|
{
|
2011-01-24 09:38:46 +00:00
|
|
|
"id": "title",
|
|
|
|
"title": "Title",
|
|
|
|
"type": "string",
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"autocompleteSortKey": "votes",
|
|
|
|
"columnRequired": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"sort": "title"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "director",
|
|
|
|
"title": "Director",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnRequired": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "country",
|
|
|
|
"title": "Country",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 120,
|
|
|
|
"find": true,
|
2011-01-24 09:38:46 +00:00
|
|
|
"group": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "year",
|
|
|
|
"title": "Year",
|
|
|
|
"type": "year",
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 60,
|
|
|
|
"find": true,
|
2011-01-24 09:38:46 +00:00
|
|
|
"group": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "language",
|
|
|
|
"title": "Language",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 120,
|
|
|
|
"find": true,
|
2011-01-24 09:38:46 +00:00
|
|
|
"group": true
|
|
|
|
},
|
2011-01-23 04:58:40 +00:00
|
|
|
{
|
|
|
|
"id": "runtime",
|
|
|
|
"title": "Runtime",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
2011-01-23 04:58:40 +00:00
|
|
|
"format": {"type": "duration", "args": [0, "medium"]}
|
|
|
|
},
|
2011-01-24 09:38:46 +00:00
|
|
|
{
|
|
|
|
"id": "writer",
|
|
|
|
"title": "Writer",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-23 04:58:40 +00:00
|
|
|
"id": "producer",
|
2011-01-24 09:38:46 +00:00
|
|
|
"title": "Producer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": ["string"],
|
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "cinematographer",
|
|
|
|
"title": "Cinematographer",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "editor",
|
|
|
|
"title": "Editor",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 180,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "actor",
|
2011-01-24 04:08:45 +00:00
|
|
|
"title": "Actor",
|
2011-01-24 09:38:46 +00:00
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"find": true,
|
|
|
|
"group": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
2011-08-19 21:03:35 +00:00
|
|
|
{
|
|
|
|
"id": "parts",
|
|
|
|
"title": "Parts",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"rightsLevel": 1
|
|
|
|
},
|
2011-01-23 04:58:40 +00:00
|
|
|
{
|
|
|
|
"id": "numberofactors",
|
|
|
|
"title": "Number of Actors",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"key": "actor", "type": "length"}
|
2011-01-23 04:58:40 +00:00
|
|
|
},
|
2011-01-24 09:38:46 +00:00
|
|
|
{
|
|
|
|
"id": "character",
|
|
|
|
"title": "Character",
|
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"find": true,
|
|
|
|
"sort": "person"
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "name",
|
2011-01-24 04:08:45 +00:00
|
|
|
"title": "Name",
|
2011-01-24 09:38:46 +00:00
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"find": true
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "genre",
|
2011-01-24 04:08:45 +00:00
|
|
|
"title": "Genre",
|
2011-01-24 09:38:46 +00:00
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"columnWidth": 120,
|
|
|
|
"find": true,
|
2011-01-24 09:38:46 +00:00
|
|
|
"group": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "keyword",
|
2011-01-24 04:08:45 +00:00
|
|
|
"title": "Keyword",
|
2011-01-24 09:38:46 +00:00
|
|
|
"type": ["string"],
|
2011-01-24 04:08:45 +00:00
|
|
|
"autocomplete": true,
|
|
|
|
"find": true,
|
2011-01-24 09:38:46 +00:00
|
|
|
"group": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "numberofkeywords",
|
2011-01-24 04:08:45 +00:00
|
|
|
"title": "Number of Keywords",
|
2011-01-24 09:38:46 +00:00
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
2011-01-24 09:38:46 +00:00
|
|
|
"value": {"key": "keyword", "type": "length"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "summary",
|
|
|
|
"title": "Summary",
|
|
|
|
"type": "text",
|
2011-01-24 04:08:45 +00:00
|
|
|
"find": true
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "wordsinsummary",
|
|
|
|
"title": "Words in Summary",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
2011-01-24 09:38:46 +00:00
|
|
|
"value": {"key": "summary", "type": "words"}
|
|
|
|
},
|
2011-01-24 04:08:45 +00:00
|
|
|
{
|
|
|
|
"id": "trivia",
|
|
|
|
"title": "Trivia",
|
|
|
|
"type": ["text"]
|
|
|
|
},
|
2011-01-24 09:38:46 +00:00
|
|
|
{
|
|
|
|
"id": "wordsintrivia",
|
|
|
|
"title": "Words in Trivia",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
2011-01-24 09:38:46 +00:00
|
|
|
"value": {"key": "trivia", "type": "words"}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "releasedate",
|
|
|
|
"title": "Release Date",
|
|
|
|
"type": "date",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 120,
|
2011-01-24 09:38:46 +00:00
|
|
|
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "budget",
|
|
|
|
"title": "Budget",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 90,
|
2011-01-24 09:38:46 +00:00
|
|
|
"format": {"type": "currency", "args": ["$", 0]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "gross",
|
|
|
|
"title": "Gross",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 90,
|
2011-01-24 09:38:46 +00:00
|
|
|
"format": {"type": "currency", "args": ["$", 0]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "profit",
|
|
|
|
"title": "Profit",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 90,
|
2011-01-24 09:38:46 +00:00
|
|
|
"format": {"type": "currency", "args": ["$", 0]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "rating",
|
|
|
|
"title": "Rating",
|
|
|
|
"type": "float",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
2011-01-24 09:38:46 +00:00
|
|
|
"format": {"type": "percent", "args": [10, 2]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "votes",
|
|
|
|
"title": "Votes",
|
|
|
|
"type": "integer",
|
2011-01-24 04:08:45 +00:00
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "percent", "args": ["auto", 2]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "id",
|
|
|
|
"title": "ID",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "string",
|
|
|
|
"columnWidth": 90
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
2011-01-23 04:58:40 +00:00
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "subtitles",
|
|
|
|
"title": "Subtitles",
|
|
|
|
"type": "layer",
|
|
|
|
"find": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "duration",
|
|
|
|
"title": "Duration",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "duration", "args": [0, "short"]}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "resolution",
|
|
|
|
"title": "Resolution",
|
|
|
|
"type": ["integer"],
|
|
|
|
"columnWidth": 90
|
2011-01-23 04:58:40 +00:00
|
|
|
},
|
2011-01-24 09:38:46 +00:00
|
|
|
{
|
|
|
|
"id": "aspectratio",
|
|
|
|
"title": "Aspect Ratio",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "unit", "args": [":1"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "pixels",
|
|
|
|
"title": "Pixels",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "value", "args": ["px"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "hue",
|
|
|
|
"title": "Hue",
|
|
|
|
"type": "hue",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["hue"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "saturation",
|
|
|
|
"title": "Saturation",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["greyscale"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "lightness",
|
|
|
|
"title": "Lightness",
|
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "color", "args": ["greyscale"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "volume",
|
|
|
|
"title": "Volume",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "numberofcuts",
|
|
|
|
"title": "Number of Cuts",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"key": "cuts", "type": "length"}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "cutsperminute",
|
|
|
|
"title": "Cuts per Minute",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"key": "cuts", "type": "lengthperminute"}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "words",
|
|
|
|
"title": "Words",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"layer": "subtitles", "type": "words"}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "wordsperminute",
|
|
|
|
"title": "Words per Minute",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "float",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"layer": "subtitles", "type": "wordsperminute"}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "size",
|
|
|
|
"title": "Size",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "value", "args": ["B"]},
|
|
|
|
"rightsLevel": 1
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "bitrate",
|
|
|
|
"title": "Bitrate",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "unit", "args": ["kbps"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
2011-01-24 04:08:45 +00:00
|
|
|
"id": "numberoffiles",
|
|
|
|
"title": "Number of Files",
|
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"value": {"key": "files", "type": "length"},
|
|
|
|
"rightsLevel": 1
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "filename",
|
|
|
|
"title": "Filename",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": ["string"],
|
|
|
|
"find": true,
|
|
|
|
"rightsLevel": 1
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "published",
|
|
|
|
"title": "Date Published",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "date",
|
2011-01-28 08:54:00 +00:00
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "modified",
|
|
|
|
"title": "Date Modified",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "date",
|
2011-01-28 08:54:00 +00:00
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
2011-01-24 09:38:46 +00:00
|
|
|
},
|
2011-01-23 04:58:40 +00:00
|
|
|
{
|
|
|
|
"id": "accessed",
|
|
|
|
"title": "Date Accessed",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "date",
|
2011-01-28 08:54:00 +00:00
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
2011-01-23 04:58:40 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "viewed",
|
|
|
|
"title": "Date Viewed",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "date",
|
2011-01-28 08:54:00 +00:00
|
|
|
"columnWidth": 90,
|
|
|
|
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
|
2011-01-23 04:58:40 +00:00
|
|
|
},
|
2011-01-24 09:38:46 +00:00
|
|
|
{
|
|
|
|
"id": "popularity",
|
|
|
|
"title": "Popularity",
|
2011-01-24 04:08:45 +00:00
|
|
|
"type": "integer",
|
|
|
|
"columnWidth": 60,
|
|
|
|
"format": {"type": "percent", "args": ["auto", 2]}
|
2011-01-24 09:38:46 +00:00
|
|
|
}
|
|
|
|
],
|
2011-01-03 20:39:23 +00:00
|
|
|
"itemName": {
|
|
|
|
"singular": "Movie",
|
|
|
|
"plural": "Movies"
|
|
|
|
},
|
2010-09-05 00:31:29 +00:00
|
|
|
"itemViews": [
|
|
|
|
{"id": "info", "title": "Info"},
|
|
|
|
{"id": "statistics", "title": "Statistics"},
|
|
|
|
{"id": "clips", "title": "Clips"},
|
2011-01-17 21:12:52 +00:00
|
|
|
{"id": "player", "title": "Player"},
|
2010-09-05 00:31:29 +00:00
|
|
|
{"id": "timeline", "title": "Timeline"},
|
|
|
|
{"id": "map", "title": "Map"},
|
2011-06-06 18:38:16 +00:00
|
|
|
{"id": "calendar", "title": "Calendar"}
|
2010-09-05 00:31:29 +00:00
|
|
|
],
|
2011-01-03 20:39:23 +00:00
|
|
|
"layers": [
|
2011-01-24 04:08:45 +00:00
|
|
|
{
|
|
|
|
"id": "privatenotes",
|
|
|
|
"title": "Private Notes",
|
|
|
|
"type": "text",
|
|
|
|
"overlap": true,
|
|
|
|
"private": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "publicnotes",
|
|
|
|
"title": "Public Notes",
|
|
|
|
"overlap": true,
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "subtitles",
|
|
|
|
"title": "Subtitles",
|
|
|
|
"type": "text",
|
|
|
|
"overlay": true,
|
|
|
|
"sort": [
|
|
|
|
{"id": "words", "title": "Words", "type": "words"},
|
|
|
|
{"id": "wordsperminute", "title": "Words per Minute", "type": "wordsperminute"}
|
|
|
|
]
|
|
|
|
}
|
2011-01-03 20:39:23 +00:00
|
|
|
],
|
2010-09-05 00:31:29 +00:00
|
|
|
"listViews": [
|
|
|
|
{"id": "list", "title": "as List"},
|
|
|
|
{"id": "icons", "title": "as Icons"},
|
|
|
|
{"id": "info", "title": "with Info"},
|
|
|
|
{"id": "clips", "title": "with Clips"},
|
|
|
|
{"id": "timelines", "title": "with Timelines"},
|
|
|
|
{"id": "maps", "title": "with Maps"},
|
|
|
|
{"id": "calendars", "title": "with Calendars"},
|
|
|
|
{"id": "clip", "title": "as Clips"},
|
2011-08-20 09:47:56 +00:00
|
|
|
{"id": "player", "title": "as Player"},
|
2010-09-05 00:31:29 +00:00
|
|
|
{"id": "map", "title": "on Map"},
|
|
|
|
{"id": "calendar", "title": "on Calendar"}
|
|
|
|
],
|
2011-06-06 18:38:16 +00:00
|
|
|
"media": {
|
|
|
|
"importMoviePosters": true,
|
|
|
|
"importPosterFrames": true
|
|
|
|
},
|
2010-09-14 13:49:04 +00:00
|
|
|
"site": {
|
2011-01-03 20:39:23 +00:00
|
|
|
"id": "{{settings.SITEID}}",
|
2010-09-14 13:49:04 +00:00
|
|
|
"name": "{{settings.SITENAME}}",
|
2011-01-03 20:39:23 +00:00
|
|
|
"sectionName": "{{settings.SITENAME}}",
|
2010-09-14 13:49:04 +00:00
|
|
|
"url": "{{settings.URL}}"
|
|
|
|
},
|
2011-01-21 05:13:41 +00:00
|
|
|
"sitePages": [
|
|
|
|
{"id": "about", "title": "About"},
|
|
|
|
{"id": "news", "title": "News"},
|
|
|
|
{"id": "tour", "title": "Take a Tour"},
|
|
|
|
{"id": "faq", "title": "Frequently Asked Questions"},
|
2011-01-21 19:10:42 +00:00
|
|
|
{"id": "terms", "title": "Terms of Service"}
|
2010-09-05 00:31:29 +00:00
|
|
|
],
|
|
|
|
"totals": [
|
|
|
|
{"id": "items"},
|
|
|
|
{"id": "runtime"},
|
|
|
|
{"id": "files", "admin": true},
|
|
|
|
{"id": "duration", "admin": true},
|
|
|
|
{"id": "size", "admin": true},
|
|
|
|
{"id": "pixels"}
|
|
|
|
],
|
|
|
|
"user": {
|
2011-01-21 19:10:42 +00:00
|
|
|
"level": "guest",
|
2011-01-06 03:11:00 +00:00
|
|
|
"lists": {
|
|
|
|
"history": [
|
|
|
|
{"id": "all_movies", "title": "All Movies", "query": {}}
|
|
|
|
],
|
2011-01-21 05:13:41 +00:00
|
|
|
"personal": [
|
2011-01-11 14:56:08 +00:00
|
|
|
{"user": "foo", "name": "Favorites", "featured": false, "public": true},
|
2011-01-06 03:11:00 +00:00
|
|
|
{"id": "favorites", "title": "Favorites", "public": true, "items": []},
|
|
|
|
{"id": "most_popular", "title": "Most Popular", "query": {}},
|
|
|
|
{"id": "recently_viewed", "title": "Recently Viewed", "query": {}},
|
|
|
|
{"id": "1960s", "title": "1960s", "query": {"conditions": [{"key": "year", "value": "196", "operator": "^"}], "operator": ""}}
|
|
|
|
],
|
2011-01-21 05:13:41 +00:00
|
|
|
"favorite": [
|
2011-01-11 14:56:08 +00:00
|
|
|
{"id": "rlx:watchme", "title": "rlx: watchme", "public": true, "items": [0, 1, 2, 3, 4]}
|
2011-01-06 03:11:00 +00:00
|
|
|
],
|
|
|
|
"featured": [
|
|
|
|
{"id": "situationist_film", "title": "Situationist Film", "query": {}},
|
|
|
|
{"id": "timelines", "title": "Timelines", "items": [0, 1, 2, 3, 4, 5, 6, 7, 8]}
|
|
|
|
]
|
|
|
|
},
|
2010-09-05 00:31:29 +00:00
|
|
|
"preferences": {},
|
|
|
|
"ui": {
|
2011-01-03 20:39:23 +00:00
|
|
|
"annotationsSize": 256,
|
2011-01-16 01:06:37 +00:00
|
|
|
"findKey": "",
|
2010-09-18 00:14:59 +00:00
|
|
|
"findQuery": {"conditions": [], "operator": ""},
|
2011-01-03 20:39:23 +00:00
|
|
|
"groups": ["director", "country", "year", "language", "genre"],
|
2010-09-05 00:31:29 +00:00
|
|
|
"groupsQuery": {"conditions": [], "operator": "|"},
|
2010-12-22 18:28:44 +00:00
|
|
|
"groupsSize": 176,
|
2011-08-06 01:04:09 +00:00
|
|
|
"icons": "posters",
|
2011-08-06 01:34:07 +00:00
|
|
|
"infoIconSize": 256,
|
2011-01-03 20:39:23 +00:00
|
|
|
"item": "",
|
2011-08-17 09:29:42 +00:00
|
|
|
"itemView": "info",
|
2011-01-11 14:56:08 +00:00
|
|
|
"list": "",
|
2010-09-05 00:31:29 +00:00
|
|
|
"listQuery": {"conditions": [], "operator": ""},
|
2011-01-11 14:56:08 +00:00
|
|
|
"lists": {
|
|
|
|
"": {
|
2011-01-24 04:08:45 +00:00
|
|
|
"columns": ["title", "director", "country", "year", "language", "runtime", "genre"],
|
2011-01-15 23:26:39 +00:00
|
|
|
"columnWidth": {},
|
2011-01-11 14:56:08 +00:00
|
|
|
"listView": "icons",
|
|
|
|
"selected": [],
|
|
|
|
"sort": [
|
|
|
|
{"key": "director", "operator": ""}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2011-01-03 20:39:23 +00:00
|
|
|
"section": "items",
|
2010-11-28 15:06:27 +00:00
|
|
|
"showAnnotations": true,
|
2011-01-17 21:12:52 +00:00
|
|
|
"showControls": true,
|
2011-01-14 06:24:40 +00:00
|
|
|
"showGroups": true,
|
2010-09-05 00:31:29 +00:00
|
|
|
"showInfo": true,
|
|
|
|
"showMovies": true,
|
2011-01-21 05:13:41 +00:00
|
|
|
"showFolder": {
|
|
|
|
"site": {
|
|
|
|
"site": true,
|
|
|
|
"user": true,
|
|
|
|
"admin": true
|
|
|
|
},
|
|
|
|
"items": {
|
|
|
|
"personal": true,
|
|
|
|
"favorite": true,
|
|
|
|
"featured": true
|
|
|
|
}
|
2011-01-14 03:53:26 +00:00
|
|
|
},
|
2011-01-03 20:39:23 +00:00
|
|
|
"showSidebar": true,
|
2011-01-05 13:06:09 +00:00
|
|
|
"sidebarSize": 256,
|
2011-01-03 20:39:23 +00:00
|
|
|
"sitePage": "home",
|
2011-01-17 21:12:52 +00:00
|
|
|
"theme": "modern",
|
2011-01-18 16:26:09 +00:00
|
|
|
"videoPosition": {},
|
2011-08-17 19:34:55 +00:00
|
|
|
"videoScale": "fit",
|
|
|
|
"videoMuted": false,
|
|
|
|
"videoSize": "small",
|
2011-08-19 06:40:19 +00:00
|
|
|
"videoView": "player",
|
2011-08-17 19:34:55 +00:00
|
|
|
"videoVolume": 1
|
2010-09-05 00:31:29 +00:00
|
|
|
},
|
2010-09-10 10:09:21 +00:00
|
|
|
"username": ""
|
2011-01-24 04:08:45 +00:00
|
|
|
},
|
2011-08-19 14:43:05 +00:00
|
|
|
"userLevels": ["guest", "member", "staff", "admin"],
|
|
|
|
"video": {
|
2011-08-20 10:06:18 +00:00
|
|
|
"download": false,
|
2011-08-19 21:00:22 +00:00
|
|
|
"formats": ["webm", "mp4"],
|
2011-08-19 14:43:05 +00:00
|
|
|
"resolutions": [96]
|
|
|
|
}
|
2010-09-10 10:09:21 +00:00
|
|
|
}
|