Commit graph

35 commits

Author SHA1 Message Date
badaix
a30f548a31 rename files to snake_case 2019-10-12 18:28:29 +02:00
badaix
7cb595db28 move aixlog and popl to common 2019-10-09 22:11:43 +02:00
badaix
6b729ad61c reformat code 2019-09-25 19:07:23 +02:00
badaix
8b231c7cc6 modernize with clang-tidy 2019-09-25 19:02:33 +02:00
badaix
b20add3815 add clang-format file
reformat code
2019-09-24 22:42:36 +02:00
zteifel
b733f646ea Replace onstart and onstop with onevent
Update to replace onstart and onstop parameters with librespots onevent parameter.

https://github.com/librespot-org/librespot/issues/185
2019-09-23 19:45:39 +02:00
Johannes Pohl
077e9dd9fb
Merge pull request #359 from pizzaboy75/master
Add volume parameter to Librespot integration
2018-03-04 15:23:33 +01:00
pizzaboy75
b1165ff2cd
Add volume parameter to Librespot integration
Make use of the new "--initial-volume" parameter in librespot
2018-02-28 13:27:40 +01:00
badaix
44046821c1 update date in copyright 2018-02-19 20:04:28 +01:00
badaix
fc075555ea fix CMake compile errors 2018-02-04 13:11:07 +01:00
frafall
ce17b0010a Modified metadata interface to be tag independent, added JSON api. 2017-11-30 11:07:23 +01:00
frafall
67083975b0 Support for text tags through snapcast.
Only added tags Spotify stream input from modified librespot
for now.
2017-11-29 14:36:28 +01:00
frafall
af3ea660b9 Basic metadata working librespot/server/client. Still missing client hooks.
The librespot metadata api kinda messy, no clear API. For now I addded
printing of artist in Librespot, should publish patch
2017-11-25 05:13:04 +01:00
frafall
d444052233 Added basics for maintaining metadata by stream on server and pushing to clients.
Modified Spotify stream handler to get the track name from Libreelec's stderr.
Note, to support artist/album (or album art) we need to modify Libreelec
to print these.
2017-11-20 20:44:54 +01:00
Niklas Grebe
d34fbef34f Add cache parameter to Librespot integration 2017-10-21 18:23:01 +02:00
badaix
a490402721 x-out spotify username and password 2017-10-07 10:33:10 +02:00
badaix
0ea51d95f3 switch to AixLog 2017-09-16 16:53:37 +02:00
badaix
ce55f15c02 update logger 2017-07-24 18:59:49 +02:00
badaix
fa3f78b08d move string utils in namespace utils::string 2017-06-05 12:48:59 +02:00
Jörg Krause
1353d01a5a Add optional params onstart/onstop to spotify 2017-03-30 13:19:00 +02:00
Tommy Goode
1401ef76bd Making the librespot "username" and "password" params optional, and only throwing an error if one is provided without the the other. 2017-02-08 00:25:23 -06:00
badaix
fdb292edb4 2017 2017-02-04 11:56:40 +01:00
Timo Gurr
97bb0da717 librespot upstream changed the backend name from stdout to pipe
The stdout backend has been merged, but also been renamed in a later commit:
9c3541c41b
2017-01-07 03:31:57 +01:00
badaix
835127b18d bump version 0.10.0 2016-11-17 11:53:32 +01:00
badaix
756dd428f0 leave no_delay option default 2016-11-10 09:14:13 +01:00
badaix
748c4c06b1 kill shairport-sync and librespot if already running 2016-11-05 14:07:50 +01:00
Johannes Pohl
236786646b fixed stupid comparison. Thanks clang :) 2016-11-04 14:44:09 +01:00
badaix
161888eeee raised watchdog timeout to 130min 2016-11-04 10:35:17 +01:00
badaix
46b794498e added watchdog to restart librespot 2016-11-04 10:30:20 +01:00
badaix
5dc3a9c0b1 trim log lines, fixed sampleformat 2016-11-03 09:13:23 +01:00
badaix
7af0bdde65 added optional parameter "logStderr" to ProcessStream 2016-11-02 09:03:40 +01:00
badaix
ce8ed1e3f3 validate parameters 2016-11-01 22:24:32 +01:00
badaix
1cc4bc23e7 new parameter "devicename" (=Snapcast) 2016-11-01 18:57:23 +01:00
badaix
e0d9de5904 spotify stream 2016-11-01 14:47:24 +01:00
badaix
17879618c7 Added dummy classes for spotify stream reader 2016-10-27 13:58:13 +02:00