From ba71665bc53250513b95e62dc4af50447df40930 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 31 Jan 2025 12:36:09 +0530 Subject: [PATCH] default to single format, patents have expired. --- pandora/config.0xdb.jsonc | 2 +- pandora/config.indiancinema.jsonc | 2 +- pandora/config.padma.jsonc | 2 +- pandora/config.pandora.jsonc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index 9170569a6..0d4b1aaea 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -1402,7 +1402,7 @@ 240, 288, 360, 432, 480, 720 and 1080. */ "video": { - "formats": ["webm", "mp4"], + "formats": ["mp4"], // fixme: this should be named "ratio" or "defaultRatio", // as it also applies to clip lists (on load) "previewRatio": 1.7777777778, diff --git a/pandora/config.indiancinema.jsonc b/pandora/config.indiancinema.jsonc index 1dae93b40..9c22a02f8 100644 --- a/pandora/config.indiancinema.jsonc +++ b/pandora/config.indiancinema.jsonc @@ -1888,7 +1888,7 @@ 240, 288, 360, 432, 480, 720 and 1080. */ "video": { - "formats": ["webm", "mp4"], + "formats": ["mp4"], "previewRatio": 1.375, "resolutions": [240, 480] } diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 82fe120c7..a3e419881 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -1392,7 +1392,7 @@ 240, 288, 360, 432, 480, 720 and 1080. */ "video": { - "formats": ["webm", "mp4"], + "formats": ["mp4"], "previewRatio": 1.3333333333, //supported resolutions are //1080, 720, 480, 432, 360, 288, 240, 144, 96 diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 5f08873f8..b0a64ab47 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -1281,8 +1281,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. 240, 288, 360, 432, 480, 720 and 1080. */ "video": { - "downloadFormat": "webm", - "formats": ["webm", "mp4"], + "downloadFormat": "mp4", + "formats": ["mp4"], "previewRatio": 1.3333333333, "resolutions": [240, 480] }