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

    aacp files
    Browser stops with a silent error, if file start or file end is defective.
    aacp writing is fixed since version 1.3. Older files can be played with VLC player.
    Monitor Records
    Get only the newest content from your radio!
    GhettoRecorder module is looking for the title and skips writing if found. You delete only once.
    Button 'Edit' -> 'Blacklist'
    Delete titles or the whole list. Recorder will write again.
    Some stations have 1000+ titles.
    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.
    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.
    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
    Get radio urls at Shoutcast 'Directory', take a playlist and open it with a text editor." DuckDuckGo ShoutCast
    IceCast is another 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 %}