Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).