Go to file
Stephan Kulow c0f2ef7c40 Accepting request 678921 from multimedia:apps
- Really use upstream tarball from the source url

- Update to release 3.2.2
  Version 3.2 introduces two big new features – MPRIS support and a "native" Shairport
  Sync D-Bus interface. MPRIS offers a standard set of facilities for implementing remote
  control and the native D-Bus interface allows local programs to interact
  directly with Shairport Sync.
  When used with either of these interfaces, Shairport Sync offers access
  to the remote control commands available to control the source, and also
  offers access to metadata, including titles and cover art. These new features
  are experimental, but are already useful.
  This release of Shairport Sync contains important bug fixes and stability
  improvements and is recommended for all users. If offers better synchronisation,
  better compatibility with third-party AirPlay sources, greater stability when
  used with YouTube and macOS system sound, faster resynchronisation, better
  performance on noisy or congested networks and many other improvements.
  A quick INSTALL guide for the Raspberry Pi, a how-to CAR INSTALL guide and
  a note about installing to OpenBSD have been added.
- See https://github.com/mikebrady/shairport-sync/releases for details

OBS-URL: https://build.opensuse.org/request/show/678921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shairport-sync?expand=0&rev=3
2019-02-25 17:01:04 +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
3.2.2.tar.gz - Really use upstream tarball from the source url 2019-02-25 13:57:26 +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.changes - Really use upstream tarball from the source url 2019-02-25 13:57:26 +00:00
shairport-sync.spec - Really use upstream tarball from the source url 2019-02-25 13:57:26 +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