From c0ef352b3eec5745e9be4383d6c35ff9be53ea1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Sun, 14 Jan 2024 23:09:49 +0100 Subject: [PATCH] updated readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2b768eb..39becc5 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ > Compatible with DSM 7.0 and DSM 7.1! Please download the package with the name beginning with `AirConnect-dsm7-` > -> Updated packages for `AirConnect 1.2+` available! +> Updated packages for `AirConnect 1.6+` available! > -> Problems with playback after sonos update 15.2? Please update to 15.3 (or latest available version). If the problem still exists, please check +> Problems with playback after sonos update 15.2? Please update to 15.3 (or latest available version). +> If the problem still exists, please check > > If you have problems on older synology NAS devices, this could be related to the old device kernel (old kernel, old glibc). > Please read the comments in the following [issue](https://github.com/eizedev/AirConnect-Synology/issues/63) @@ -234,10 +235,10 @@ SYNO_IP="" | ----------------------- | ------------------------------------------------ | ------------- | ------------------------------------------------------- | | AIRCAST_ENABLED | `0` or `1` | Yes | Enables or disables AIRCAST | | AIRCAST_LATENCY | `[rtp][:http][:f]` | No | RTP and HTTP latency (ms), ':f' forces silence fill | -| AIRCAST_LOGLEVEL | `=` | Yes | logs: `all | raop | main | util | upnp`, level: `error | warn | info | debug | sdebug` | +| AIRCAST_LOGLEVEL | `=` | Yes | logs: `all | raop | main | util | upnp`, level:`error | warn | info | debug | sdebug` | | AIRUPNP_ENABLED | `0` or `1` | Yes | Enables or disables AIRUPNP | | AIRUPNP_LATENCY | `[rtp][:http][:f]` | No | RTP and HTTP latency (ms), ':f' forces silence fill | -| AIRUPNP_LOGLEVEL | `=` | Yes | logs: `all | raop | main | util | upnp`, level: `error | warn | info | debug | sdebug` | +| AIRUPNP_LOGLEVEL | `=` | Yes | logs: `all | raop | main | util | upnp`, level:`error | warn | info | debug | sdebug` | | AIRUPNP_PORT | `49154` | Yes (airupnp) | Port on which airupnp should be started | | FILTER_AIRPLAY2_DEVICES | `,S1,S3,S5,S9,S12,ZP80,ZP90,S15,ZP100,...` | No | See [Supported UPnP Speakers](#supported-upnp-speakers) | | SYNO_IP | `192.168.1.100` | Yes | The ip on which aircast/airupnp will be started | @@ -359,12 +360,12 @@ If you would like to tweak the AirConnect configuration you can also use the Air #### airupnp ```markdown -v1.0.13 (Dec 10 2022 @ 11:10:19) +v1.6.3 (Jan 8 2024 @ 18:24:27) See -t for license terms Usage: [options] - -b [:] network interface and UPnP port to use + -b [:] network interface or interface and UPnP port to use -a [:] set inbound port and range for RTP and HTTP - -c ]|flc[:0..9]|wav|pcm> audio format send to player + -c ]|flac[:0..9]|wav|pcm> audio format send to player -g <-3|-1|0> HTTP content-length mode (-3:chunked, -1:none, 0:fixed) -u set the maximum UPnP version for search (default 1) -x read config from file (default is ./config.xml) @@ -374,6 +375,7 @@ Usage: [options] -r let timing reference drift (no click) -f write debug to logfile -p write PID in file + -N transform device name using C format (%s=name) -m exclude devices whose model include tokens -n exclude devices whose name includes tokens -o include only listed models; overrides -m and -n (use if player don't return a model) @@ -390,16 +392,17 @@ Build options: LINUX #### aircast ```markdown -v1.0.13 (Dec 10 2022 @ 11:14:02) +v1.6.3 (Jan 8 2024 @ 18:24:45) See -t for license terms Usage: [options] - -b network address to bind to + -b network address or interface to bind to -a [:] set inbound port and range for RTP and HTTP - -c ]|flc[:0..9]|wav> audio format send to player + -c ]|aac[:]|flac[:0..9]|wav> audio format send to player -v <0..1> group MediaVolume factor -x read config from file (default is ./config.xml) -i discover players, save and exit -I auto save config at every network scan + -N transform device name using C format (%s=name) -l <[rtp][:http][:f]> RTP and HTTP latency (ms), ':f' forces silence fill -r let timing reference drift (no click) -f Write debug to logfile