From 88ce69024a67da181e7acaf73c32da517e3943f3 Mon Sep 17 00:00:00 2001 From: "phil.borman@gmail.com" Date: Tue, 5 Aug 2025 11:41:05 +0200 Subject: [PATCH] Moved language related items into a single tab --- data/interfaces/bookstrap/config.html | 236 ++++++++++++++------------ 1 file changed, 132 insertions(+), 104 deletions(-) diff --git a/data/interfaces/bookstrap/config.html b/data/interfaces/bookstrap/config.html index 237e04b3..47763bd4 100644 --- a/data/interfaces/bookstrap/config.html +++ b/data/interfaces/bookstrap/config.html @@ -6,6 +6,7 @@ from lazylibrarian.config2 import CONFIG from lazylibrarian.logconfig import LOGCONFIG from lazylibrarian.notifiers import APPRISE_VER + from lazylibrarian import MONTHNAMES, SEASONS %> <%def name="headerIncludes()">
@@ -51,10 +52,11 @@ + %if CONFIG['SHOW_GENRES']: - + %endif - +
@@ -619,7 +621,7 @@
-
+
Information Sources
@@ -713,11 +715,6 @@
-
- - - Two letter country code for geographically restricted content e.g: US GB ES -
@@ -815,7 +812,7 @@ %endif
-
+
File Formats %if CONFIG['EBOOK_TAB']: @@ -908,52 +905,6 @@
-
-
- Language -
- - - Comma separated country shortcodes:
- GoodReads e.g: eng, en-US, spa, ita
- GoogleBooks e.g: en, es, it
- Default: en, eng, en-US
- Try adding "Unknown" to list if GoodReads is missing results, or "All" if you don't want to check for language
-
-
- - - Comma separated language codes for magazine issues:
- e.g: fr_FR.utf8, es_ES.utf8
- English month names are preloaded
Changes to this setting require a restart
-
- Display Date Formats -
-
- - -
-
- - -
-
- - -
-
- - -
-
- $d Day of the month as a number
$D Day of the month as a number if not 01
$b Month as abbreviated name
$B Month as full name
$m Month as a number
$y Year without century
$Y Year with century
eg $Y-$m-$d
-
-
@@ -1858,12 +1809,6 @@
-
- Search Languages - - - -
Priority @@ -1912,12 +1857,6 @@
-
- Search Languages - - - -
Priority @@ -2331,22 +2270,6 @@
- Name Formatting -
- - - Comma separated list of suffixes to ignore when showing surname first -
-
- - - Comma separated list of definite articles for sorting titles -
-
- - - Comma separated list of prefixes and (items in braces) to ignore when splitting titles -
Filename Formatting Note: Calibre may override ebook folder and filename patterns
@@ -3557,27 +3480,12 @@
%if CONFIG['MAG_TAB']:
- Magazine Reject/Allow Lists (all titles) -
- - Comma separated list of words to reject in titles and filenames:
-
-
-
- - Comma separated list of words allowed for issues:
-
-
-
- - Comma separated list of words allowed for volumes:
-
-
-
- - Comma separated list of words allowed in magazine titles:
-
-
+ Magazine Reject/Allow Lists (all titles) +
+ + Comma separated list of words to reject in titles and filenames:
+
+
%endif %if CONFIG['COMIC_TAB']: @@ -3697,6 +3605,126 @@
+
+
+
+
+
+ Language +
+ + + Comma separated country shortcodes:
+ GoodReads e.g: eng, en-US, spa, ita
+ GoogleBooks e.g: en, es, it
+ Default: en, eng, en-US
+ Try adding "Unknown" to list if GoodReads is missing results, or "All" if you don't want to check for language
+
+
+ + + Two letter country code for geographically restricted content e.g: US GB ES +
+
+ + + Comma separated language codes for magazine issues:
+ e.g: fr_FR.utf8, es_ES.utf8
+ English month names are preloaded
Changes to this setting require a restart
+
+
+ + + Single language code for Annas Archive:
e.g: EN or DE or ANY
+
+
+ + + Comma separated languages for ZLibrary:
e.g: spanish, german
+
+ Display Date Formats +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ $d Day of the month as a number
$D Day of the month as a number if not 01
$b Month as abbreviated name
$B Month as full name
$m Month as a number
$y Year without century
$Y Year with century
eg $Y-$m-$d
+
+ Name Formatting +
+ + + Comma separated list of suffixes to ignore when showing surname first +
+
+ + + Comma separated list of definite articles for sorting titles +
+
+ + + Comma separated list of prefixes and (items in braces) to ignore when splitting titles +
+
+
+
+ Season Names + %for season in config['seasons']: +
+ + +
+ %endfor +
+
+
+ Month Names + %for month in config['months']: +
+ %if month == 0: + + %endif + %if month > 0: + + %endif + +
+ %endfor +
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+