Skinnydip
Poolsuite FM Streaming Agent-Convert retro summer radio into standard HTTP audio streams, supporting Sonos, VLC and other network audio players
Skinnydip is a self-hosted streaming proxy server that converts music from [Poolsuite FM](poolsuite.net) into the standard HTTP audio streaming format, allowing you to listen to retro summer electronic music on Sonos, VLC, Internet stereo and any other device that supports HTTP streaming. (This application network requires Piggy Page) #Available Channels | channel| Number of tracks| flow address| |------|--------|--------| | Poolsuite FM (default)| 274 | `/stream/default` | | Friday Nite Heat | 118 | `/stream/friday` | | Balearic Sundown | 46 | `/stream/balearic-sundown` | | Indie Summer | 82 | `/stream/indie-summer` | | Hangover Club | 76 | `/stream/hangover` | | Tokyo Disco | 58 | `/stream/tokyo` | | Latest 20 | 20 | `/stream/latest_20` | ##How to use ###Method 1: Web page visit Open the app's home page and you'll see a list of all available channels. Click to play. ###Method 2: VLC Player 1. Open VLC 2. Click ** Media ** → *** Open Internet Streaming ** 3. Enter the stream address, for example: ``` https://skinnydip. Your lazy cat. heiyu.space/stream/default ``` 4. click the play ###Method 3: Add to Sonos 1. Log in to the [TuneIn](tunein.com) website 2. Add a custom station URL: ``` https://skinnydip. Your lazy cat. heiyu.space/stream/default ``` 3. In Sonos App: **TuneIn** → ** My Radio Station ** ###Method 4: API call | interface| description| |------|------| | `GET /channels` |Get a list of all channels (JSON)| | `GET /now-playing/:slug` |Get currently playing track information| | `GET /health` |Service Health Status|

