diff --git a/cps/static/css/caliBlur.css b/cps/static/css/caliBlur.css index 68e56d06f..c5e96bf43 100644 --- a/cps/static/css/caliBlur.css +++ b/cps/static/css/caliBlur.css @@ -2611,6 +2611,8 @@ textarea { line-height: 1.71428571; color: var(--color-primary); font-weight: 100; + text-align: right; + position: absolute; right: 0; padding: 12.5px } diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 0bab5b536..29028b366 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -438,3 +438,43 @@ div.log { .error-list { margin-top: 5px; } + +body > div.container-fluid > div.row-fluid > div.col-sm-10 { + max-height: calc(100vh - 111px); + overflow-y: auto; +} + +body > div.container-fluid > div.row-fluid > div.col-sm-2 { + max-height: calc(100vh - 111px); + overflow-y: auto; + /* hide scrollbar in IE, Edge */ + -ms-overflow-style: none; + + /* hide scrollbar in Firefox */ + scrollbar-width: none; +} + +/* hide scrollbar in WebKit browsers (Chrome, Safari, Opera) */ +body > div.container-fluid > div.row-fluid > div.col-sm-2::-webkit-scrollbar { + display: none; +} + +.scrollable-col { + /* keep vertical scrolling */ + overflow-y: auto; + + /* hide scrollbar in IE, Edge */ + -ms-overflow-style: none; + + /* hide scrollbar in Firefox */ + scrollbar-width: none; +} + +/* hide scrollbar in WebKit browsers (Chrome, Safari, Opera) */ +.scrollable-col::-webkit-scrollbar { + display: none; +} + +body > div.container-fluid { + padding-right: 0px; +} \ No newline at end of file diff --git a/cps/static/js/main.js b/cps/static/js/main.js index 815246a8d..9138d80e6 100644 --- a/cps/static/js/main.js +++ b/cps/static/js/main.js @@ -410,17 +410,17 @@ $(function() { }); // fix for infinite scroll on CaliBlur Theme (#981) - if ($("body").hasClass("blur")) { - $(".col-sm-10").bind("scroll", function () { - if ( - $(this).scrollTop() + $(this).innerHeight() >= - $(this)[0].scrollHeight - ) { - $loadMore.infiniteScroll("loadNextPage"); - window.history.replaceState({}, null, $loadMore.infiniteScroll("getAbsolutePath")); - } - }); - } + + $(".col-sm-10").bind("scroll", function () { + if ( + $(this).scrollTop() + $(this).innerHeight() >= + $(this)[0].scrollHeight + ) { + $loadMore.infiniteScroll("loadNextPage"); + window.history.replaceState({}, null, $loadMore.infiniteScroll("getAbsolutePath")); + } + }); + } $("#restart").click(function() { diff --git a/cps/templates/list.html b/cps/templates/list.html index b010eecec..4c45b290d 100644 --- a/cps/templates/list.html +++ b/cps/templates/list.html @@ -22,7 +22,7 @@ {% endif %} -
+
{% for entry in entries %} {% if loop.index0 == (loop.length/2+loop.length%2)|int and loop.length > 20 %} diff --git a/cps/translations/ar/LC_MESSAGES/messages.mo b/cps/translations/ar/LC_MESSAGES/messages.mo index 9b31c4677..1e8ba2a57 100644 Binary files a/cps/translations/ar/LC_MESSAGES/messages.mo and b/cps/translations/ar/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ar/LC_MESSAGES/messages.po b/cps/translations/ar/LC_MESSAGES/messages.po index b06d13f58..e24749fd0 100644 --- a/cps/translations/ar/LC_MESSAGES/messages.po +++ b/cps/translations/ar/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2025-06-07 14:44+0300\n" "Last-Translator: UsamaFoad \n" "Language: ar\n" diff --git a/cps/translations/cs/LC_MESSAGES/messages.mo b/cps/translations/cs/LC_MESSAGES/messages.mo index 54055e2d4..04ae36c39 100644 Binary files a/cps/translations/cs/LC_MESSAGES/messages.mo and b/cps/translations/cs/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/cs/LC_MESSAGES/messages.po b/cps/translations/cs/LC_MESSAGES/messages.po index d2f3f275f..dbb42db53 100644 --- a/cps/translations/cs/LC_MESSAGES/messages.po +++ b/cps/translations/cs/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2020-06-09 21:11+0100\n" "Last-Translator: Lukas Heroudek \n" "Language: cs_CZ\n" diff --git a/cps/translations/de/LC_MESSAGES/messages.mo b/cps/translations/de/LC_MESSAGES/messages.mo index 092fb43b3..4857e9f51 100644 Binary files a/cps/translations/de/LC_MESSAGES/messages.mo and b/cps/translations/de/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/de/LC_MESSAGES/messages.po b/cps/translations/de/LC_MESSAGES/messages.po index 98c8f1f6a..7c01173d9 100644 --- a/cps/translations/de/LC_MESSAGES/messages.po +++ b/cps/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2025-10-22 19:56+0200\n" "Last-Translator: Sebastian Holzer\n" "Language: de\n" diff --git a/cps/translations/el/LC_MESSAGES/messages.mo b/cps/translations/el/LC_MESSAGES/messages.mo index c2643e068..6349b3876 100644 Binary files a/cps/translations/el/LC_MESSAGES/messages.mo and b/cps/translations/el/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/el/LC_MESSAGES/messages.po b/cps/translations/el/LC_MESSAGES/messages.po index 8035f27db..9867b8673 100644 --- a/cps/translations/el/LC_MESSAGES/messages.po +++ b/cps/translations/el/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Depountis Georgios\n" "Language: el\n" diff --git a/cps/translations/es/LC_MESSAGES/messages.mo b/cps/translations/es/LC_MESSAGES/messages.mo index 70b57715e..055e43728 100644 Binary files a/cps/translations/es/LC_MESSAGES/messages.mo and b/cps/translations/es/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/es/LC_MESSAGES/messages.po b/cps/translations/es/LC_MESSAGES/messages.po index 8bdab5f18..3d1eb758c 100644 --- a/cps/translations/es/LC_MESSAGES/messages.po +++ b/cps/translations/es/LC_MESSAGES/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2024-10-29 15:26+0100\n" "Last-Translator: adruki \n" "Language: es\n" diff --git a/cps/translations/fi/LC_MESSAGES/messages.mo b/cps/translations/fi/LC_MESSAGES/messages.mo index 0224eb74a..e9d70cce5 100644 Binary files a/cps/translations/fi/LC_MESSAGES/messages.mo and b/cps/translations/fi/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fi/LC_MESSAGES/messages.po b/cps/translations/fi/LC_MESSAGES/messages.po index 22f672770..0b83e0c1a 100644 --- a/cps/translations/fi/LC_MESSAGES/messages.po +++ b/cps/translations/fi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2020-01-12 13:56+0100\n" "Last-Translator: Samuli Valavuo \n" "Language: fi\n" diff --git a/cps/translations/fr/LC_MESSAGES/messages.mo b/cps/translations/fr/LC_MESSAGES/messages.mo index c64226495..0413baee7 100644 Binary files a/cps/translations/fr/LC_MESSAGES/messages.mo and b/cps/translations/fr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/fr/LC_MESSAGES/messages.po b/cps/translations/fr/LC_MESSAGES/messages.po index da661727d..7d8040aee 100644 --- a/cps/translations/fr/LC_MESSAGES/messages.po +++ b/cps/translations/fr/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2025-09-10 19:25+0000\n" "Last-Translator: \n" "Language: fr\n" diff --git a/cps/translations/gl/LC_MESSAGES/messages.mo b/cps/translations/gl/LC_MESSAGES/messages.mo index 070b27528..52521bc26 100644 Binary files a/cps/translations/gl/LC_MESSAGES/messages.mo and b/cps/translations/gl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/gl/LC_MESSAGES/messages.po b/cps/translations/gl/LC_MESSAGES/messages.po index c9e314503..051609c3e 100644 --- a/cps/translations/gl/LC_MESSAGES/messages.po +++ b/cps/translations/gl/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2024-12-08 13:50+0100\n" "Last-Translator: pollitor@gmx.com\n" "Language: gl\n" diff --git a/cps/translations/hu/LC_MESSAGES/messages.mo b/cps/translations/hu/LC_MESSAGES/messages.mo index 9e215b174..8e44d78b6 100644 Binary files a/cps/translations/hu/LC_MESSAGES/messages.mo and b/cps/translations/hu/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/hu/LC_MESSAGES/messages.po b/cps/translations/hu/LC_MESSAGES/messages.po index 7033075f6..656a2f6e9 100644 --- a/cps/translations/hu/LC_MESSAGES/messages.po +++ b/cps/translations/hu/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2019-04-06 23:36+0200\n" "Last-Translator: \n" "Language: hu\n" diff --git a/cps/translations/id/LC_MESSAGES/messages.mo b/cps/translations/id/LC_MESSAGES/messages.mo index 75b969392..9ace6e519 100644 Binary files a/cps/translations/id/LC_MESSAGES/messages.mo and b/cps/translations/id/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/id/LC_MESSAGES/messages.po b/cps/translations/id/LC_MESSAGES/messages.po index 1d1957e19..9e07e7d3b 100644 --- a/cps/translations/id/LC_MESSAGES/messages.po +++ b/cps/translations/id/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2023-01-21 10:00+0700\n" "Last-Translator: Arief Hidayat\n" "Language: id\n" diff --git a/cps/translations/it/LC_MESSAGES/messages.mo b/cps/translations/it/LC_MESSAGES/messages.mo index dc3caa663..e0bf109b2 100644 Binary files a/cps/translations/it/LC_MESSAGES/messages.mo and b/cps/translations/it/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/it/LC_MESSAGES/messages.po b/cps/translations/it/LC_MESSAGES/messages.po index 484e57459..4ad52f13f 100644 --- a/cps/translations/it/LC_MESSAGES/messages.po +++ b/cps/translations/it/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2025-09-11 01:30+0200\n" "Last-Translator: Massimo Pissarello \n" "Language: it\n" diff --git a/cps/translations/ja/LC_MESSAGES/messages.mo b/cps/translations/ja/LC_MESSAGES/messages.mo index ae0bb6f55..7eefaf730 100644 Binary files a/cps/translations/ja/LC_MESSAGES/messages.mo and b/cps/translations/ja/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ja/LC_MESSAGES/messages.po b/cps/translations/ja/LC_MESSAGES/messages.po index e215c9604..a04c11186 100644 --- a/cps/translations/ja/LC_MESSAGES/messages.po +++ b/cps/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2018-02-07 02:20-0500\n" "Last-Translator: subdiox \n" "Language: ja\n" diff --git a/cps/translations/km/LC_MESSAGES/messages.mo b/cps/translations/km/LC_MESSAGES/messages.mo index d515ac006..a9f8dfe70 100644 Binary files a/cps/translations/km/LC_MESSAGES/messages.mo and b/cps/translations/km/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/km/LC_MESSAGES/messages.po b/cps/translations/km/LC_MESSAGES/messages.po index 8c4964945..9426c9730 100644 --- a/cps/translations/km/LC_MESSAGES/messages.po +++ b/cps/translations/km/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2018-08-27 17:06+0700\n" "Last-Translator: \n" "Language: km_KH\n" diff --git a/cps/translations/ko/LC_MESSAGES/messages.mo b/cps/translations/ko/LC_MESSAGES/messages.mo index abbdbab9d..e4bb36602 100644 Binary files a/cps/translations/ko/LC_MESSAGES/messages.mo and b/cps/translations/ko/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ko/LC_MESSAGES/messages.po b/cps/translations/ko/LC_MESSAGES/messages.po index b24fc92d2..196a9c82e 100644 --- a/cps/translations/ko/LC_MESSAGES/messages.po +++ b/cps/translations/ko/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2024-11-01 17:50+0900\n" "Last-Translator: limeade23 \n" "Language: ko\n" diff --git a/cps/translations/nl/LC_MESSAGES/messages.mo b/cps/translations/nl/LC_MESSAGES/messages.mo index bf8f1ca3d..bc61f1034 100644 Binary files a/cps/translations/nl/LC_MESSAGES/messages.mo and b/cps/translations/nl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/nl/LC_MESSAGES/messages.po b/cps/translations/nl/LC_MESSAGES/messages.po index a16878e5c..e434ea9b3 100644 --- a/cps/translations/nl/LC_MESSAGES/messages.po +++ b/cps/translations/nl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web (GPLV3)\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2023-12-20 22:00+0100\n" "Last-Translator: Michiel Cornelissen \n" "Language: nl\n" diff --git a/cps/translations/no/LC_MESSAGES/messages.mo b/cps/translations/no/LC_MESSAGES/messages.mo index 281f84547..0e43de112 100644 Binary files a/cps/translations/no/LC_MESSAGES/messages.mo and b/cps/translations/no/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/no/LC_MESSAGES/messages.po b/cps/translations/no/LC_MESSAGES/messages.po index b6c425ce8..61770cca3 100644 --- a/cps/translations/no/LC_MESSAGES/messages.po +++ b/cps/translations/no/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2023-01-06 11:00+0000\n" "Last-Translator: Vegard Fladby \n" "Language: no\n" diff --git a/cps/translations/pl/LC_MESSAGES/messages.mo b/cps/translations/pl/LC_MESSAGES/messages.mo index 89546e586..848c8b231 100644 Binary files a/cps/translations/pl/LC_MESSAGES/messages.mo and b/cps/translations/pl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pl/LC_MESSAGES/messages.po b/cps/translations/pl/LC_MESSAGES/messages.po index 590130f9e..c8d0e1c6c 100644 --- a/cps/translations/pl/LC_MESSAGES/messages.po +++ b/cps/translations/pl/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre Web - polski (POT: 2021-06-12 08:52)\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2021-06-12 15:35+0200\n" "Last-Translator: Radosław Kierznowski \n" "Language: pl\n" diff --git a/cps/translations/pt/LC_MESSAGES/messages.mo b/cps/translations/pt/LC_MESSAGES/messages.mo index b148bd44c..63dcb3a0f 100644 Binary files a/cps/translations/pt/LC_MESSAGES/messages.mo and b/cps/translations/pt/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pt/LC_MESSAGES/messages.po b/cps/translations/pt/LC_MESSAGES/messages.po index 47d62894b..d9186f04c 100644 --- a/cps/translations/pt/LC_MESSAGES/messages.po +++ b/cps/translations/pt/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2023-07-25 11:30+0100\n" "Last-Translator: horus68 \n" "Language: pt\n" diff --git a/cps/translations/pt_BR/LC_MESSAGES/messages.mo b/cps/translations/pt_BR/LC_MESSAGES/messages.mo index 0556fc15b..8ab693d6a 100644 Binary files a/cps/translations/pt_BR/LC_MESSAGES/messages.mo and b/cps/translations/pt_BR/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/pt_BR/LC_MESSAGES/messages.po b/cps/translations/pt_BR/LC_MESSAGES/messages.po index a390350d9..c79c23130 100644 --- a/cps/translations/pt_BR/LC_MESSAGES/messages.po +++ b/cps/translations/pt_BR/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: br\n" diff --git a/cps/translations/ru/LC_MESSAGES/messages.mo b/cps/translations/ru/LC_MESSAGES/messages.mo index a8cce16bd..fc698c1b5 100644 Binary files a/cps/translations/ru/LC_MESSAGES/messages.mo and b/cps/translations/ru/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/ru/LC_MESSAGES/messages.po b/cps/translations/ru/LC_MESSAGES/messages.po index 581b43a0c..0cb9bdf62 100644 --- a/cps/translations/ru/LC_MESSAGES/messages.po +++ b/cps/translations/ru/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2020-04-29 01:20+0400\n" "Last-Translator: ZIZA\n" "Language: ru\n" diff --git a/cps/translations/sk/LC_MESSAGES/messages.mo b/cps/translations/sk/LC_MESSAGES/messages.mo index 637c18970..19b2d8407 100644 Binary files a/cps/translations/sk/LC_MESSAGES/messages.mo and b/cps/translations/sk/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/sk/LC_MESSAGES/messages.po b/cps/translations/sk/LC_MESSAGES/messages.po index 02da4e99e..6e5fa6f53 100644 --- a/cps/translations/sk/LC_MESSAGES/messages.po +++ b/cps/translations/sk/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2023-11-01 06:12+0100\n" "Last-Translator: Branislav Hanáček \n" "Language: sk_SK\n" diff --git a/cps/translations/sl/LC_MESSAGES/messages.mo b/cps/translations/sl/LC_MESSAGES/messages.mo index ac89dee1e..1f88e7d45 100644 Binary files a/cps/translations/sl/LC_MESSAGES/messages.mo and b/cps/translations/sl/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/sl/LC_MESSAGES/messages.po b/cps/translations/sl/LC_MESSAGES/messages.po index c7f5f245c..aefb477e6 100644 --- a/cps/translations/sl/LC_MESSAGES/messages.po +++ b/cps/translations/sl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2024-09-18 19:45+0200\n" "Last-Translator: Andrej Kralj\n" "Language: sl\n" diff --git a/cps/translations/sv/LC_MESSAGES/messages.mo b/cps/translations/sv/LC_MESSAGES/messages.mo index 24780990f..38745c6dd 100644 Binary files a/cps/translations/sv/LC_MESSAGES/messages.mo and b/cps/translations/sv/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/sv/LC_MESSAGES/messages.po b/cps/translations/sv/LC_MESSAGES/messages.po index 32533e072..c479b9410 100644 --- a/cps/translations/sv/LC_MESSAGES/messages.po +++ b/cps/translations/sv/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/Calibre-Web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2021-05-13 11:00+0000\n" "Last-Translator: Jonatan Nyberg \n" "Language: sv\n" diff --git a/cps/translations/tr/LC_MESSAGES/messages.mo b/cps/translations/tr/LC_MESSAGES/messages.mo index 85385b408..727fa81e7 100644 Binary files a/cps/translations/tr/LC_MESSAGES/messages.mo and b/cps/translations/tr/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/tr/LC_MESSAGES/messages.po b/cps/translations/tr/LC_MESSAGES/messages.po index 146bc1279..247dac6a9 100644 --- a/cps/translations/tr/LC_MESSAGES/messages.po +++ b/cps/translations/tr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2020-04-23 22:47+0300\n" "Last-Translator: iz \n" "Language: tr\n" diff --git a/cps/translations/uk/LC_MESSAGES/messages.mo b/cps/translations/uk/LC_MESSAGES/messages.mo index bad37eb37..35706f9b3 100644 Binary files a/cps/translations/uk/LC_MESSAGES/messages.mo and b/cps/translations/uk/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/uk/LC_MESSAGES/messages.po b/cps/translations/uk/LC_MESSAGES/messages.po index aa861c485..4f89ebf00 100644 --- a/cps/translations/uk/LC_MESSAGES/messages.po +++ b/cps/translations/uk/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2017-04-30 00:47+0300\n" "Last-Translator: ABIS Team \n" "Language: uk\n" diff --git a/cps/translations/vi/LC_MESSAGES/messages.mo b/cps/translations/vi/LC_MESSAGES/messages.mo index a17304a1b..31a30e850 100644 Binary files a/cps/translations/vi/LC_MESSAGES/messages.mo and b/cps/translations/vi/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/vi/LC_MESSAGES/messages.po b/cps/translations/vi/LC_MESSAGES/messages.po index 031e30a72..73c27103d 100644 --- a/cps/translations/vi/LC_MESSAGES/messages.po +++ b/cps/translations/vi/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-web\n" "Report-Msgid-Bugs-To: https://github.com/janeczku/calibre-web\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2022-09-20 21:36+0700\n" "Last-Translator: Ha Link \n" "Language: vi\n" diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo index dcbec8ef6..386bf9e6d 100644 Binary files a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo and b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po index e55628590..647a2e01f 100644 --- a/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po +++ b/cps/translations/zh_Hans_CN/LC_MESSAGES/messages.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" -"PO-Revision-Date: 2024-11-21 22:04+0800\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" +"PO-Revision-Date: 2025-12-06 13:53+0800\n" "Last-Translator: qx100\n" "Language: zh_CN\n" "Language-Team: zh_Hans_CN \n" @@ -164,7 +164,7 @@ msgstr "您确定要删除此用户吗?" #: cps/admin.py:621 msgid "Do you really want to delete this book?" -msgstr "" +msgstr "您确定要删除这本书吗?" #: cps/admin.py:623 msgid "Are you sure you want to delete this shelf?" @@ -184,11 +184,11 @@ msgstr "您确定要修改选定用户的选定角色吗?" #: cps/admin.py:631 msgid "Are you sure you want to change the archive status for the selected book(s)?" -msgstr "" +msgstr "您确定要修改所选书籍的归档状态吗?" #: cps/admin.py:633 msgid "Are you sure you want to change the read status for the selected book(s)?" -msgstr "" +msgstr "您确定要修改所选书记的已读状态吗?" #: cps/admin.py:635 msgid "Are you sure you want to change the selected restrictions for the selected user(s)?" @@ -578,17 +578,17 @@ msgstr "转换此书籍时出现错误: %(res)s" #: cps/editbooks.py:297 msgid "Changes successfully applied" -msgstr "" +msgstr "修改成功" #: cps/editbooks.py:317 msgid "Value is missing on request" -msgstr "" +msgstr "请求中缺少数值" #: cps/editbooks.py:319 cps/editbooks.py:326 cps/editbooks.py:627 #: cps/editbooks.py:1146 cps/web.py:535 cps/web.py:1581 cps/web.py:1627 #: cps/web.py:1677 msgid "Oops! Selected book is unavailable. File does not exist or is not accessible" -msgstr "糟糕!选择书名无法打开。文件不存在或者文件不可访问" +msgstr "糟糕!所选书籍无法打开。文件不存在或者文件不可访问" #: cps/editbooks.py:673 cps/editbooks.py:1503 msgid "User has no rights to upload cover" @@ -654,7 +654,7 @@ msgstr "您没有删除书籍的权限" #: cps/editbooks.py:1139 #, python-brace-format msgid "Book with id \"{}\" could not be deleted: not found" -msgstr "" +msgstr "ID为\"{}\"的书籍无法被删除,原因:未找到" #: cps/editbooks.py:1181 msgid "edit metadata" @@ -774,7 +774,7 @@ msgstr "仅从数据库中删除书籍 %(id)s,数据库中的书籍路径无 #: cps/helper.py:404 #, python-format msgid "Moving book path of Book %(book_id)s to: '%(src)s' failed with error: %(error)s" -msgstr "" +msgstr "将书籍%(book_id)s的移动路径更改为:'%(src)s'失败,错误:%(error)s" #: cps/helper.py:443 #, python-format @@ -1954,7 +1954,7 @@ msgstr "注销" #: cps/templates/basic_layout.html:35 msgid "Normal Theme" -msgstr "" +msgstr "标准主题" #: cps/templates/book_edit.html:11 msgid "Delete Book" @@ -2128,19 +2128,19 @@ msgstr "此栏必须填写" #: cps/templates/book_table.html:25 msgid "Archive selected books" -msgstr "" +msgstr "归档所选书籍" #: cps/templates/book_table.html:28 msgid "Unarchive selected books" -msgstr "" +msgstr "取消归档所选书籍" #: cps/templates/book_table.html:34 msgid "Mark selected books as read" -msgstr "" +msgstr "将所选书籍标记为已读" #: cps/templates/book_table.html:37 msgid "Mark selected books as unread" -msgstr "" +msgstr "将所选书籍标记为未读" #: cps/templates/book_table.html:57 msgid "Merge selected books" @@ -2148,11 +2148,11 @@ msgstr "合并选中的书籍" #: cps/templates/book_table.html:60 cps/templates/user_table.html:124 msgid "Clear selections" -msgstr "" +msgstr "清除选择" #: cps/templates/book_table.html:63 msgid "Edit selected books" -msgstr "" +msgstr "编辑所选书籍" #: cps/templates/book_table.html:67 msgid "Exchange author and title" @@ -2229,7 +2229,7 @@ msgstr "简介" #: cps/templates/book_table.html:101 msgid "Archive Status" -msgstr "存档状态" +msgstr "归档状态" #: cps/templates/book_table.html:103 cps/templates/search_form.html:42 msgid "Read Status" @@ -2244,7 +2244,7 @@ msgstr "输入" #: cps/templates/book_table.html:128 msgid "Delete selected books" -msgstr "" +msgstr "删除所选书籍" #: cps/templates/book_table.html:148 cps/templates/book_table.html:172 #: cps/templates/book_table.html:192 cps/templates/book_table.html:212 @@ -2267,11 +2267,11 @@ msgstr "合并" #: cps/templates/book_table.html:176 msgid "The following books will be deleted:" -msgstr "" +msgstr "以下书籍将被删除:" #: cps/templates/book_table.html:196 msgid "The following books will be archived:" -msgstr "" +msgstr "以下书籍将被归档:" #: cps/templates/book_table.html:200 cps/templates/detail.html:275 msgid "Archive" @@ -2279,27 +2279,27 @@ msgstr "归档" #: cps/templates/book_table.html:216 msgid "The following books will be unarchived:" -msgstr "" +msgstr "以下书籍将取消归档:" #: cps/templates/book_table.html:220 msgid "Unarchive" -msgstr "" +msgstr "取消归档" #: cps/templates/book_table.html:236 msgid "The following books will be marked read:" -msgstr "" +msgstr "以下书籍将被标记为已读:" #: cps/templates/book_table.html:240 msgid "Mark as read" -msgstr "" +msgstr "标记为已读" #: cps/templates/book_table.html:256 msgid "The following books will be marked unread:" -msgstr "" +msgstr "以下书籍将被标记为未读:" #: cps/templates/book_table.html:260 msgid "Mark as unread" -msgstr "" +msgstr "标记为未读" #: cps/templates/book_table.html:272 cps/templates/detail.html:348 msgid "Edit Metadata" @@ -2307,7 +2307,7 @@ msgstr "编辑元数据" #: cps/templates/book_table.html:275 msgid "Edit the fields you want changed. Blank fields will be ignored:" -msgstr "" +msgstr "请编辑您想要修改的内容域,留空的内容域将被忽略:" #: cps/templates/config_db.html:12 msgid "Location of Calibre Database" @@ -2451,7 +2451,7 @@ msgstr "Goodreads API Key" #: cps/templates/config_edit.html:167 msgid "Google Books API Key" -msgstr "" +msgstr "Google Books API Key" #: cps/templates/config_edit.html:172 msgid "Allow Reverse Proxy Authentication" @@ -2795,7 +2795,7 @@ msgstr "已读" #: cps/templates/detail.html:272 cps/templates/listenmp3.html:166 msgid "Restore from archive" -msgstr "从档案还原" +msgstr "从归档还原" #: cps/templates/detail.html:273 cps/templates/listenmp3.html:166 msgid "Add to archive" @@ -2803,7 +2803,7 @@ msgstr "添加到归档" #: cps/templates/detail.html:275 msgid "Mark Book as archived or not, to hide it in Calibre-Web and delete it from Kobo Reader" -msgstr "将书籍标记为已存档或未存档,以便在 Calibre-Web 中隐藏书籍并从 Kobo 阅读器中删除书籍" +msgstr "将书籍标记为已归档或未归档,以便在 Calibre-Web 中隐藏书籍并从 Kobo 阅读器中删除书籍" #: cps/templates/detail.html:301 cps/templates/listenmp3.html:190 #: cps/templates/search.html:16 @@ -2905,7 +2905,7 @@ msgstr "创建问题" #: cps/templates/http_error.html:52 msgid "Return to Database config" -msgstr "" +msgstr "回到数据库配置" #: cps/templates/http_error.html:54 msgid "Return to Home" @@ -3016,7 +3016,7 @@ msgstr "切换导航" #: cps/templates/layout.html:58 msgid "Simple Theme" -msgstr "" +msgstr "简易主题" #: cps/templates/layout.html:66 cps/templates/layout.html:96 msgid "Account" @@ -3117,7 +3117,7 @@ msgstr "书籍的此格式副本将从数据库中永久删除" #: cps/templates/modal_dialogs.html:51 msgid "This book will be permanently erased from database and hard disk" -msgstr "" +msgstr "这本书籍将永久从数据库和本地磁盘中删除" #: cps/templates/modal_dialogs.html:55 msgid "Important Kobo Note: deleted books will remain on any paired Kobo device." @@ -3165,7 +3165,7 @@ msgstr "epub 阅读器" #: cps/templates/read.html:80 msgid "Choose a theme below:" -msgstr "" +msgstr "请从下方选取一个主题:" #: cps/templates/read.html:84 cps/templates/readcbr.html:104 msgid "Light" diff --git a/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.mo b/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.mo index 5aa6a9eb0..e3605f2de 100644 Binary files a/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.mo and b/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.mo differ diff --git a/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.po b/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.po index 79e101162..f6a7bdbe8 100644 --- a/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.po +++ b/cps/translations/zh_Hant_TW/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Calibre-Web\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: 2025-09-10 03:46+0000\n" "Last-Translator: finrodchen \n" "Language: zh_TW\n" diff --git a/messages.pot b/messages.pot index 270f83b51..6fe4740dd 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-11-22 15:29+0100\n" +"POT-Creation-Date: 2025-12-06 11:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/pyproject.toml b/pyproject.toml index f5ea31aaa..875c6a230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "Flask>=1.0.2,<3.2.0", "iso-639>=0.4.5,<0.5.0;python_version<'3.12'", "pycountry>=20.0.0,<25.0.0;python_version>='3.12'", - "PyPDF>=3.15.6,<5.5.0", + "PyPDF>=6.1.3,<6.5.0", "pytz>=2016.10", "requests>=2.32.0,<2.33.0", "SQLAlchemy>=1.3.0,<2.1.0", diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index f66af93cb..d6831bdc3 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,14 +37,14 @@
-

Start Time: 2025-12-05 16:37:33

+

Start Time: 2025-12-06 19:29:38

-

Stop Time: 2025-12-05 23:59:26

+

Stop Time: 2025-12-07 02:46:00

@@ -1200,11 +1200,11 @@ - + TestEditBooks 38 - 34 - 3 + 37 + 0 0 1 @@ -1259,60 +1259,20 @@ - +
TestEditBooks - test_edit_custom_categories
- -
- FAIL -
- - - - + PASS - +
TestEditBooks - test_edit_custom_comment
- -
- FAIL -
- - - - + PASS @@ -1362,31 +1322,11 @@ AssertionError: 8 != 0 - +
TestEditBooks - test_edit_custom_text
- -
- FAIL -
- - - - + PASS @@ -1904,11 +1844,11 @@ AssertionError: 8 != 0 - + TestEditBooksList 20 - 18 - 2 + 20 + 0 0 0 @@ -1918,31 +1858,11 @@ AssertionError: 8 != 0 - +
TestEditBooksList - test_booklist_archive_read
- -
- FAIL -
- - - - + PASS @@ -2091,31 +2011,11 @@ AssertionError: False is not true - +
TestEditBooksList - test_list_visibility
- -
- FAIL -
- - - - + PASS @@ -2139,13 +2039,13 @@ AssertionError: 20 != 19 - + TestLoadMetadata 1 - 0 1 0 0 + 0 Detail @@ -2153,42 +2053,22 @@ AssertionError: 20 != 19 - +
TestLoadMetadata - test_load_metadata
- -
- FAIL -
- - - - + PASS - + TestEditBooksOnGdrive 19 - 17 + 19 + 0 0 - 2 0 Detail @@ -2287,179 +2167,20 @@ AssertionError: False is not true - +
TestEditBooksOnGdrive - test_edit_custom_text
- -
- ERROR -
- - - - + PASS - +
TestEditBooksOnGdrive - test_edit_language
- -
- ERROR -
- - - - + PASS @@ -2559,9 +2280,9 @@ urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='localhost'
Traceback (most recent call last):
-  File "/home/ozzie/Development/calibre-web-test/test/test_edit_metadata_scholar.py", line 66, in test_load_metadata
-    self.assertTrue(google)
-AssertionError: False is not true
+ File "/home/ozzie/Development/calibre-web-test/test/test_edit_metadata_scholar.py", line 74, in test_load_metadata + self.assertEqual(30, len(results)) +AssertionError: 30 != 20
@@ -3680,11 +3401,11 @@ IndexError: list index out of range - + TestLogin 19 - 17 - 2 + 19 + 0 0 0 @@ -3757,31 +3478,11 @@ IndexError: list index out of range - +
TestLogin - test_login_protected
- -
- FAIL -
- - - - + PASS @@ -3831,31 +3532,11 @@ AssertionError: 1 != 2 - +
TestLogin - test_next
- -
- FAIL -
- - - - + PASS @@ -3906,11 +3587,11 @@ AssertionError: False is not true - + TestMassEditBooksList 11 - 8 - 3 + 11 + 0 0 0 @@ -3929,33 +3610,11 @@ AssertionError: False is not true - +
TestMassEditBooksList - test_invalid_author_title
- -
- FAIL -
- - - - + PASS @@ -4005,64 +3664,20 @@ AssertionError: 'Sigurd Lindgren' != 'Kurt Jilo' - +
TestMassEditBooksList - test_mass_edit_series
- -
- FAIL -
- - - - + PASS - +
TestMassEditBooksList - test_protected_author_title
- -
- FAIL -
- - - - + PASS @@ -4086,11 +3701,11 @@ AssertionError: 'Peter Parker' != 'Kurt Jilo' - + TestMergeBooksList 2 - 1 - 1 + 2 + 0 0 0 @@ -4100,31 +3715,11 @@ AssertionError: 'Peter Parker' != 'Kurt Jilo' - +
TestMergeBooksList - test_book_merge
- -
- FAIL -
- - - - + PASS @@ -4172,12 +3767,12 @@ AssertionError: False is not true - + TestOPDSFeed 26 - 25 + 26 + 0 0 - 1 0 Detail @@ -4222,32 +3817,11 @@ AssertionError: False is not true - +
TestOPDSFeed - test_opds_books
- -
- ERROR -
- - - - + PASS @@ -4442,11 +4016,11 @@ KeyError: 'content' - + TestUploadPDF 1 - 1 0 + 1 0 0 @@ -4456,11 +4030,33 @@ KeyError: 'content' - +
TestUploadPDF - test_upload_invalid_pdf
- PASS + +
+ FAIL +
+ + + + @@ -4766,11 +4362,11 @@ KeyError: 'content' - + TestShelf 17 - 16 - 0 + 15 + 1 0 1 @@ -4798,11 +4394,31 @@ KeyError: 'content' - +
TestShelf - test_adv_search_shelf
- PASS + +
+ FAIL +
+ + + + @@ -5110,11 +4726,11 @@ KeyError: 'content' - + TestThumbnails 8 - 7 - 0 + 6 + 1 0 1 @@ -5187,11 +4803,31 @@ KeyError: 'content' - +
TestThumbnails - test_sideloaded_book
- PASS + +
+ FAIL +
+ + + + @@ -5310,11 +4946,11 @@ KeyError: 'content' - + TestUploadAudio 12 - 12 - 0 + 1 + 11 0 0 @@ -5324,101 +4960,321 @@ KeyError: 'content' - +
TestUploadAudio - test_upload_aac
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_aiff
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_asf
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_flac
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_m4a
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_m4b
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_mp3
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_mp4
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_oggvorbis
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_ogv
- PASS + +
+ FAIL +
+ + + + - +
TestUploadAudio - test_upload_opus
- PASS + +
+ FAIL +
+ + + + @@ -5433,11 +5289,11 @@ KeyError: 'content' - + TestUploadEPubs 6 - 6 - 0 + 4 + 2 0 0 @@ -5465,11 +5321,31 @@ KeyError: 'content' - +
TestUploadEPubs - test_upload_epub_cover_formats
- PASS + +
+ FAIL +
+ + + + @@ -5492,11 +5368,31 @@ KeyError: 'content' - +
TestUploadEPubs - test_upload_epub_lang
- PASS + +
+ FAIL +
+ + + + @@ -6398,9 +6294,9 @@ KeyError: 'content' Total 538 - 514 - 13 - 4 + 513 + 17 + 1 7   @@ -6543,7 +6439,7 @@ KeyError: 'content' pypdf - 5.4.0 + 6.4.0 Basic @@ -6951,7 +6847,7 @@ KeyError: 'content'