12-28-2021, 02:16 PM
To return to a default 7.6.1 station collection try the following.
1. Using your Browser download the 7.6.1 station export zip.
2. Delete station rows with ID's > 499
3. Delete PLS and logo files
4. Import the previously downloaded r761 station zip
5. Reboot
6. Menu, Update library
Disclaimer: I didn't do an actual run through :-0
1. Using your Browser download the 7.6.1 station export zip.
Code:
http://moodeaudio.org/test/r761_stations.zip
2. Delete station rows with ID's > 499
Code:
moodeutl -q "delete from cfg_radio where id > '499'"
3. Delete PLS and logo files
Code:
sudo rm /var/lib/mpd/music/RADIO/*.pls
sudo rm /var/local/www/imagesw/radio-logos/*.jpg
sudo rm /var/local/www/imagesw/radio-logos/thumbs/*.jpg
4. Import the previously downloaded r761 station zip
Code:
Library, Radio View, Radio Manager, Import station package
5. Reboot
6. Menu, Update library
Disclaimer: I didn't do an actual run through :-0