balbuze / volumio-plugins

volumio's plugins from balbuze
190 stars 60 forks source link

volstereo2mono - can't unzip #277

Closed FlorianReiterer closed 4 years ago

FlorianReiterer commented 4 years ago

Hi Balbuze, i'd like to use your mono plugin, but cant unzip it. End-of-central-directory signature not found. could you have a look and maybe zip it again, or have a hint for me? I did try to copy the unzipped directory but then got stuck at volumio plugin install progress 30 "Downloading plugin from 127.0.0..." regards, Florian

balbuze commented 4 years ago

hi! to install : wget https://github.com/balbuze/volumio-plugins/raw/master/plugins/audio_interface/volstereo2mono/volstereo2mono.zip mkdir ./volstereo2mono miniunzip volstereo2mono.zip -d ./volstereo2mono cd ./volstereo2mono volumio plugin install cd .. rm -Rf volstereo2mono*

Note: I didn't check if it is still working with recent version Volumio....

FlorianReiterer commented 4 years ago

Thank you for the detailed instruction. I am stuck at miniunzipping the downloaded volstereo2mono.zip. It says: "End-of-central-directory signature not found." and does not decompress the github zip file.

I use a allo sparky board written to the emmc card, and the current stable volumio version.

thanks!

balbuze commented 4 years ago

It is very weird... I checked and it just download and unzip fine... Do you SSH using Volumio as user? Have changed the default password? Do you get error while downloading with wget?

FlorianReiterer commented 4 years ago

I SSH as user volumio, default password, downloading complete. Thanks for checking that the file is fine! Maybe it is the sparky SBC, i will go and do that with a pi.

FlorianReiterer commented 4 years ago

Yup. Works like a charm. Looks like it is one of Sparky's many problems. Thanks for making this plugin!