07-21-2022, 07:33 PM
Don't know if this will work....depends if an empty json causes all existing stations to be dropped?
backup current Moode config from the web interface.
Unpack the zip and replace the contents of "station_data.json" with:
{
"fields": [
"id",
"station",
"name",
"type",
"logo",
"genre",
"broadcaster",
"language",
"country",
"region",
"bitrate",
"format",
"geo_fenced",
"home_page",
"reserved2"
],
"stations": [
]
}
backup current Moode config from the web interface.
Unpack the zip and replace the contents of "station_data.json" with:
{
"fields": [
"id",
"station",
"name",
"type",
"logo",
"genre",
"broadcaster",
"language",
"country",
"region",
"bitrate",
"format",
"geo_fenced",
"home_page",
"reserved2"
],
"stations": [
]
}