To all pirate audio hat users,
i changed some code in 4 files of pirateaudio plugin, so it works with Volumio 3 (tested on beta Build 3.163).
At this time i dont want to do a pull request to volumios github repo, as Volumio 3 isnt finally released.
The following files were changed:
- display.py (modified code to work with python3)
- install.sh (modified code for installing depencies and pirateaudio.service)
- package.json (raised version number to 0.0.6)
- pirateaudio.service (modified path to work with python3)
How to install and use pirateaudio in the meantime?
Installation:
- connect via ssh on your raspberry volumio 3
- change to a directory you want (f.e. /home/volumio/) by command
cd /home/volumio
- git clone my repository by command
git clone https://github.com/Ax-LED/volumio-plugins.git
- change into pirateaudio pluginfolder by command
cd /home/volumio/volumio-plugins/plugins/miscellanea/pirateaudio
- install plugin manually by command
volumio plugin install
- this should install the plugin under /data/plugins/miscellanea/pirateaudio with all needed dependencies
- (remove folder /home/volumio/volumio-plugins, if you like)
- now open your browser and enter
http://volumio.local
- go to the plugin section and activate plugin and set settings
- restart your raspberry pi
After reboot the display and the buttons of your pirate audio hat should work.
Please let me know if it worked.
AxLED