You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return {"operation": "update_metadata", "error": "You are using a non-standard title display mode, and there is ambiguity in modifying the title.", "success": 0}
Copy file name to clipboardExpand all lines: docs/en/docs/settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ The following is a list of available settings:
35
35
|`password`| Admin password (also used as API Key currently) [^1]. If it is `None`, any visitor will have editing permissions. This feature is designed to protect against gentlemen but not villains. If you need security protection, please use e.g. the HTTP basic authentication of the reverse proxy, Cloudflare Access or TLS client certificate, etc. |`None`|
36
36
|`skip_exists`| Skip comics that have been scanned into the metadata database during scanning? (`True`/`False`) |`True`|
37
37
|`watch`| Monitor comic folders and automatically scan (`True`/`False`) |`True`|
38
+
|`display_subtitle`| Display subtitles instead of main titles if available. The title cannot be edited in this mode. |`True`|
38
39
|`UA_convert_jxl`| For requests with matched user-agent, convert JPEG XL files to other popular formats on the server side. The value is a regular expression. |`Android`|
39
40
|`UA_convert_all`| For requests with matched user-agent, convert all files to other popular formats on the server side. The value is a regular expression. |`\b\B` (will not match anything) |
0 commit comments