Sign inSign up

mpcdigitize/rradio

By mpcdigitize

Updated over 1 year ago

Internet radio stream recorder and player.

Image
1

10K+

mpcdigitize/rradio repository overview

rradio
Description:

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 for personal and non-commercial use only.

Application does not contain any media guide or external links. Radio Stations make streaming URL available on their websites in a Support section.

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.

Support Thread - Unraid Forum

Tag summary

Content type

Image

Digest

sha256:fcabf4ab9

Size

235 MB

Last updated

over 1 year ago

docker pull mpcdigitize/rradio