donaldacmartin / apollo

Radio stream to MP3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Python 3.10 Code style: black

Radio to RSS service

Prerequisites

  • Python >= 3.10

Build

poetry build

Installation

pip3 install dist/*.tar.gz

Docker

The docker image is donaldacmartin/apollo

In order to use Docker, the following volumes must be provided:

  • ./config.yml
  • ./output (substitute for each output directory in the config)

Configuration

The config YAML file must provide the following:

  • a dict of inputs
  • each input contains a folder where we can put the file & the URI to this location
  • a dict of shows

About

Radio stream to MP3


Languages

Language:Python 98.6%Language:Dockerfile 1.4%