Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2016-11-05 Thread munich

Thank you for the support.

I found it "Player wählen"!
Unfortunately it was below "Hauptmenü ausblenden"



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2016-11-05 Thread munich

Paul Webster wrote: 
>  However, it is a few clicks & slides to switch players ... 

Thank you very much for the fast answer.
But what clicks & slides are necessary?
I already set one raspberry up, but I was not able to change the
raspberry / squeeze-player. I see the different players in my network
(Einstellungen -> Erweitert -> Informationen zur Squeezebox ->
Player-Informationen), but I am not able to select one (a different one)
and to control it.



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2016-11-05 Thread munich

Is it possible and how, to control with Jivelite a squeezeplayer on a
different raspberry?

I have set up several raspberries with squeezelite. Currently I am
controlling all with my iPad or iPhone. But somehow I always have to
search for a iPad or iPhone, because they are never on the place it
should be. So I thought about a inexpensive solution, setting up
dedicated raspberry with a small LCD screen and Jivelite for controlling
all the other sqeezeplayers.

Any help is highly welcome.



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2015-04-26 Thread munich

Help needed, I am still looking for some commands to steer Jivelite via
my remote (lirc):

With - and + on my keyboard I can control the volume of squeeze, but
what is the code for lircd.conf?

- = KEY_MINUS is working perfect, BUT what to use for + ???
KEY_PLUS or KEY_+ is NOT working, KEY_KPPLUS gives me the submenu.

Any help?



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2015-04-09 Thread munich

Somehow it works, at least when I use the following key-names within
lircd.conf:
KEY_ENTER, KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT, KEY_ESC (one level
back), KEY_0 (going to the currently playing screen with the album
cover).

Who it may concern, the following steps helped me to get LIRC running:
1) sudo apt-get install lirc
2) sudo apt-get install lirc-x
3) sudo apt-get install liblircclient-dev
4) sudo nano /boot/config.txt - add: dtoverlay=lirc-rpi,gpio_in_pin=4
(in my case I use GPIO pin 4 for the infrared receiver - because other
GPIOs are used by the PiTFT display)
5) sudo nano /etc/modules - add: lirc_dev
6) sudo nano /etc/lirc/lircd.conf (lircd.conf file has to be adjusted to
the remote you are using AND has to use the key-names above)
Now it should run ...



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2015-04-02 Thread munich

I use Raspbian image from adafruit for my Pi + PiTFT.
Afterwards I installed squeezelite and callumridley-jivelite (because of
the small PiTFT touch display), everything works fine. :)

Then I installed lirc so I can navigate jivelite via remote control,
too.
I hoped to be able to use irexec and irxevent via /etc/lirc/lircrc in
order to define the commands.

BUT it works already before writing lircrc. :confused:

QUESTION: Where (in which file) can I define the mapping between my
remote control keys and the command to be executed?
QUESTION: Where can I find the information what keys / commands can be
used?
QUESTION: Does this have something todo with jivelite or directly with
lirc set-up?



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2015-03-31 Thread munich

Ted99 wrote: 
 The 2nd post on the previous page (page 29) has the answer.

Great, it works perfectly, post #282 made my capacitive PiTFT working :)



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2015-03-30 Thread munich

The capacitive PiTFT displays jivelite fine. BUT the touch function
doesn't work. The mouse cursor can only be moved around the top left
hand corner of the screen, no matter where you touch.

There is a solution hint at #268
http://forums.slimdevices.com/showthread.php?98156-Announce-JiveLite-cut-down-squeezebox-control-applicationp=804070viewfull=1#post804070
but as Newbie I do not understand what to do. 

Anybody who managed to get the capacitive PiTFT working?



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Raspberry Pi, Pi-DAC, Squeezelite and IR

2015-03-14 Thread munich

I would like to set up the same, but unfortunately I am a newbie
regarding Linux and Lirc.

I set up Lirc regarding
http://ozzmaker.com/2013/10/24/how-to-control-the-gpio-on-a-raspberry-pi-with-an-ir-remote/.
I recorded the remote keys and have a lircd.conf.

But what are the next steps?
How do I read / transfer the IR-codes to be used by the code above?
How can I set up a program /script to execute the code above?

Any help would be great.



munich's Profile: http://forums.slimdevices.com/member.php?userid=63891
View this thread: http://forums.slimdevices.com/showthread.php?t=101787

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix