openmedialibrary/config.json

409 lines
14 KiB
JSON
Raw Permalink Normal View History

2014-05-04 17:26:43 +00:00
{
"iconRatio": 0.625,
2014-05-04 17:26:43 +00:00
"itemKeys": [
{
"id": "*",
"title": "All",
"type": "text",
"find": true
},
{
"id": "title",
"title": "Title",
"type": "string",
"additionalSort": [{"key": "author", "operator": "+"}, {"key": "date", "operator": "-"}],
2014-05-04 17:26:43 +00:00
"autocomplete": true,
2014-10-04 18:57:09 +00:00
"autocompleteSort": [{"key": "title", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnRequired": true,
"columnWidth": 256,
"find": true,
"sort": true,
"sortType": "title"
},
{
"id": "author",
"title": "Author",
"type": ["string"],
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "date", "operator": "-"}],
2014-05-04 17:26:43 +00:00
"autocomplete": true,
"columnRequired": true,
"columnWidth": 192,
"filter": true,
2014-05-14 18:46:31 +00:00
"find": true,
2014-05-04 17:26:43 +00:00
"sort": true,
"sortType": "person"
},
{
"id": "publisher",
"title": "Publisher",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2016-01-05 14:26:43 +00:00
"type": ["string"],
2014-05-04 17:26:43 +00:00
"autocomplete": true,
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "place",
"title": "Place",
"type": ["string"],
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 128,
2016-01-05 16:09:19 +00:00
"filter": true,
2014-05-04 17:26:43 +00:00
"find": true,
"sort": true
},
{
"id": "date",
"title": "Date",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 96,
"filter": true,
"filterMap": "(-?\\d+)",
"sort": true
},
2016-01-11 06:32:53 +00:00
{
"id": "series",
"title": "Series",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2016-01-11 06:32:53 +00:00
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "edition",
"title": "Edition",
"type": "string",
"columnWidth": 128,
"find": true
},
2014-05-04 17:26:43 +00:00
{
"id": "language",
"title": "Language",
2015-04-20 07:53:20 +00:00
"type": ["string"],
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "pages",
"title": "Pages",
"type": "integer",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 96,
"format": {"type": "unit", "args": ["pages"]},
"sort": true
},
2016-01-11 10:46:29 +00:00
{
"id": "categories",
"title": "Categories",
"type": ["string"],
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2016-01-11 10:46:29 +00:00
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
2016-01-11 14:27:50 +00:00
{
"id": "isbn",
"title": "ISBN",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2016-01-16 15:05:17 +00:00
"format": {"type": "ISBN", "args": [13, true]},
"columnWidth": 128,
2016-01-11 14:27:50 +00:00
"sort": true
},
2014-05-04 17:26:43 +00:00
{
"id": "description",
"title": "Description",
"type": "text",
"find": true
},
2016-01-11 06:32:53 +00:00
{
"id": "tableofcontents",
"title": "Table of Contents",
"type": "text",
"find": true
},
2014-05-04 17:26:43 +00:00
{
"id": "extension",
"title": "Extension",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 80,
2014-05-21 00:02:39 +00:00
"format": {"type": "upper", "args": []},
2015-04-20 07:53:20 +00:00
"filter": true,
2014-05-19 18:12:02 +00:00
"sort": true
2014-05-04 17:26:43 +00:00
},
{
"id": "size",
"title": "Size",
"type": "integer",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 64,
"format": {"type": "value", "args": ["B"]},
"sort": true
},
2016-01-11 14:27:50 +00:00
{
"id": "id",
"title": "ID",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2016-01-11 14:27:50 +00:00
"columnWidth": 96,
"sort": true
},
2014-05-04 17:26:43 +00:00
{
"id": "created",
"title": "First Seen",
"type": "date",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 144,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
"id": "added",
"title": "Date Added",
"type": "date",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 144,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
"id": "modified",
"title": "Last Modified",
"type": "date",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 144,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
"id": "accessed",
"title": "Last Read",
"type": "date",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 144,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
"id": "timesaccessed",
"title": "Times Accessed",
"type": "integer",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"columnWidth": 64,
"format": {"type": "number", "args": []},
"sort": true
},
{
"id": "mediastate",
"title": "Media State",
"type": "string",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-14 23:28:49 +00:00
"find": true,
2014-05-14 09:57:11 +00:00
"sort": true,
"values": [
{"id": "available", "title": "Available"},
{"id": "transferring", "title": "Transferring"},
{"id": "unavailable", "title": "Unavailable"}
]
2014-05-04 17:26:43 +00:00
},
{
"id": "transferadded",
"title": "Added",
"type": "date",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},
"sort": true
},
{
"id": "transferprogress",
"title": "Progress",
"type": "float",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
2014-05-04 17:26:43 +00:00
"format": {"type": "percent", "args": [1, 0]},
"sort": true
},
{
"id": "sharemetadata",
"title": "Share Metadata",
"type": "boolean",
2016-01-20 06:43:33 +00:00
"additionalSort": [{"key": "title", "operator": "+"}, {"key": "author", "operator": "+"}],
"columnWidth": 144,
2016-01-19 11:17:17 +00:00
"format": {"type": "boolean", "args": []},
"sort": true
},
{
"id": "quotes",
"title": "Quotes",
"find": true,
"type": "text"
},
{
"id": "notes",
"title": "Notes",
"find": true,
"type": "text"
},
2019-01-15 08:38:42 +00:00
{
"id": "fulltext",
"title": "Full Text",
"find": true,
"type": "text"
},
2014-05-04 17:26:43 +00:00
{
"id": "random",
"title": "Random",
"type": "integer",
"sort": true
}
],
"itemViews": [
{"id": "info", "title": "Info"},
{"id": "book", "title": "Book"}
],
"lists": [
{"title": "Reading List"},
{"title": "1968", "query": {
"conditions": [{"key": "*", "operator": "=", "value": "1968"}],
"operator": "&"
}}
],
"listViews": [
{"id": "list", "title": "List"},
{"id": "grid", "title": "Grid"}
],
"locales": ["en", "ar", "hi"],
"pages": [
{"id": "welcome", "title": "Welcome"},
2016-01-13 06:42:16 +00:00
{"id": "about", "title": "About Open Media Library"},
{"id": "faq", "title": "Frequently Asked Questions"},
{"id": "terms", "title": "Terms and Conditions"},
{"id": "development", "title": "Software Development"},
{"id": "contact", "title": "Send Feedback"},
{"id": "update", "title": "Software Update"},
2014-05-04 17:26:43 +00:00
{"id": "preferences", "title": "Preferences", "parts": [
{"id": "account", "title": "Account"},
{"id": "library", "title": "Library"},
{"id": "peering", "title": "Peering"},
{"id": "network", "title": "Network"},
{"id": "appearance", "title": "Appearance"},
{"id": "extensions", "title": "Extensions"},
{"id": "advanced", "title": "Advanced"}
]},
2016-01-13 06:42:16 +00:00
{"id": "peers", "title": "Peers"},
{"id": "transfers", "title": "Transfers"},
2014-05-17 08:17:34 +00:00
{"id": "import", "title": "Import"},
{"id": "export", "title": "Export"},
2014-05-04 17:26:43 +00:00
{"id": "gettingstarted", "title": "Getting Started"},
{"id": "help", "title": "Help", "parts": [
{"id": "introduction", "title": "Introduction"},
{"id": "accounts", "title": "Accounts"},
{"id": "navigaion", "title": "Navigation"},
{"id": "views", "title": "Views"},
{"id": "lists", "title": "Lists"}
]},
{"id": "documentation", "title": "Documentation"}
],
"themes": ["oxlight", "oxmedium", "oxdark"],
"totals": [
{"id": "items"},
{"id": "size"}
],
"user": {
"preferences": {
2016-04-14 10:57:45 +00:00
"autostart": false,
2014-05-04 17:26:43 +00:00
"acceptMessage": "",
"contact": "",
"downloadRate": null,
"extensions": "",
"importPath": "~/Documents/Open Media Library/Import/",
"libraryPath": "~/Documents/Open Media Library/",
"receivedRequests": "notify",
"rejectMessage": "",
"sendDiagnostics": false,
2019-01-17 10:30:22 +00:00
"enableReadOnlyService": false,
2014-05-04 17:26:43 +00:00
"sendRequests": "manually",
"uploadRate": null,
"username": ""
},
"ui": {
"fileInfo": "extension",
"filters": [
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
{"id": "language", "sort": [{"key": "items", "operator": "-"}]},
2016-01-11 06:32:53 +00:00
{"id": "categories", "sort": [{"key": "items", "operator": "-"}]}
2014-05-04 17:26:43 +00:00
],
"filtersSize": 176,
"find": {"conditions": [], "operator": "&"},
"icons": "cover",
2014-05-21 00:02:39 +00:00
"iconInfo": "extension",
"iconSize": 256,
2014-05-04 17:26:43 +00:00
"item": "",
"itemView": "info",
"listColumns": ["title", "author", "publisher", "date"],
"listColumnWidth": {},
"lists": {},
"listSelection": [],
"listSort": [
{"key": "author", "operator": "+"},
{"key": "date", "operator": "+"},
{"key": "title", "operator": "+"}
],
"listView": "grid",
"locale": "en",
"mediaState": {},
"page": "welcome",
"part": {
"app": "about",
"preferences": "account",
"help": "introduction"
},
"section": "books",
2019-01-23 15:14:59 +00:00
"showAnnotations": false,
2019-02-04 07:25:10 +00:00
"showAnnotationUsers": "all",
2014-05-04 17:26:43 +00:00
"showBrowser": true,
"showDebugMenu": false,
2019-01-31 05:58:25 +00:00
"showFolder": {
"": true
},
2014-05-04 17:26:43 +00:00
"showFilters": true,
2014-05-21 00:02:39 +00:00
"showIconInfo": true,
2014-05-04 17:26:43 +00:00
"showInfo": true,
2019-02-09 15:25:23 +00:00
"showPeers": true,
2014-05-04 17:26:43 +00:00
"showSection": {
"notifications": {
"received": true,
"sent": true
},
"transfers": {
"active": true,
"queued": true
},
"users": {
"peers": true,
"pending": true,
"others": true
}
},
"showSidebar": true,
"sidebarSize": 256,
2019-02-04 07:25:10 +00:00
"sortAnnotations": "position",
2014-05-04 17:26:43 +00:00
"theme": "oxlight",
2016-01-25 06:52:03 +00:00
"updateMetadata": "merge",
2016-01-12 04:43:41 +00:00
"updateResults": false,
2014-05-04 17:26:43 +00:00
"usersSelection": []
}
}
}