I apologize in advance. This forum is dedicated to Roon software, however this information may interest some of the Roon users that like to listen to live radio. If this post violates the rules of the forum. Please remove it.
I have created a docker container application called rradio
rradio is an internet radio stream recorder and player. Schedule and record multiple radio streams in a background. Play recorder shows on your phone, on desktop or in tablet browser. Pause and resume where you left off. Import recordings into your favorite podcasting phone application.
Application is available in Unraid app store
Application Image on Dockerhub: https://hub.docker.com/r/mpcdigitize/rradio
Example start:
docker run -d \
--net='bridge' \
--name='rradio' \
--net='bridge' \
-e TZ="America/New_York" \
-e 'PUID'='99' \
-e 'PGID'='100' \
-p 8385:80 \
-v /path/to/data:/config \
-v /path/to/media:/media \
mpcdigitize/rradio:latest
You should set TZ to your timezone
Suppport thread on Unraid forum: https://forums.unraid.net/topic/140040-support-mpcdigitize-%E2%80%93-rradio/
Thanks