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

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


    Export (backup) radio names and urls from your database to GhettoRecorder settings.ini file.


    Import (restore or append) names and urls from GhettoRecorder *.ini file to your database. Remember the "Save" path. App restart required!

    ini looks like so:

            
    [GLOBAL]
    SAVE_TO_DIR = /home/osboxes/Downloads/
    [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 all Radios. Then restart the app.


    {% endblock %}