Go back to a version of an official plugin

How can I go back to a previous version of an official plugin. Can I do it from Github web?

Yes. You have to select the branch gh-pages and in the wanted plugin folder see history.

I don’t understand how to do it … any chance that they pass me the zip of the previous version?

For arm arch (rpi) radio paradise (I guess for you?) https://github.com/volumio/volumio-plugins/blob/ea1e832f049f10ed0903c06c654510dae787dc34/plugins/volumio/armhf/music_service/radio_paradise/radio_paradise.zip

Sorry @balbuze, I get on really bad with Github! How do I download ?? !!

I think I have it, I’ll let you know if I can’t do it. Thank you!

from ssh on your device

wget https://github.com/volumio/volumio-plugins/raw/ea1e832f049f10ed0903c06c654510dae787dc34/plugins/volumio/armhf/music_service/radio_paradise/radio_paradise.zip
mkdir ./radio_paradise
miniunzip radio_paradise.zip -d ./radio_paradise
cd ./radio_paradise
volumio plugin install
1 Like