{% extends 'bp_util_base.html' %} {% block about %}
  • About {% endblock %} {% block content %}

    {% block title %} About {% endblock %}

    This App runs on Python Flask HTTP server and SQLite on your device.

    Each radio shows title information like a full-blown hardware radio.

    Style your App with your favorite images.

    Click the link of a Radios Name. Explore additional content, better bit rates and the original home page of the radio station.

    Your radio won't play?
    Some radios change content, stream file type, user limits, and split into multiple streams. Add /sid=1 to the base URL. As an example: http://stream.psychedelik.com:8010/sid=1

    Hunt for your preferred Radio URL. I made a Post-it for you.

    Get radio urls at Shoutcast 'Directory', take a playlist and open it with a text editor." DuckDuckGo ShoutCast

    IceCast is an other software used to stream radio content to users. DuckDuckGo IceCast

    German wiki.ubuntuusers.de tells you how to get even more stream urls from international search engines. wiki.ubuntuusers.de

    License on the python package server project eisenradio

    All images, except python, © 2021 RenĂ© Horn

    Have fun!


    {{ download_path }}

    Use the "Save" tab in navigation bar to change record path.


    {% if is_browser_on %}{% set browser = "ON" %}{% endif -%} {% if not is_browser_on %}{% set browser = "OFF" %}{% endif -%}

    https://www.python.org/

    {% endblock %}