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)