Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2019-04-17 Thread AirFiero
Greg Erskine wrote: > Hi AirFiero, > > piCore is not piCorePlayer. > > Are you really using piCorePlayer? because... > > ssh works by default... nothing to do. > > Wifi settings are saved when you press the [Save] button on the [Wifi > Settings] page. > > regards > Greg PiCore player with

Re: [SlimDevices: Unix] [How To] Control LMS with any input device

2019-04-17 Thread Michael Herger
Interesting concept! Thanks for sharing. keypress.KEY_VOLUMEDOWN = /bin/bash /usr/local/bin/sb-command.sh "mixer volume +5" Should be "-5"? keypress.KEY_VOLUMEUP = /bin/bash /usr/local/bin/se-volume.sh "mixer volume +5" sb-command.sh or se-volume.sh? -- Michael

Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2019-04-17 Thread Greg Erskine
AirFiero wrote: > Is there a way to store WiFi connection information and passwords > between PiCore boot Ups? Hi AirFiero, piCore is not piCorePlayer. Are you really using piCorePlayer? because... ssh works by default... nothing to do. Wifi settings are saved when you press the [Save] butt

[SlimDevices: Unix] [How To] Control LMS with any input device

2019-04-17 Thread Roland0
I recently bought an USB DAC with hardware volume buttons. Unfortunately, it turned out that these buttons do not actually physically adjust the volume, but instead register as a keyboard and send media key keyboard events. After a bit of research, I found a fairly simple way to get the buttons w

Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2019-04-17 Thread paul-
It is stored automatically as long as you are using pCP interface. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsB

Re: [SlimDevices: Unix] Store files permanently on piCorePlayer

2019-04-17 Thread AirFiero
AirFiero wrote: > Another issue is being able to SSH into a pi zero after you have > configured everything in logitech squeezebox. I could get everything > working OK if I used my pi 3B plus, but I can’t seem to access it on the > pi zero. I did add a file in the route with the name SSH, and I