03-25-2022, 08:49 PM
The new updating system simply installs the latest moode-player package which only updates things that are new or changed in the package. This includes radio stations. Only new, updated or deleted stations are processed.
Our Cloudsmith package repo contains the radio station zip's both full and updates-only. The zips contain the station logo jpg's and a JSON file that is used to update the SQL db and generate the .pls files.
https://cloudsmith.io/~moodeaudio/repos/...es/?page=1
You can download them to your /home/pi directory and install via the commands below but it will only work starting with release 8.0.2 or later.
Requires 8.0.2 or later.
Our Cloudsmith package repo contains the radio station zip's both full and updates-only. The zips contain the station logo jpg's and a JSON file that is used to update the SQL db and generate the .pls files.
https://cloudsmith.io/~moodeaudio/repos/...es/?page=1
You can download them to your /home/pi directory and install via the commands below but it will only work starting with release 8.0.2 or later.
Requires 8.0.2 or later.
Code:
1. Import 8.0.2 full backup into the db:
sudo /var/www/command/stationmanager.py --import --scope moode --how clear ./moode-stations-full_8.0.2.zip
2. Import the differential backup of 8.0.2 (just the updates)
sudo /var/www/command/stationmanager.py --import --scope moode --how merge ./moode-stations-update_8.0.2.zip