mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-02 16:19:09 +02:00
beta 2
This commit is contained in:
parent
2975017802
commit
7f74f24dd7
5 changed files with 37 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.5.0-beta-1
|
||||
VERSION = 0.5.0-beta-2
|
||||
TARGET = snapclient
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
snapclient (0.5.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-Remote control API (JSON)
|
||||
Added version information
|
||||
Get stream state (unknown, idle, playing, inactive)
|
||||
-Android client: manually configure snapserver host name
|
||||
-Android client compatibility improved: armeabi and armeabi-v7 binaries
|
||||
-Android client: configurable latency
|
||||
-Improved compatibility to Mopidy (GStreamer) (Issue #23)
|
||||
* Bugfixes
|
||||
-Android client: fixed "hide offline" on start
|
||||
-Store config in /var/lib/snapcast/ when running as daemon (Issue #33)
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 09 Mar 2016 00:02:00 +0200
|
||||
|
||||
snapclient (0.5.0~beta-1) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 0.5.0-beta-1
|
||||
VERSION = 0.5.0-beta-2
|
||||
TARGET = snapserver
|
||||
SHELL = /bin/bash
|
||||
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
snapserver (0.5.0~beta-2) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
-Remote control API (JSON)
|
||||
Added version information
|
||||
Get stream state (unknown, idle, playing, inactive)
|
||||
-Android client: manually configure snapserver host name
|
||||
-Android client compatibility improved: armeabi and armeabi-v7 binaries
|
||||
-Android client: configurable latency
|
||||
-Improved compatibility to Mopidy (GStreamer) (Issue #23)
|
||||
* Bugfixes
|
||||
-Android client: fixed "hide offline" on start
|
||||
-Store config in /var/lib/snapcast/ when running as daemon (Issue #33)
|
||||
|
||||
-- Johannes Pohl <johannes.pohl@badaix.de> Wed, 09 Mar 2016 00:02:00 +0200
|
||||
|
||||
snapserver (0.5.0~beta-1) unstable; urgency=low
|
||||
|
||||
* Features
|
||||
|
|
|
@ -28,7 +28,9 @@ server port
|
|||
Remote control port (default =1705)
|
||||
.TP
|
||||
\fB-s, --stream\fR
|
||||
URI of the PCM input stream. Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT] (default = 48000:16:2)
|
||||
URI of the PCM input stream. Format:
|
||||
.br
|
||||
TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
|
||||
.TP
|
||||
\fB--sampleformat\fR
|
||||
default sample format (default = 48000:16:2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue