ejurgensen
d9cd0f4142
[http] Implement setting to ignore StreamUrl
...
Some radio stations send garbage in the ICY StreamUrl tag, ref issue #1829 .
2025-01-17 17:21:42 +01:00
ejurgensen
504c056c87
[settings] Make settings convenience macros more convenient
2025-01-17 17:21:42 +01:00
ejurgensen
dbaeb7bdca
[artwork] Fix concurrency issues with online search and artwork retrieval
2025-01-17 17:21:42 +01:00
ejurgensen
158b043f55
[artwork] Don't make online artwork searches if artist/album starts with "unknown"
2025-01-17 17:21:42 +01:00
ejurgensen
024aadfe0a
[http] Support for extracting artwork url from within StreamUrl field
2025-01-17 17:21:42 +01:00
github-actions[bot]
a93352d993
[web] Rebuild web interface
2025-01-15 18:14:22 +00:00
Alain Nussbaumer
383a58d546
Merge pull request #1835 from VergilGao/patch-1
...
[web] Improve simplified Chinese translation
2025-01-15 19:13:59 +01:00
ejurgensen
ad3be7d2f9
[docs] Remove link to unmaintained docker-daapd
2025-01-13 17:36:25 +01:00
羽先生
4c5888e8a8
Improved Simplified Chinese i18n
...
the "簡體中文" should be "简体中文"
2025-01-13 09:50:24 +08:00
Alain Nussbaumer
289e7dcdce
[web] Set new version for the web UI
2025-01-04 04:57:54 +01:00
Alain Nussbaumer
6ee5911729
[web] Fix option menu opening
2025-01-03 21:12:11 +01:00
Alain Nussbaumer
fde798d5f5
[web] Set new version for the web UI
2025-01-03 21:11:43 +01:00
Alain Nussbaumer
b922a6a1a1
[web] Align items in volume menu
2025-01-01 22:10:13 +01:00
Alain Nussbaumer
44896d82f4
[web] Simplify the display of lists
2025-01-01 21:28:30 +01:00
Alain Nussbaumer
0e3490e589
[web] Remove the non-standard heading class
2025-01-01 21:13:48 +01:00
Alain Nussbaumer
a415e619af
[web] Lint source code
2025-01-01 17:36:24 +01:00
Alain Nussbaumer
2d0747dbe9
[web] Fix spacing in lists of items
2025-01-01 17:36:09 +01:00
Alain Nussbaumer
02307e86cd
[web] Move styles in the components
2025-01-01 17:22:17 +01:00
Alain Nussbaumer
16a76fdc58
[web] Increment version of the web interface
2024-12-31 10:55:38 +01:00
Alain Nussbaumer
7c8b787afb
[web] Add ability to access the server externally
2024-12-31 10:41:18 +01:00
Alain Nussbaumer
e891b5d24c
[web] Fix page "Now Playing" progress update when pausing
2024-12-31 10:39:03 +01:00
github-actions[bot]
218d77e070
[web] Rebuild web interface
2024-12-31 09:18:20 +00:00
Alain Nussbaumer
fab5ef505e
Merge pull request #1832 from chme/fix/now-playing-pause
...
fix: Now Playing does not stop play progress updates when pausing
2024-12-31 10:17:53 +01:00
Christian Meffert
fb067b5cdc
fix: Now Playing does not stop play progress updates when pausing
2024-12-31 08:06:04 +01:00
Christian Meffert
d6448ada68
[docs] Docs for development setup
2024-12-31 07:07:11 +01:00
Christian Meffert
46dabafbdc
[dev] Add devcontainers and vscode config templates
2024-12-31 07:07:11 +01:00
Alain Nussbaumer
cdbce17731
[web] Remove useless app div element
2024-12-30 07:41:31 +01:00
Alain Nussbaumer
d1c2f0f9fd
[web] Fix attribute order
2024-12-30 07:41:03 +01:00
Alain Nussbaumer
66b11c96e2
[web] Update libraries
2024-12-28 05:01:08 +01:00
Christian Meffert
ea9df4f8ee
[httpd] Fix infinite loop with more than one ws connection
2024-12-27 18:38:07 +01:00
Christian Meffert
42069405d6
[web] Fix linter error
2024-12-27 14:27:08 +01:00
Christian Meffert
f2e4819565
[web] Implement libevent ws in httpd_libeventhttp, address thread safety
2024-12-27 13:54:50 +01:00
Christian Meffert
27c9224f69
[listener] Support passing context arg to listener callbacks
2024-12-27 13:54:49 +01:00
Christian Meffert
07a5e6858d
[httpd] libevent proxy handling changes with libevent >= 2.2
2024-12-27 13:54:49 +01:00
Christian Meffert
c0192cc1f6
[web] Support libevent as WS server instead of libwebsockets
...
If libevent >= 2.2 is detected during configure and "websocket_port" == 0 in the config file, the libwebsocket implementation is disabled and instead the libevent http server offers the websocket connection. The connection to the websocket is then done with the path "/ws".
2024-12-27 13:51:58 +01:00
Christian Meffert
ef2740a6dd
[db] Add cli parameter to overwrite path to SQLite extension
...
This will allow pointing to the locally build (and not installed) owntone SQLite extension during development and local testing.
2024-12-27 13:17:23 +01:00
Alain Nussbaumer
3c85e540b9
[web] Fix security issue
2024-12-21 11:25:10 +01:00
ejurgensen
4b0e3b260c
Merge pull request #1827 from sshambar/spec-fix
2024-12-19 07:32:32 +01:00
Scott Shambarger
d7cbb46264
Correct libxml2 devel requires in spec file
2024-12-18 19:30:28 -08:00
ejurgensen
83f95e0381
[misc] Improve logging of int conversion errors
2024-12-13 11:25:43 +01:00
github-actions[bot]
2f8b007d32
[web] Rebuild web interface
2024-12-05 00:05:23 +00:00
Alain Nussbaumer
74ce03deed
[web] Fix security warnings
2024-12-05 01:04:54 +01:00
Alain Nussbaumer
861a18f4e3
[web] Update library versions
2024-12-05 01:02:42 +01:00
Alain Nussbaumer
a79ce01ae1
[web] Use newer versions of libraries
2024-11-14 10:44:21 +01:00
Alain Nussbaumer
4748e6adb5
[web] Remove background color
2024-11-14 10:42:51 +01:00
ejurgensen
fd0060b199
[docs] Reduce doc duplication between configuration.md and actual config file
...
Link to the config file instead of repeating documentation, since keeping the
two in sync is cumbersome maintaincewise.
2024-11-12 16:55:24 +01:00
ejurgensen
877efd2aba
Merge pull request #1824 from aaronk6/master
...
[docs] Change cache_path to cache_dir
2024-11-12 09:03:33 +01:00
aaronk6
b39dfefd72
[docs] Change cache_path to cache_dir
2024-11-11 22:32:55 +01:00
ejurgensen
3b28960675
[docs] Document changing track attribs time_played/time_skipped
2024-10-17 23:42:09 +02:00
ejurgensen
12f728629f
[json-api] Setting of track attribs time_played/time_skipped and make generic
2024-10-17 23:31:46 +02:00