Commit graph

2475 commits

Author SHA1 Message Date
badaix
dc5c48c53f Switch to ubuntu-latest VM 2021-05-18 09:34:06 +02:00
badaix
142ab7a0e9 Add boost includes 2021-05-18 09:06:35 +02:00
badaix
a40a0a3f56 Add artUrl, fix typo 2021-05-18 09:06:04 +02:00
badaix
f02ba7354b Add Metatags class 2021-05-18 09:05:36 +02:00
badaix
2762687c88 Post metatags to Snapcast 2021-05-17 22:07:25 +02:00
badaix
cc25f1d937 Reformat code 2021-05-17 22:04:27 +02:00
badaix
64448e4fa2 Add mpdmeta.py 2021-05-17 22:03:31 +02:00
badaix
5b8cd7ecd5 Change message_type from enum to enum class 2021-05-16 21:21:36 +02:00
Felix Braun
aba2d96aba include memory.hpp for shared_ptr
g++-11.1.0 needs this include to compile
2021-05-16 21:18:39 +02:00
badaix
2af5292f9d Fix compilation of tests on Android 2021-05-15 13:16:03 +02:00
badaix
02adc7498c Update version number to v0.25.0 2021-05-14 20:44:44 +02:00
badaix
8fb33fdae3 Update changelog 2021-05-14 20:42:48 +02:00
badaix
debb09545c Update Snapweb to v0.3.0 2021-05-14 20:39:49 +02:00
badaix
b49016bbc4 Use librespot's log severity for log messages 2021-05-09 15:54:01 +02:00
badaix
30c25637a0 Update boost download location 2021-05-08 13:28:02 +02:00
badaix
216714bd33 Add silence threshold for alsa stream 2021-05-05 21:59:36 +02:00
badaix
5d7aedeb31 Fix crash when feeding invalid ranges into flac 2021-05-05 11:29:42 +02:00
badaix
1725cffc6e Log stream state as string 2021-05-04 23:51:57 +02:00
badaix
178888a512 Use snapcast icon in Pulse player 2021-05-03 23:14:33 +02:00
badaix
2c7411e949 Fix Windows compile error 2021-05-03 10:03:54 +02:00
badaix
f79c301af7 Fix test compile error 2021-05-03 09:50:14 +02:00
badaix
a2168f12f1 Fix URI percent-decoding 2021-05-03 09:43:08 +02:00
badaix
e37d81f73c Fix double quotes in Airplay device name 2021-04-30 11:01:54 +02:00
badaix
c88b2d170b Fix writing "PCM device not found" for file player 2021-04-30 10:39:45 +02:00
badaix
376ca7ff9e Update boost to v1.76.0 2021-04-27 13:16:23 +02:00
plan-do-break-fix
c402468e89 fix(docs): Corrects common typos in project documentation 2021-04-27 12:57:06 +02:00
Stijn Van der Borght
af621acf1c Wasapi player: unregister system volume change callback on player destroy. Fixes crash when changing Windows volume after switching streams
Wasapi player: unregister system volume change callback on player destroy. Fixes crash when changing Windows volume after switching streams
2021-04-17 10:27:14 +02:00
Nick Steel
ea1236feef Added Stream.SetMeta and Stream.OnMetadata to JSON-RPC docs.
Also removed some code comments related to these.

Added Stream.SetMeta and Stream.OnMetadata to JSON-RPC docs.

Also removed some code comments related to these.
2021-04-17 10:26:54 +02:00
badaix
a99aed9ffa Update clang-tidy checks 2021-03-27 11:23:15 +01:00
badaix
de02fbb705 Set PulseAudio application icon 2021-03-16 17:24:25 +01:00
badaix
432e4dfad0 Add support for PulseAudio properties 2021-03-16 09:03:50 +01:00
badaix
be9c15cba6 Remove bug label, add link to discussions 2021-03-06 19:06:37 +01:00
badaix
f22f31edee Fix log tag 2021-03-06 18:46:55 +01:00
badaix
4f60c07c1c Fix issue number 2021-03-06 18:46:38 +01:00
Danny
76c0c310e1 Additional deps for freebsd 2021-03-06 18:45:02 +01:00
Danny
4791f337ff Update build.md
fwict libopus==opus (or it may be libopusenc - unsure) see https://www.freshports.org/audio/opus/ or https://www.freshports.org/audio/libopusenc
2021-03-06 18:45:02 +01:00
Max Kellermann
f721d4eb62 doc/binary_protocol.md: swap fields "received" and "sent"
In common/message/message.hpp, BaseMessage::read() reads the "sent"
field first and then "received"; same for serialize().  The
protocol documentation has been wrong ever since it was added in
commit 9d7e08b43
2021-03-06 18:41:18 +01:00
badaix
7eff45fda7 Update changelog 2021-02-21 21:10:24 +01:00
badaix
a30ac29fb4 Check for MacOS iBridge MAC address and fall back 2021-02-19 09:06:51 +01:00
badaix
66c5331b46 Update jsonrpc++ to v1.3.3 2021-02-17 22:40:31 +01:00
badaix
69ca5161a4 Add information about codec header 2021-02-17 22:40:04 +01:00
Max Kellermann
ae9ad7e3d2 client/connection: verify the message_cast result (nullptr dereference)
If the server sends a mismatching reply to a `Time` request packet,
the client crashes due to nullptr dereference because it uses
message_cast() but does not verify the result.
2021-02-17 18:06:31 +01:00
badaix
947a5d1399 Add more documentation to the default files 2021-02-14 21:12:25 +01:00
badaix
3747cc5207 Add some documentation to the default files 2021-02-14 20:57:36 +01:00
badaix
1b3e262a5b Be more compatible to older CMake versions 2021-02-14 13:20:03 +01:00
badaix
2c69844cad Log revision (git sha) 2021-02-14 12:54:52 +01:00
badaix
2a1fde8ec7 Update snapweb 2021-02-11 08:55:02 +01:00
badaix
7597f15d24 Tidy up code 2021-02-11 08:33:36 +01:00
badaix
f5d4fcaf43 Tidy up 2021-02-10 18:36:40 +01:00
badaix
1aa8831416 Add TIDY option to enable clang-tidy 2021-02-10 18:18:25 +01:00