Go to file
Hillwood Yang 71a4681c6e Accepting request 765517 from home:hillwood:branches:multimedia:apps
- Update version to 3.3.5
  * Fix a crashing bug if output format S24 was chosen. 
  * Fix a bug whereby if Loudness was enabled through the D-Bus interface, the
    output would be muted until the volume was changed.
  * Enhancements to the D-Bus Interface
  * Fixes a deferred crash that occurred in Ubuntu 14.04
  * Fixes a potential crash when an incomplete fmtp parameter set is sent by the
    requesting client. Thanks to Angus71 for the fault report and for the
    repair.
  * Fixed a potential crash
  * A fix ensures the hardware mixer of an alsa device is detected and
    initialised before responding to the first volume setting.
  * Fixes were made to the MPRIS and native D-Bus interfaces. 
  * Fixes an error whereby the 'pvol'volume metadata was no longer sent if
    Shairport Sync was configured to ignore volume control information coming
    from the audio source. 
  * Instead of returning EXIT_FAILURE, return EXIT_WITH_SUCCESS on early exit
    with either "version" (–version or -V) or "help" (–help or -h) arguments.
    Thanks to Henrik Nilsson for the patch.
  * Normalises the 'pvol' volume outputs so that when both the software and
    hardware attenuators are in use to extend the overall attenuation range, the
    maximum output level corresponds to the maximum output level of the hardware
    mixer.
  * Add the option of including the file and line number of each log entry's
    source.
  * Rewrite the logic for identifying missing packets of audio and for asking
    for resends.
  * Expose the advanced settings controlling the resend request logic. 
  * Exposes two advanced metadata settings related to handling cover art

OBS-URL: https://build.opensuse.org/request/show/765517
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=15
2020-01-19 03:17:46 +00:00
.gitattributes Accepting request 616309 from home:hillwood 2018-06-12 12:52:43 +00:00
.gitignore Accepting request 616309 from home:hillwood 2018-06-12 12:52:43 +00:00
airplay-server.xml Accepting request 616309 from home:hillwood 2018-06-12 12:52:43 +00:00
drop-user-config.patch Accepting request 616309 from home:hillwood 2018-06-12 12:52:43 +00:00
README.SUSE Accepting request 616309 from home:hillwood 2018-06-12 12:52:43 +00:00
shairport-sync-3.3.5.tar.gz Accepting request 765517 from home:hillwood:branches:multimedia:apps 2020-01-19 03:17:46 +00:00
shairport-sync.changes Accepting request 765517 from home:hillwood:branches:multimedia:apps 2020-01-19 03:17:46 +00:00
shairport-sync.spec Accepting request 765517 from home:hillwood:branches:multimedia:apps 2020-01-19 03:17:46 +00:00

shairport-sync README for SuSE

How to start using shairport-sync

Start shairport-sync: sudo systemctl start shairport-sync
Stop shairport-sync: sudo systemctl stop shairport-sync
Start during booting: sudo systemctl enable shairport-sync

Open ports in firewalld: sudo firewall-cmd --add-service=airplay-server --permanent
                         sudo firewall-cmd --add-service=mdns --permanent
                         sudo systemctl restart firewalld