{% 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.

    Page unlock
    Most browsers do not allow auto start of audio this time. User interaction is required.
    Play local audio files
    Select multiple files as play list. On PC use Ctrl + left click to collect the files. Prefer VLC Player or foobar2000 for *.aacp files.
    Timer
    Timer Stop! stops all streams immediately.
    Spectrum Analyser
    A Spectrum Analyser function is randomly chosen. Remember, a standard Browser will never show an internet radio in a Spectrum Analyser due to the CORS restrictions, see the pypi project website. Turn your favorite sound maximum loud, with extra Gain (slider), to see more action.
    "Reload" your browser window
    Delete page cache and old cookies from listen and caching content before. Useful if you start a new session. Mobiles do not own a F5 refresh button.
    Internet radio won't play?
    Some internet radios change bit rate, stream file type, user limits, and split into multiple streams. Append /sid=1 to the URL. As an example: http://85.195.88.149:11810/sid=1.
    Radio picture clickable
    Click on the picture of your radio. Go to the directory of the radio listing site. You can left-click the audio element, to copy the link of a better stream URL.
    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, © 2022 RenĂ© Horn

    Have fun!


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

    {{ download_path }}

    Database Path

    {{ db_path }}

    Delete the database if you uninstall, or reinstall. An existing database will not be overwritten.

    Android user delete the /Music/Eisenradio/eisenradio_android.db, or the folder.


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

    https://www.python.org/

    {% endblock %}