Commit graph

219 commits

Author SHA1 Message Date
badaix
44046821c1 update date in copyright 2018-02-19 20:04:28 +01:00
badaix
6bbcc83cb1 update json.hpp to 3.1.0 2018-02-06 22:38:45 +01:00
badaix
fc075555ea fix CMake compile errors 2018-02-04 13:11:07 +01:00
Jörg Krause
0dd803007a Initial CMake support 2018-02-03 21:29:45 +01:00
frafall
4583c90be4 Relocated base64 code to common 2017-12-02 05:30:15 +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
badaix
034c7f5f98 use MAC address as default host id 2017-11-12 22:40:00 +01:00
badaix
8f5e561e83 fix client id on OpenWrt 2017-10-15 22:07:39 +02:00
badaix
dd3b23c938 fix compile error 2017-10-03 21:47:36 +02:00
badaix
3e0e6f33d8 change user/group of config file 2017-10-03 21:42:56 +02:00
badaix
52b64e9f0c change user/group for config file 2017-10-03 20:41:15 +02:00
badaix
0ea51d95f3 switch to AixLog 2017-09-16 16:53:37 +02:00
badaix
756453f9d2 update logger 2017-09-12 21:19:18 +02:00
badaix
0c3a881df0 update aixlog 2017-08-23 22:21:38 +02:00
badaix
fe1b227319 update aixlog 2017-07-27 18:27:07 +02:00
badaix
ce55f15c02 update logger 2017-07-24 18:59:49 +02:00
badaix
2955b20e9d check permissions for server.json 2017-07-01 11:15:37 +02:00
badaix
81f46ff41f configurable client ID 2017-06-08 00:04:09 +02:00
Johannes Pohl
77bd32247a getHostId for MacOS 2017-06-07 21:45:03 +02:00
badaix
5bf78eb874 improve unique host ID creation 2017-06-05 22:23:45 +02:00
badaix
fa3f78b08d move string utils in namespace utils::string 2017-06-05 12:48:59 +02:00
badaix
ed5a54e4ab fix getOS 2017-03-19 20:47:09 +01:00
badaix
f05ff228fa fix getOS (causing high load on some OSes) 2017-03-19 12:45:15 +01:00
badaix
e5471297fd fix compile error on FreeBSD 2017-03-19 11:27:55 +01:00
badaix
69747ec316 gettimeofday 2017-03-14 21:11:13 +01:00
badaix
5579eabfe0 replace gettimeofday with chronos::systemtimeofday 2017-03-14 19:33:14 +01:00
badaix
cc69707fe1 fix pid file location 2017-03-04 13:18:08 +01:00
badaix
fdb292edb4 2017 2017-02-04 11:56:40 +01:00
BadAix
adcb19ee3f Snapserver is running as snapcast user 2017-01-08 16:55:39 +01:00
badaix
4206ccb3c3 fix generateUUID 2016-12-11 13:30:13 +01:00
badaix
9faa2272b5 removed define for "log" 2016-12-03 11:27:25 +01:00
badaix
db2b5e06a3 generateUUID 2016-11-30 16:35:56 +01:00
Johannes Pohl
bb7bea1b6c instance id for snapclient 2016-11-22 00:09:54 +01:00
Johannes Pohl
a54a7f9a37 unused header 2016-11-22 00:05:17 +01:00
badaix
8bd5361081 merged with master 2016-11-17 15:47:23 +01:00
badaix
043f76e35e removed trailing whitespaces 2016-11-14 22:48:07 +01:00
badaix
bd979f1c0e "sendNow" 2016-11-13 23:01:14 +01:00
badaix
0c5646679e cleaned up locking 2016-11-11 12:25:16 +01:00
badaix
bc1d96ef89 cleaned up locking 2016-11-11 12:24:55 +01:00
badaix
06ce37be1c fixed queue::abort 2016-11-09 21:57:24 +01:00
badaix
d0c88e2ce0 abortable pop 2016-11-09 19:26:10 +01:00
badaix
33f9557904 fixed crash during server shutdown 2016-11-08 19:23:36 +01:00
badaix
951548f412 portable sleep function 2016-10-28 10:10:58 +02:00
badaix
8ae203eece Merge branch 'develop' into nonroot 2016-10-22 20:24:40 +02:00
Johannes Pohl
e91eb74f3e more accurate getTickCount for macOS 2016-10-19 09:22:37 +02:00
badaix
98e3805616 run as snapcast user 2016-10-15 11:18:46 +02:00
badaix
d8ebc5e372 renamed system_clock "hrc" to "clk" 2016-10-03 13:58:46 +02:00
Johannes Pohl
df7829cd95 Merge remote-tracking branch 'origin/master' into develop 2016-09-27 11:53:37 +02:00
nimonimonimo
96d6b093d4 Added include of stdlib.h in common/daemon.h
This was needed for me to be able to make the server on FreeBSD 10.2
2016-09-24 09:02:16 +00:00