6783 Commits

Author SHA1 Message Date
Christian Meffert
11fc7d3962
Merge pull request #1828 from chme/feat/devcontainer
dev: Add template for VSCode settings and devcontainers
2025-01-18 10:34:22 +01:00
github-actions[bot]
8aaafe0fc3 [web] Rebuild web interface 2025-01-18 06:12:34 +00:00
Christian Meffert
8c2b44fc6c
Merge pull request #1818 from chme/feat/libevent-2.2-ws
[web] Support libevent as WS server instead of libwebsockets
2025-01-18 07:12:12 +01:00
github-actions[bot]
f4ac6f9c1c [web] Rebuild web interface 2025-01-17 16:37:01 +00:00
ejurgensen
450a333fd6
Merge pull request #1836 from owntone/streamurl_direct2
Streamurl options and artwork fixes, see issue #1829
2025-01-17 17:36:37 +01:00
Alain Nussbaumer
fbdc114288 [web] Add streamurl_ignore setting under artwork tab 2025-01-17 17:27:18 +01:00
ejurgensen
2497fe89df [settings] Move two settings to artwork category
show_cover_artwork_in_album_lists and streamurl_ignore. Ref #1829.
2025-01-17 17:26:19 +01:00
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
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
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
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
ejurgensen
750f83b7e0 [httpd] Fixup commit 5d7e3dc0 in case NULL isn't zero 2024-10-17 19:58:25 +02:00
ejurgensen
5d7e3dc090 [httpd] Add parameter "no_register_playback" for DAAP/RSP streaming 2024-10-17 19:48:14 +02:00
ejurgensen
880f5b2bf6 [json_api] Method for setting skip_count and for setting play_count directly 2024-10-16 16:42:24 +02:00
ejurgensen
8ae25aaf3e
[docs] Update Chromecast note about Nest Hub 2024-10-14 23:09:43 +02:00
ejurgensen
09a70ad993 [docs] Update Makefile.am with updated doc sources 2024-10-11 19:43:06 +02:00
ejurgensen
7da811e3b3 [docs] Brush up the documentation
* Try to organize after expected user need
* Update mkdocs stuff and fix a broken link
* Move web building info to building.md
* Add info about Roku Soundbridge
* Add note about Google Nest not working
2024-10-11 19:29:49 +02:00
ejurgensen
75a1082b0a [mpd] Add getvol, bump version to 0.23.0 2024-10-08 23:43:34 +02:00
ejurgensen
ebec99cc9d [mpc] Support for readpicture and albumart 2024-10-08 20:35:12 +02:00
ejurgensen
601f5a7657 [gh-actions] Add FreeBSD build workflow using vmactions 2024-10-07 23:50:21 +02:00
ejurgensen
81cf713a83 [daap] Fix for Apple Music/iTunes not working on Airplay host (attempt 2)
OwnTone selects ALAC for daap streaming because it thinks the client is an Airplay speaker.

Regression in 28.10 coming from PR #1698.

Fixes #1816
2024-09-30 19:59:34 +02:00
ejurgensen
b9fa790f50 Revert "[daap] Fix for Apple Music/iTunes not working on Airplay host"
This reverts commit 73864e82cd267da65b7245430bd1a2060d8bec81.
2024-09-30 16:13:31 +02:00