cablegates/pandora/templates/site.json

202 lines
10 KiB
JSON
Raw Normal View History

2010-09-05 00:31:29 +00:00
{
"findKeys": [
{"id": "all", "title": "All"},
2011-01-15 14:22:29 +00:00
{"id": "title", "title": "Title", "autocomplete": true, "autocompleteSortKey": "votes"},
2010-09-05 00:31:29 +00:00
{"id": "director", "title": "Director", "autocomplete": true},
{"id": "country", "title": "Country", "autocomplete": true},
{"id": "year", "title": "Year", "autocomplete": true},
{"id": "language", "title": "Language", "autocomplete": true},
{"id": "writer", "title": "Writer", "autocomplete": true},
{"id": "producer", "title": "Producer", "autocomplete": true},
{"id": "cinematographer", "title": "Cinematographer", "autocomplete": true},
{"id": "editor", "title": "Editor", "autocomplete": true},
{"id": "actor", "title": "Actor", "autocomplete": true},
{"id": "character", "title": "Character", "autocomplete": true},
{"id": "name", "title": "Name", "autocomplete": true},
{"id": "genre", "title": "Genre", "autocomplete": true},
{"id": "keyword", "title": "Keyword", "autocomplete": true},
{"id": "summary", "title": "Summary"},
{"id": "dialog", "title": "Dialog"}
],
"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"}
],
"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"},
{"id": "calendar", "title": "Calendar"},
{"id": "files", "title": "Files", "admin": true}
],
2011-01-03 20:39:23 +00:00
"layers": [
2011-01-17 21:12:52 +00:00
{"id": "privatenotes", "title": "Private Notes", "type": "text", "private": true},
2011-01-03 20:39:23 +00:00
{"id": "publicnotes", "title": "Public Notes", "type": "text"}
],
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"},
{"id": "map", "title": "on Map"},
{"id": "calendar", "title": "on Calendar"}
],
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"},
{"id": "tos", "title": "Terms of Service"}
2010-09-05 00:31:29 +00:00
],
"sortKeys": [
2011-01-15 14:22:29 +00:00
{"id": "title", "title": "Title", "width": 180, "removable": false, "type": "title"},
{"id": "director", "title": "Director", "width": 180, "removable": false, "type": "person"},
2011-01-03 19:45:56 +00:00
{"id": "country", "title": "Country", "width": 120, "type": "string"},
{"id": "year", "title": "Year", "width": 60, "type": "year"},
2011-01-03 19:45:56 +00:00
{"id": "language", "title": "Language", "width": 120, "type": "string"},
2011-01-06 06:11:02 +00:00
{"id": "runtime", "title": "Runtime", "width": 60, "type": "integer", "format": {"type": "duration", "args": [0, "medium"]}},
{"id": "writer", "title": "Writer", "width": 180, "type": "person"},
{"id": "producer", "title": "Producer", "width": 180, "type": "person"},
{"id": "cinematographer", "title": "Cinematographer", "width": 180, "type": "person"},
{"id": "editor", "title": "Editor", "width": 180, "type": "person"},
2011-01-06 03:12:04 +00:00
{"id": "numberofactors", "title": "Number of Actors", "width": 60, "key": "actor", "type": "length"},
2011-01-03 19:45:56 +00:00
{"id": "genre", "title": "Genre", "width": 120, "type": "string"},
2011-01-05 13:06:09 +00:00
{"id": "numberofkeywords", "title": "Number of Keywords", "width": 60, "key": "keyword", "type": "length"},
{"id": "wordsinsummary", "title": "Words in Summary", "width": 60, "key": "summary", "type": "words"},
{"id": "wordsintrivia", "title": "Words in Trivia", "width": 60, "key": "trivia", "type": "words"},
2011-01-06 06:11:02 +00:00
{"id": "releasedate", "title": "Release Date", "width": 120, "type": "date", "format": {"type": "date", "args": ["%a, %b %e, %Y"]}},
{"id": "budget", "title": "Budget", "width": 90, "type": "integer", "format": {"type": "currency", "args": ["$", 0]}},
{"id": "gross", "title": "Gross", "width": 90, "type": "integer", "format": {"type": "currency", "args": ["$", 0]}},
{"id": "profit", "title": "Profit", "width": 90, "type": "integer", "format": {"type": "currency", "args": ["$", 0]}},
{"id": "rating", "title": "Rating", "width": 60, "type": "float", "format": {"type": "percent", "args": [10, 2]}},
{"id": "votes", "title": "Votes", "width": 60, "type": "integer", "format": {"type": "percent", "args": [403824, 2]}},
{"id": "id", "title": "ID", "width": 90, "type": "string"},
{"id": "aspectratio", "title": "Aspect Ratio", "width": 90, "type": "float"},
{"id": "duration", "title": "Duration", "width": 90, "type": "float"},
{"id": "color", "title": "Color", "width": 90, "type": "float"},
{"id": "saturation", "title": "Saturation", "width": 60, "type": "float"},
{"id": "brightness", "title": "Brightness", "width": 60, "type": "float"},
{"id": "volume", "title": "Volume", "width": 60, "type": "float"},
{"id": "clips", "title": "Clips", "width": 60, "type": "integer"},
{"id": "cuts", "title": "Cuts", "width": 60, "type": "integer"},
{"id": "cutsperminute", "title": "Cuts per Minute", "width": 60, "type": "float"},
{"id": "words", "title": "Words", "width": 60, "type": "integer"},
{"id": "wordsperminute", "title": "Words per Minute", "width": 60, "type": "float"},
{"id": "resolution", "title": "Resolution", "width": 90, "type": "integer"},
{"id": "pixels", "title": "Pixels", "width": 90, "type": "integer"},
{"id": "size", "title": "Size", "width": 90, "type": "integer"},
{"id": "bitrate", "title": "Bitrate", "width": 90, "type": "integer"},
{"id": "files", "title": "Files", "width": 60, "type": "integer"},
2011-01-03 19:45:56 +00:00
{"id": "filename", "title": "Filename", "width": 180, "type": "string"},
{"id": "published", "title": "Date Published", "width": 90, "type": "date"},
{"id": "modified", "title": "Date Modified", "width": 90, "type": "date"},
{"id": "popularity", "title": "Popularity", "type": "float"}
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": {
"group": "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": "",
"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-01-03 20:39:23 +00:00
"item": "",
2010-12-06 22:32:17 +00:00
"itemView": "timeline",
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": {
"": {
"columns": ["id", "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",
"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-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",
"videoPosition": {},
"videoScreen": "fit",
"videoSize": "small"
2010-09-05 00:31:29 +00:00
},
2010-09-10 10:09:21 +00:00
"username": ""
2010-09-05 00:31:29 +00:00
}
2010-09-10 10:09:21 +00:00
}