2014-09-19 12:18:44 +00:00
/ *
P a n . d o / r a S e t t i n g s
Y o u c a n e d i t t h i s f i l e .
* /
{
2014-12-01 18:13:17 +01:00
/ *
"annotations" c o n f i g u r e s t h e a n n o t a t i o n p a n e l .
- s h o w U s e r s : I f true , i n c l u d e l i s t o f u s e r s i n m e n u , s o t h a t
a n n o t a t i o n s b y s p e c i f i c u s e r s c a n b e t u r n e d o n a n d o f f
* /
2014-09-19 12:18:44 +00:00
"annotations" : {
"showUsers" : true
} ,
2014-12-01 18:13:17 +01:00
/ *
"cantPlay" s e t s t h e U I f o r v i d e o s t h a t a u s e r i s n o t a l l o w e d t o p l a y .
i c o n : s y m b o l n a m e ( s e e h t t p s : //oxjs.org/#examples/symbols/live)
l i n k : l o a d e d o n c l i c k
t e x t : s h o w n o n h o v e r
* /
2014-09-19 12:18:44 +00:00
"cantPlay" : {
"icon" : "" ,
"link" : "" ,
"text" : ""
} ,
/ *
C a p a b i l i t i e s a r e p e r u s e r l e v e l .
T h e y c a n e i t h e r b e g e n e r a l :
{ l e v e l : t r u e } m e a n s a u s e r o f t h a t l e v e l h a s t h e c a p a b i l i t y )
o r r e l a t e d t o i t e m s :
{ l e v e l : x } m e a n s a u s e r o f t h a t l e v e l h a s t h e c a p a b i l i t y
f o r i t e m s o f a r i g h t s l e v e l u p t o a n d i n c l u d i n g x
* /
"capabilities" : {
"canAddItems" : { "member" : true , "staff" : true , "admin" : true } ,
"canDownloadVideo" : { "guest" : 0 , "member" : 0 , "staff" : 4 , "admin" : 4 } ,
"canEditAnnotations" : { "staff" : true , "admin" : true } ,
2014-11-18 18:16:28 +00:00
"canEditEntities" : { "staff" : true , "admin" : true } ,
2014-09-19 12:18:44 +00:00
"canEditDocuments" : { "staff" : true , "admin" : true } ,
"canEditEvents" : { "staff" : true , "admin" : true } ,
"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" : { "member" : true , "staff" : true , "admin" : true } ,
"canEditSitePages" : { "staff" : true , "admin" : true } ,
"canEditUsers" : { "admin" : true } ,
2014-09-30 14:43:01 +02:00
"canExportAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
2014-09-19 12:18:44 +00:00
"canImportAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"canManageDocuments" : { "member" : true , "staff" : true , "admin" : true } ,
2014-12-26 12:43:49 +00:00
"canManageEntities" : { "member" : true , "staff" : true , "admin" : true } ,
2014-09-19 12:18:44 +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 } ,
"canSeeAccessed" : { "staff" : true , "admin" : true } ,
"canSeeDebugMenu" : { "staff" : true , "admin" : true } ,
"canSeeExtraItemViews" : { "staff" : true , "admin" : true } ,
"canSeeMedia" : { "staff" : true , "admin" : true } ,
"canSeeItem" : { "guest" : 1 , "member" : 1 , "staff" : 4 , "admin" : 4 } ,
"canSeeSize" : { "staff" : true , "admin" : true } ,
"canSeeSoftwareVersion" : { "staff" : true , "admin" : true } ,
"canSendMail" : { "staff" : true , "admin" : true }
} ,
/ *
c l i p K e y s a r e t h e p r o p e r t i e s t h a t c l i p s c a n b e s o r t e d b y .
I f s o r t O p e r a t o r i s n o t s p e c i f i e d , i t w i l l b e + f o r s t r i n g s a n d - f o r n u m b e r s .
* /
"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" }
] ,
/ *
c l i p L a y e r s i s t h e o r d e r e d l i s t o f p u b l i c l a y e r s t h a t w i l l a p p e a r a s t h e
t e x t o f c l i p s . E x c l u d i n g a l a y e r f r o m t h i s l i s t m e a n s i t w i l l n o t b e
i n c l u d e d i n f i n d a n n o t a t i o n s . // FIXME: the last bit is not implemented.
* /
"clipLayers" : [ "transcripts" , "keywords" , "places" , "events" , "descriptions" ] ,
2014-12-26 12:43:49 +00:00
"entities" : [ ] ,
2014-12-01 18:13:17 +01:00
/ *
"flags" s e t s i f i n f i l t e r s , c o u n t r i e s a n d l a n g u a g e s h a v e a f l a g i c o n .
* /
2014-09-19 12:18:44 +00:00
"flags" : false ,
2014-12-01 18:13:17 +01:00
/ *
"help" s p e c i f i e s t h e s e c t i o n s o f t h e h e l p d i a l o g .
T h e r e i s n ' t m u c h o f a p o i n t i n m a k i n g c h a n g e s t o t h i s .
* /
2014-09-19 12:18:44 +00:00
"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" } ,
2014-12-26 12:43:49 +00:00
{ "id" : "entities" , "title" : "Entities" } ,
2014-09-19 12:18:44 +00:00
{ "id" : "edits" , "title" : "Edits" } ,
{ "id" : "texts" , "title" : "Texts" } ,
{ "id" : "embeds" , "title" : "Embeds" }
] ,
/ *
A n i t e m K e y m u s t h a v e t h e f o l l o w i n g p r o p e r t i e s :
i d : T h e i d o f t h e k e y ( a s k n o w n b y t h e s e r v e r )
t i t l e : T h e t i t l e o f t h e k e y ( a s d i s p l a y e d b y t h e c l i e n t )
t y p e : t e x t , s t r i n g , f l o a t , i n t e g e r , o r a r r a y o f a n y o f t h e s e
a n d c a n h a v e a n y o f t h e f o l l o w i n g p r o p e r t i e s :
a u t o c o m p l e t e : I f true , f i n d e l e m e n t w i l l a u t o c o m p l e t e
a u t o c o m p l e t e S o r t : S o r t o r d e r o f a u t o c o m p l e t e s u g g e s t i o n s
c a p a b i l i t y : A c a p a b i l i t y r e q u i r e d t o s e e t h i s k e y
c o l u m n R e q u i r e d : I f true , t h e c o l u m n c a n ' t b e r e m o v e d
c o l u m n W i d t h : D e f a u l t c o l u m n w i d t h i n p x
f i l t e r : i f true , o n e c a n f i l t e r r e s u l t s b y t h i s k e y
f i n d : I f true , t h i s k e y w i l l a p p e a r a s a f i n d o p t i o n
f o r m a t : { t y p e : "..." , a r g s : [ . . . ] } , f o r s p e c i a l f o r m a t t i n g
( O x . f o r m a t T y p e ( a r g s ) w i l l b e c a l l e d )
s e c o n d a r y I d : I f true , l o a d i n g / v a l u e w i l l r e d i r e c t t o t h e i t e m
s o r t : I f true , o n e c a n s o r t r e s u l t s b y t h i s k e y
s o r t O p e r a t o r : s o r t o p e r a t o r ( + , - ) , i n c a s e i t d i f f e r s f r o m t h e
d e f a u l t f o r t h e k e y ' s t y p e ( + f o r s t r i n g s , - f o r n u m b e r s )
s o r t T y p e : s p e c i a l s o r t t y p e ( t i t l e , p e r s o n )
v a l u e : { k e y : "..." , t y p e : "..." } , f o r k e y s t h a t a r e d e r i v e d
f r o m o t h e r k e y s ( l i k e n u m b e r o f a c t o r s ) , o r "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" : "source" ,
"title" : "Source" ,
"type" : "string" ,
"autocomplete" : true ,
"description" : true ,
"columnWidth" : 180 ,
"filter" : true ,
"find" : true ,
"sort" : true
} ,
{
"id" : "project" ,
"title" : "Project" ,
"type" : "string" ,
"autocomplete" : true ,
"description" : true ,
"columnWidth" : 120 ,
"filter" : true ,
"find" : true ,
"sort" : true
} ,
{
"id" : "topic" ,
"title" : "Topic" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"columnWidth" : 180 ,
"filter" : true ,
"find" : true ,
"sort" : true
} ,
{
"id" : "name" ,
"title" : "People" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"filter" : true ,
"find" : true
} ,
{
"id" : "director" ,
"title" : "Director" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"columnRequired" : true ,
"columnWidth" : 180 ,
"sort" : true ,
"sortType" : "person"
} ,
{
"id" : "cinematographer" ,
"title" : "Cinematographer" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"columnWidth" : 180 ,
"sort" : true ,
"sortType" : "person"
} ,
{
"id" : "featuring" ,
"title" : "Featuring" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"columnRequired" : true ,
"columnWidth" : 180 ,
"filter" : true ,
"sort" : true ,
"sortType" : "person"
} ,
{
"id" : "language" ,
"title" : "Language" ,
"type" : [ "string" ] ,
"autocomplete" : true ,
"columnWidth" : 120 ,
"filter" : true ,
"find" : true ,
"sort" : true
} ,
{
"id" : "location" ,
"title" : "Location" ,
"type" : "string" ,
"autocomplete" : true ,
"columnWidth" : 180 ,
"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" : "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" : "places" ,
"title" : "Places" ,
"type" : "layer" ,
"filter" : true ,
"find" : true
} ,
{
"id" : "events" ,
"title" : "Events" ,
"type" : "layer" ,
"filter" : true ,
"find" : true
} ,
{
"id" : "keywords" ,
"title" : "Keywords" ,
"type" : "layer" ,
"filter" : true ,
"find" : true
} ,
{
"id" : "descriptions" ,
"title" : "Descriptions" ,
"type" : "layer" ,
"find" : true
} ,
{
"id" : "transcripts" ,
"title" : "Transcripts" ,
"type" : "layer" ,
"find" : true
} ,
{
"id" : "numberofannotations" ,
"title" : "Annotations" ,
"type" : "integer" ,
"columnWidth" : 60 ,
"sort" : true
} ,
{
"id" : "duration" ,
"title" : "Duration" ,
"type" : "time" ,
"columnWidth" : 90 ,
2014-11-21 18:23:23 +00:00
"format" : { "type" : "duration" , "args" : [ 0 ] } ,
2014-09-19 12:18:44 +00:00
"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" : "transcripts" , "type" : "words" }
} ,
{
"id" : "wordsperminute" ,
"title" : "Words per Minute" ,
"type" : "float" ,
"columnWidth" : 60 ,
"format" : { "type" : "number" , "args" : [ 3 ] } ,
"sort" : true ,
"value" : { "layer" : "transcripts" , "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" : "groups" ,
"title" : "Group" ,
"type" : [ "string" ]
} ,
{
"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" : "license" ,
"title" : "License" ,
"type" : [ "string" ] ,
"columnWidth" : 120 ,
"filter" : true ,
"sort" : true ,
"default" : [
"Creative Commons Attribution-ShareAlike 3.0 License" ,
"Pad.ma General Public License"
]
} ,
{
"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
}
] ,
2014-12-01 18:13:17 +01:00
/ *
"itemName" s p e c i f i e s t h e n a m e o f i t e m s ( "movies" , "videos" , e t c ) .
N o t e t h a t a n y t h i n g e x c e s s i v e l y l o n g m a y c a u s e l a y o u t e r r o r s .
* /
2014-09-19 12:18:44 +00:00
"itemName" : {
"singular" : "Video" ,
"plural" : "Videos"
} ,
2014-12-01 18:13:17 +01:00
/ *
"itemRequiresVideo" s p e c i f i e s i f i t e m s w i t h o u t v i d e o c a n b e c r e a t e d .
I f true , t h e o n l y w a y t o a d d a n i t e m i s t o u p l o a d a v i d e o .
* /
2014-09-19 12:18:44 +00:00
"itemRequiresVideo" : true ,
2014-12-01 18:13:17 +01:00
/ *
"itemTitleKeys" l i s t o f i t e m K e y s u s e d t o c o m p o s e t h e t i t l e
v i a p a n d o r a . g e t I t e m T i t l e
* /
2015-03-28 14:27:55 +01:00
"itemTitleKeys" : [ "title" , "director" ] ,
2014-12-01 18:13:17 +01:00
/ *
"itemViews" i s a n o r d e r e d l i s t o f a v a i l a b l e i t e m v i e w s .
I m p l e m e n t e d v i e w s a r e "info" , "documents" , "player" , "editor" ,
"timeline" , "clips" , "map" , "calendar" , "data" a n d "media" .
* /
2014-09-19 12:18:44 +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" }
] ,
2014-12-01 18:13:17 +01:00
/ *
"language" i s t h e d e f a u l t l a n g u a g e f o r a n n o t a t i o n s o f t y p e "text" .
T e x t i n o t h e r l a n g u a g e s c a n b e a d d e d v i a m a r k u p , f o r e x a m p l e :
< s p a n l a n g = "fr" > V o i l à ! < / s p a n >
* /
2014-09-19 12:18:44 +00:00
"language" : "en" ,
2014-12-01 18:13:17 +01:00
/ *
"languages" i s t h e l i s t o f l a n g u a g e s t h a t t h e i n t e r f a c e c a n b e s e t t o .
C u r r e n t l y , l o c a l i z a t i o n e x i s t s f o r "ar" , "el" , "en" a n d "hi" . ( ? ? ? )
* /
2014-09-19 12:18:44 +00:00
"languages" : [ "ar" , "el" , "en" , "hi" ] ,
2014-12-01 18:13:17 +01:00
/ *
"layers" d e f i n e w h a t a n n o t a t i o n t r a c k s a r e p r e s e n t .
( . . . )
* /
2014-09-19 12:18:44 +00:00
"layers" : [
{
"id" : "places" ,
"title" : "Places" ,
"canAddAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"item" : "Place" ,
"overlap" : true ,
"type" : "place"
} ,
{
"id" : "events" ,
"title" : "Events" ,
"canAddAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"item" : "Event" ,
"overlap" : true ,
"type" : "event"
} ,
{
"id" : "keywords" ,
"title" : "Keywords" ,
"canAddAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"item" : "Keyword" ,
"overlap" : true ,
"type" : "string"
} ,
{
"id" : "descriptions" ,
"title" : "Descriptions" ,
"canAddAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"item" : "Description" ,
"showInfo" : true ,
"type" : "text"
} ,
{
"id" : "transcripts" ,
"title" : "Transcripts" ,
"canAddAnnotations" : { "member" : true , "staff" : true , "admin" : true } ,
"item" : "Transcript" ,
"showInfo" : true ,
"type" : "text"
}
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"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": "video", "title": "as Video"},
{ "id" : "map" , "title" : "on Map" } ,
{ "id" : "calendar" , "title" : "on Calendar" }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"media" : {
"importPosters" : false ,
"importFrames" : false
} ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"menuExtras" : [
"user" ,
//"locale",
"reload"
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"personalLists" : [
{ "title" : "Favorites" }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"posters" : {
"ratio" : 0.625
} ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"rightsLevel" : { "member" : 2 , "staff" : 2 , "admin" : 2 } ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"rightsLevels" : [
{ "name" : "Public" , "color" : [ 128 , 255 , 128 ] } ,
{ "name" : "Restricted" , "color" : [ 255 , 192 , 128 ] } ,
{ "name" : "Private" , "color" : [ 255 , 128 , 128 ] }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"site" : {
"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." ,
"email" : {
// E-mail address in contact form (to)
"contact" : "pad.ma@pad.ma" ,
"footer" : "-- \nPad.ma - http://pad.ma" ,
"prefix" : "Pad.ma News -" ,
// E-mail address uses by the system (from)
"system" : "system@pad.ma"
} ,
"https" : true ,
"id" : "padma" ,
"name" : "Pad.ma" ,
2014-10-02 19:57:30 +02:00
"sendReferrer" : true ,
2014-12-22 10:51:13 +00:00
"url" : "pad.ma"
2014-09-19 12:18:44 +00:00
} ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"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" }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"sites" : [
{ "name" : "Indiancine.ma" , "url" : "indiancine.ma" , "https" : true } ,
{ "name" : "OxDB" , "url" : "0xdb.org" , "https" : true }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"textRightsLevels" : [
{ "name" : "Public" , "color" : [ 128 , 255 , 128 ] } ,
{ "name" : "Private" , "color" : [ 255 , 128 , 128 ] }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"themes" : [ "oxlight" , "oxmedium" , "oxdark" ] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"timelines" : [
{ "id" : "antialias" , "title" : "Anti-Alias" } ,
{ "id" : "slitscan" , "title" : "Slit-Scan" } ,
{ "id" : "keyframes" , "title" : "Keyframes" } ,
{ "id" : "audio" , "title" : "Waveform" }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"totals" : [
{ "id" : "items" } ,
2014-10-02 20:08:38 +02:00
{ "id" : "files" , "capability" : "canSeeMedia" } ,
{ "id" : "duration" , "capability" : "canSeeMedia" } ,
{ "id" : "size" , "capability" : "canSeeMedia" } ,
2014-09-19 12:18:44 +00:00
{ "id" : "pixels" }
] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"tv" : {
"showLogo" : false
} ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"user" : {
"level" : "guest" ,
"ui" : {
"annotationsCalendarSize" : 128 ,
"annotationsMapSize" : 128 ,
"annotationsRange" : "position" ,
"annotationsSize" : 256 ,
"annotationsSort" : "position" ,
"calendarFind" : "" ,
"calendarSelection" : "" ,
"clipColumns" : 2 ,
"columns" : {
"Colors" : {
"columns" : [ "title" , "source" , "project" , "language" , "hue" , "saturation" , "brightness" ] ,
"columnWidth" : { }
}
} ,
"documents" : { } ,
"documentSize" : 256 ,
"documentsSelection" : { } ,
"documentsSort" : [ { "key" : "name" , "operator" : "+" } ] ,
"documentsView" : "grid" ,
"edit" : "" ,
"edits" : { } ,
"editSelection" : [ ] ,
"editSort" : [
{ "key" : "index" , "operator" : "+" } ,
{ "key" : "director" , "operator" : "+" } ,
{ "key" : "title" , "operator" : "+" } ,
{ "key" : "position" , "operator" : "+" } ,
{ "key" : "duration" , "operator" : "+" }
] ,
"editView" : "list" ,
"embedSize" : 256 ,
2014-12-26 12:43:49 +00:00
"entitiesSelection" : { } ,
"entitiesType" : "" ,
2014-09-19 12:18:44 +00:00
"filters" : [
{ "id" : "source" , "sort" : [ { "key" : "name" , "operator" : "+" } ] } ,
{ "id" : "project" , "sort" : [ { "key" : "name" , "operator" : "+" } ] } ,
{ "id" : "topic" , "sort" : [ { "key" : "items" , "operator" : "-" } ] } ,
{ "id" : "name" , "sort" : [ { "key" : "items" , "operator" : "-" } ] } ,
{ "id" : "keywords" , "sort" : [ { "key" : "items" , "operator" : "-" } ] } ,
{ "id" : "places" , "sort" : [ { "key" : "items" , "operator" : "-" } ] }
] ,
"filtersSize" : 176 ,
"find" : { "conditions" : [ ] , "operator" : "&" } ,
"followPlayer" : true ,
"help" : "" ,
"icons" : "frames" ,
"infoIconSize" : 256 ,
"item" : "" ,
"itemFind" : "" ,
"itemSort" : [ { "key" : "position" , "operator" : "+" } ] ,
"itemView" : "info" ,
"listColumns" : [ "title" , "source" , "project" , "topic" , "language" , "duration" ] ,
"listColumnWidth" : { } ,
"listSelection" : [ ] ,
"listSort" : [ { "key" : "title" , "operator" : "+" } ] ,
"listView" : "grid" ,
"lists" : { } ,
"locale" : "en" ,
"mapFind" : "" ,
"mapSelection" : "" ,
"page" : "" ,
"part" : {
"api" : "" ,
"documents" : "" ,
2015-02-03 23:20:35 +05:30
"entities" : "" ,
2014-09-19 12:18:44 +00:00
"faq" : "" ,
"help" : "" ,
"news" : "" ,
"preferences" : "" ,
"tv" : ""
} ,
"section" : "items" ,
"sequenceMode" : "shape" ,
"sequenceSort" : [ { "key" : "director" , "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" : {
"places" : false ,
"events" : false ,
"keywords" : true ,
"descriptions" : true ,
"transcripts" : true
} ,
"showMapControls" : false ,
"showMapLabels" : false ,
"showFolder" : {
"edits" : {
"personal" : true ,
"favorite" : true ,
"featured" : true ,
"volumes" : true
} ,
"items" : {
"personal" : true ,
"favorite" : true ,
"featured" : true ,
"volumes" : true
} ,
"texts" : {
"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" : false ,
"videoTimeline" : "antialias" ,
"videoView" : "player" ,
"videoVolume" : 1
} ,
2015-02-21 10:32:48 +00:00
"script" : "" ,
2014-09-19 12:18:44 +00:00
"username" : "" ,
"volumes" : [ ]
} ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"userLevels" : [ "guest" , "member" , "staff" , "admin" ] ,
2014-12-01 18:13:17 +01:00
/ *
* /
2014-09-19 12:18:44 +00:00
"video" : {
"torrent" : true ,
"formats" : [ "webm" , "mp4" ] ,
"previewRatio" : 1.3333333333 ,
//supported resolutions are
//1080, 720, 480, 432, 360, 288, 240, 144, 96
"resolutions" : [ 96 , 240 , 480 ]
}
}