11 Commits

Author SHA1 Message Date
noirscape
7dab61e420 Add a new config option to use a ZoneInfo timezone.
The ZoneInfo class was added in python version 3.9, and the Alpine timezone package is already installed in the Containerfile as part of the runtime dependencies.

zoneinfo provides instances of the same timezone class already used for the existing OFFSET timezones (making it a drop-in accessible option), but implements them using an IANA timezone database (making it historically accurate, and hopefully, future accurate on new builds as well).

The implementation in this commit by default only overrides if LOCATION_TIMEZONE both hasn't been set and is in the installed tzdata package, making it fully backwards compatible with existing options.
2025-02-15 01:09:42 +01:00
krateng
966739e677 Clarified setting, close GH-267 2023-12-28 01:44:46 +01:00
krateng
b4c8a0d68b Updated settings.md 2023-03-27 19:09:44 +02:00
FoxxMD
b8371347b7 Add configuration boolean for rendering album/artist icons
If a user has a slow internet connection or is using a low-power device they may wish to not render icons at all to prevent additional cpu/network load. Defaults to `true` to preserve existing behavior.
2023-03-16 15:21:02 -04:00
krateng
ba96c8e14f More fixes 2021-12-20 00:15:22 +01:00
krateng
1ec283f885 Added descriptions, fixed various things 2021-12-19 23:40:30 +01:00
krateng
01fbc8c3d3
Clarified settings, GH-77 2021-08-24 04:54:09 +02:00
Krateng
723efcb8ba Made artist delimiters a setting, fix GH-66 2021-01-06 22:09:07 +01:00
Krateng
b53052c818 Housekeeping 2021-01-01 04:13:58 +01:00
Krateng
ac29f9728e Prettified settings overview 2020-10-29 19:16:38 +01:00
Krateng
79d7af5025 Added settings overview 2020-10-29 19:04:23 +01:00