https://github.com/philippe44/lms-raop
LMS to AirPlay bridge
https://github.com/philippe44/lms-raop
airplay logitecmediaserver
Last synced: 25 days ago
JSON representation
LMS to AirPlay bridge
- Host: GitHub
- URL: https://github.com/philippe44/lms-raop
- Owner: philippe44
- Created: 2016-01-23T06:04:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T23:26:51.000Z (about 1 year ago)
- Last Synced: 2025-04-05T04:13:11.030Z (about 2 months ago)
- Topics: airplay, logitecmediaserver
- Language: Perl
- Homepage:
- Size: 1020 MB
- Stars: 69
- Watchers: 11
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Logitech Media Server to AirPlay bridge
Allows AirPlay players to be used by Logitech Media Server, as a normal Logitech SqueezeBox. It provides synchronisation, replaygain, gapless, fade in/out/cross and
all other LMS goodies. AirPlay remotes can be used as wellThis project is now part f LMS 3rd parties repositories. Support thread is [here](http://forums.slimdevices.com/showthread.php?105198-ANNOUNCE-AirPlay-Bridge-integrate-AirPlay-devices-with-LMS-(squeeze2raop))
Please see [here](https://github.com/philippe44/cross-compiling/blob/master/README.md#organizing-submodules--packages) to know how to rebuild my apps in general
Otherwise, you can just get the source code and pre-built binaries:
```
cd ~
git clone http://github.com/philippe44/lms-raop
cd ~/lms-raop
git submodule update --init
```
and build doing:
```
cd ~/lms-raop/application
make
```