Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread ChrisList
:-D nice one... It works now! Thanks a lot! ChrisList's Profile: http://forums.slimdevices.com/member.php?userid=69842 View this thread: http://forums.slimdevices.com/showthread.php?t=107001

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread paul-
Well there is something that never workedlol. The print statement showing that you set the -P option is what is seg faulting. If you had the verbose output turned off it would have worked. Anyway, its fixed update your extension (run "pcp-update pcp-sbpd.tcz") I also defaulted to port

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread ChrisList
Paul Webster wrote: > As an experiment ... try > --port=9000 > instead of > -P 9000 Gives the same segmentation fault ChrisList's Profile: http://forums.slimdevices.com/member.php?userid=69842 View this thread:

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread ChrisList
yes, on piCore player 5.0.0. I installed it via the extensions menu. ChrisList's Profile: http://forums.slimdevices.com/member.php?userid=69842 View this thread: http://forums.slimdevices.com/showthread.php?t=107001

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread paul-
Are you using this on pCP? If not where did you get the binaries? piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread Paul Webster
As an experiment ... try --port=9000 instead of -P 9000 Paul Webster http://dabdig.blogspot.com Author Radio France (FIP etc) plugin Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread paul-
If I had time, I would trap that, but yes you need to set both server and port. If you aren't using discovery. What is your full command line piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread ChrisList
Using -z, I get a more infos. Apparently, this is the command being send to the server: Code: 1581357277.5801 6 control.c,276: Button pressed: Pin: 11, Press Type:Short 1581357277.5802 6 servercomm.c,74: Send Command:0, Fragment:["pause"] 1581357277.5802 7

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread paul-
Change the -v to -z, and you'll get more messages. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: DIY] [ANNOUNCE] SqueezeButtonPi - Tool to use buttons and rotary encoders on a RPi

2020-02-10 Thread ChrisList
Hi there, I am trying to get this working on a Pi zero. I used chills script and when looking on verbose output, I can see the button is registered and a command seems to be send to the server. Code: 1581350083.4460 6 sbpd.c,307: Options parsing: Set verbose mode