From fffd4d81a0e32124a486828a5f4b044d405a65e2 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 6 Mar 2013 10:03:09 +0000 Subject: [PATCH] config: add 'secondaryId' itemKey property --- pandora/config.0xdb.jsonc | 1 + pandora/config.indiancinema.jsonc | 2 ++ pandora/config.padma.jsonc | 1 + pandora/config.pandora.jsonc | 1 + 4 files changed, 5 insertions(+) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 81733535..b4481427 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -121,6 +121,7 @@ find: If true, this key will appear as a find option format: {type: "...", args: [...]}, for special formatting (Ox.formatType(args) will be called) + secondaryId: If true, loading /value will redirect to the item sort: If true, one can sort results by this key sortOperator: sort operator (+, -), in case it differs from the default for the key's type (+ for strings, - for numbers) diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index c3c2ce9e..68c9b848 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -127,6 +127,7 @@ find: If true, this key will appear as a find option format: {type: "...", args: [...]}, for special formatting (Ox.formatType(args) will be called) + secondaryId: If true, loading /value will redirect to the item sort: If true, one can sort results by this key sortOperator: sort operator (+, -), in case it differs from the default for the key's type (+ for strings, - for numbers) @@ -386,6 +387,7 @@ "title": "IMDb ID", "type": "string", "columnWidth": 90, + "secondaryId": true, "sort": true }, { diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 0bce62ca..e2518ae6 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -117,6 +117,7 @@ find: If true, this key will appear as a find option format: {type: "...", args: [...]}, for special formatting (Ox.formatType(args) will be called) + secondaryId: If true, loading /value will redirect to the item sort: If true, one can sort results by this key sortOperator: sort operator (+, -), in case it differs from the default for the key's type (+ for strings, - for numbers) diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index dc8ec19c..983e2645 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -114,6 +114,7 @@ find: If true, this key will appear as a find option format: {type: "...", args: [...]}, for special formatting (Ox.formatType(args) will be called) + secondaryId: If true, loading /value will redirect to the item sort: If true, one can sort results by this key sortOperator: sort operator (+, -), in case it differs from the default for the key's type (+ for strings, - for numbers)