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

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


    Delete all Radios.


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


    Import (restore) names and urls from GhettoRecorder *.ini file into your database. Remember the "Save" path in navigation bar.

    ini looks like so:

    [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

    {% endblock %}