{% extends 'bp_util_base.html' %} {% block tools %}
  • Tools {% endblock %} {% block content %}

    {% block title %} Tools {% endblock %}


    Export

    Export, Backup Radio Names and URLs from database to settings.ini file. ("Save" path)


    Import

    Import (restore or append) Names and URLs from *.ini file to database. Remember to set the "Save" path. :)

    You can create a settings.ini on a tablet or PC and then import it on your mobile/cell phone.

    App restart required!

    ini looks like so (mandatory [STATIONS] and your list):

                        
    [STATIONS]
    BLUES_UK = http://149.255.59.3:8232/stream
    hr3 = http://metafiles.gl-systemhaus.de/hr/hr3_2.m3u
    pop24 = http://rosewellpop.radioca.st:80/streams/128kbps

    Delete

    Delete all Radios.

    Then restart the app.


    {% endblock %}