Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasus20202/k-pop-tour
K-Pop Tour internet radio
https://github.com/nasus20202/k-pop-tour
Last synced: 18 days ago
JSON representation
K-Pop Tour internet radio
- Host: GitHub
- URL: https://github.com/nasus20202/k-pop-tour
- Owner: Nasus20202
- Created: 2024-01-25T00:49:57.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T20:56:51.000Z (5 months ago)
- Last Synced: 2024-09-11T01:26:28.114Z (4 months ago)
- Language: Shell
- Homepage: https://k.poptour.com.ar/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-Pop Tour Radio
Icecast radio that automatically downloads new songs from Spotify playlists.
There are currently four radio stations, each with 2 streams (mp3 and ogg) configured (all - 3.5K+ songs, hits - ~300 songs, rock-n-hiphop - ~400 songs, chill - ~500 songs) and 1 video stream (disabled by default).
# Running
The reecommended method is by using docker-compose. Create a `.env` file similar to the [example one](./.env.example) and run this command:
```bash
docker compose up
# or
docker compose up -d
```You can also run the radio as a dearmon using this [script](https://github.com/savonet/liquidsoap-daemon).