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

2020-07-13 Thread WadDad


Hello. Some songs, singers and albums on my LMS called in Russian. Has
JiveLite supports input on another language in search screen?



WadDad's Profile: http://forums.slimdevices.com/member.php?userid=64557
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

2019-04-26 Thread Jursi


lrossouw wrote: 
> I'd like something like this.  Screen layout should be different than
> squeezeplay.
> 
> I'd probably use it as only a now playing screen. For me it would run on
> a seperate PC from player or server.  I want a now playing screen that's
> clean/dark and with hidden controls.
> 
> Now playing should have 
> - Large album art
> - Title of currently playing song etc.
> - List of upcoming songs (i.e. current playlist)  with album art.
> - black/dark background 
> - not look like a computer screen.  
> - option to remove all controls to declutter
> 
> 

Hello,

I was looking for excat same thing. Sorry if this has been discussed
elsewhere before.

So I would like to have now playing screen on my tv without controls and
top/down bars. Is there any easy solution?

I am using raspberry pi 3 running piCoreplayer.

Thank you!

-Jursi



Jursi's Profile: http://forums.slimdevices.com/member.php?userid=69100
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

2019-01-06 Thread bacmrbt

bpa wrote: 
> You're missing the SDL library - probably not installed 
> 
> Check if there a package already built for libsdl  (not libsdl2 I think)
> - you'll need developer version which has SDL.h

Bonjour, 
comment puis je installer la bibliothèque SDL ?


la commande :
> sudo apt-get install git libsdl1.2-dev libsdl-ttf2.0-dev
> libsdl-image1.2-dev libsdl-gfx1.2-dev libexpat1-dev

ne trouve pas les sources

Merci



bacmrbt's Profile: http://forums.slimdevices.com/member.php?userid=68807
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

2018-12-27 Thread lordvader


achgotz wrote: 
> I had exactly the same problem on raspbian+jivelite that's why I
> switched to picoreplayer. You can turn on again the device via a remote
> control app (ie android or other, from smartphone), But that's it, I
> also did not manage to find a way to switch it on via touch

Huh - just started a thread because I'm having the same issue... Was
anyone here able to resolve it (and why on earth does it just work in
PiCorePlayer ???)



lordvader's Profile: http://forums.slimdevices.com/member.php?userid=68712
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

2018-11-29 Thread Julf


Man in a van wrote: 
> Hi Julf, long time.

Hi, Ronnie - it has indeed been a while. :)



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
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

2018-11-29 Thread bpa


fallenturtle wrote: 
> So I just installed Ubuntu Mate 18.04.1 and I'm trying to compile
> jivelite but running into issues, most likely because I'm a novice and
> don't know what I'm doing.
> Following this guide:
> https://help.ubuntu.com/community/CompilingEasyHowTo I installed
> build-essential, checkinstall, and git-core.
> Next, I downloaded jivelite-master from github, extracted it to
> /usr/local/src, cc'd to /usr/local/src/jivelite-master/src and ran make
> and got this error:
> > 
Code:

  >   > 
  > cc -I. -I/include/luajit-2.0 -I/usr/include/SDL -Wall -fPIC 
platform_linux.c -c -o platform_linux.o
  > In file included from platform_linux.c:9:0:
  > common.h:62:10: fatal error: SDL.h: No such file or directory
  > #include 
  > ^~~
  > compilation terminated.
  > Makefile:25: recipe for target 'platform_linux.o' failed
  > make: *** [platform_linux.o] Error 1
  > 

> > 
> 
> Any idea what I'm doing wrong?

You're missing the SDL library - probably not installed 

Check if there a package already built for libsdl  (not libsdl2 I think)
- you'll need developer version which has SDL.h



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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

2018-11-29 Thread Jeff07971


fallenturtle wrote: 
> So I just installed Ubuntu Mate 18.04.1 and I'm trying to compile
> jivelite but running into issues, most likely because I'm a novice and
> don't know what I'm doing.
> Following this guide:
> https://help.ubuntu.com/community/CompilingEasyHowTo I installed
> build-essential, checkinstall, and git-core.
> Next, I downloaded jivelite-master from github, extracted it to
> /usr/local/src, cc'd to /usr/local/src/jivelite-master/src and ran make
> and got this error:
> > 
Code:

  >   > 
  > cc -I. -I/include/luajit-2.0 -I/usr/include/SDL -Wall -fPIC 
platform_linux.c -c -o platform_linux.o
  > In file included from platform_linux.c:9:0:
  > common.h:62:10: fatal error: SDL.h: No such file or directory
  > #include 
  > ^~~
  > compilation terminated.
  > Makefile:25: recipe for target 'platform_linux.o' failed
  > make: *** [platform_linux.o] Error 1
  > 

> > 
> 
> Any idea what I'm doing wrong?


To compile on Debian I do this :-

apt update -y  && apt upgrade -y && apt install -y git-core
build-essential libluajit-5.1-dev libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libexpat1-dev sudo
network-manager
git clone https://github.com/ralph-irving/jivelite.git

cd jivelite
make PREFIX=/usr/


Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3
*Server:* LMS Version:  Latest Nightly on Centos 7.5 VM on ESXi 6.5.0U2
on Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLite-X
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2018-11-29 Thread Man in a van


fallenturtle wrote: 
> So I just installed Ubuntu Mate 18.04.1 and I'm trying to compile
> jivelite but running into issues, most likely because I'm a novice and
> don't know what I'm doing.
> Following this guide:
> https://help.ubuntu.com/community/CompilingEasyHowTo I installed
> build-essential, checkinstall, and git-core.
> Next, I downloaded jivelite-master from github, extracted it to
> /usr/local/src, cc'd to /usr/local/src/jivelite-master/src and ran make
> and got this error:
> > 
Code:

  >   > 
  > cc -I. -I/include/luajit-2.0 -I/usr/include/SDL -Wall -fPIC 
platform_linux.c -c -o platform_linux.o
  > In file included from platform_linux.c:9:0:
  > common.h:62:10: fatal error: SDL.h: No such file or directory
  > #include 
  > ^~~
  > compilation terminated.
  > Makefile:25: recipe for target 'platform_linux.o' failed
  > make: *** [platform_linux.o] Error 1
  > 

> > 
> 
> Any idea what I'm doing wrong?

Julf wrote: 
> You need to install a bunch of dependencies. Can't find the list right
> now - perhaps someone has it handy?


Step #4 from this post list a few, don't know if they are
relevant:confused:

http://www.hagensieker.com/jivelite/index.php

ronnie

Hi Julf, long time.



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
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

2018-11-29 Thread Julf


You need to install a bunch of dependencies. Can't find the list right
now - perhaps someone has it handy?



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
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

2018-02-06 Thread ralphy

asplundj wrote: 
> Is there a keyboard shortcut for play previous track? I can only find
> play next track.
The Less Than key
*<*



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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

2018-02-05 Thread Paul Webster

asplundj wrote: 
> Is there a keyboard shortcut for play previous track? I can only find
> play next track.

See the recent keyboard controls thread What are the keyboard controls
http://forums.slimdevices.com/showthread.php?t=108559



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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

2018-02-05 Thread asplundj

Is there a keyboard shortcut for play previous track? I can only find
play next track.



asplundj's Profile: http://forums.slimdevices.com/member.php?userid=53571
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

2018-02-01 Thread Jeff07971

ralphy wrote: 
> It appears the framebuffer doesn't provide the support SDL needs for the
> color depth.
> 
> Try reducing the depth to 16bit by adding this before starting jivelite.
> 
> 
> fbset -depth 16

Hi Ralphy

Thanks for that, I tried it and it did indeed flip the display but
screwed up both colour (obviously) and aspect ratio.
I tried with Debian 9.3 as well and was the same.

I thought it might be easy but it looks like its not so I'll stick with
how it is.

Thanks for trying though

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2018-01-29 Thread ralphy

Jeff07971 wrote: 
> Hi Ralphy,
> 
> I'm pretty sure this is using only the frame buffer no X installed
> 
> Output from Jivelite WITHOUT "export SDL_VIDEO_FBCON_ROTATION=UD"
> 
> > 
Code:

  >   > 
  > [0;33m20180128 17:59:29.497 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0[0m
  > [0;33m20180128 17:59:29.497 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL[0m
  > [0;33m20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0][0m
  > [0;33m20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is available[0m
  > [0;33m20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available[0m
  > [0;33m20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  > [0m
  > [0;33m20180128 17:59:29.542 INFO   jivelite.applets - AppletManager.lua:92 
User Path: /root/.jivelite/userpath[0m
  > [0;33m20180128 17:59:29.673 INFO   jivelite.applets - AppletManager.lua:318 
Registering: DesktopJive[0m
  > [0;33m20180128 17:59:29.674 INFO   jivelite.applets - AppletManager.lua:318 
Registering: BlankScreenSaver[0m
  > 

> > 
> ETC, runs fine.
> 
> Output WITH "export SDL_VIDEO_FBCON_ROTATION=UD"
> > 
Code:

  >   > 
  > [0;33m20180128 17:58:36.136 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0[0m
  > [0;33m20180128 17:58:36.136 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL[0m
  > [0;33m20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0][0m
  > [0;33m20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is not available[0m
  > [0;33m20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available[0m
  > [0;33m20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  > [0m
  > [0;31m20180128 17:58:36.161 ERROR  jivelite.ui.draw - 
jive_surface_set_video_mode:855 SDL_SetVideoMode(1366,768,32): Using software 
buffer, but no blitter function is available for 32 bpp.[0m
  > [0;31m20180128 17:58:36.161 ERROR  jivelite.ui.draw - jiveL_initSDL:282 
Video mode not supported: 1366x768
  > 

> > 
> AND Restart (as in script)
> 
> Jeff

It appears the framebuffer doesn't provide the support SDL needs for the
color depth.

Try reducing the depth to 16bit by adding this before starting jivelite.


fbset -depth 16



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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

2018-01-28 Thread Jeff07971

ralphy wrote: 
> Are you using just the console and not X?  I should have mentioned that
> the envars are only for the frame buffer console.
> 
> Remove '  > /dev/null 2>&1' from your script so you can see any errors.

Hi Ralphy,

I'm pretty sure this is using only the frame buffer no X installed

Output from Jivelite WITHOUT "export SDL_VIDEO_FBCON_ROTATION=UD"


Code:


  20180128 17:59:29.497 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0
  20180128 17:59:29.497 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0]
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is available
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  
  20180128 17:59:29.542 INFO   jivelite.applets - AppletManager.lua:92 
User Path: /root/.jivelite/userpath
  20180128 17:59:29.673 INFO   jivelite.applets - AppletManager.lua:318 
Registering: DesktopJive
  20180128 17:59:29.674 INFO   jivelite.applets - AppletManager.lua:318 
Registering: BlankScreenSaver
  ETC, runs fine.
  



Output WITH "export SDL_VIDEO_FBCON_ROTATION=UD"

Code:


  20180128 17:58:36.136 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0
  20180128 17:58:36.136 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0]
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is not available
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  
  20180128 17:58:36.161 ERROR  jivelite.ui.draw - 
jive_surface_set_video_mode:855 SDL_SetVideoMode(1366,768,32): Using software 
buffer, but no blitter function is available for 32 bpp.
  20180128 17:58:36.161 ERROR  jivelite.ui.draw - jiveL_initSDL:282 
Video mode not supported: 1366x768
  AND Restart (as in script)
  



Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2018-01-28 Thread ralphy

Jeff07971 wrote: 
> Hi Ralphy,
> 
> Thanks for that however it does not seem to work on my Debian GNU/Linux
> 8.9 (jessie)
> 
> I have put it in my Jivelite startup script :-
> 
> > 
Code:

  >   > 
  > #!/bin/sh
  > export SDL_VIDEO_FBCON_ROTATION=UD
  > while true;
  > do
  > /root/jivelite/bin/jivelite > /dev/null 2>&1
  > sleep 5
  > done

> > 
> 
> but Jivelite then does not start

Are you using just the console and not X?  I should have mentioned that
the envars are only for the frame buffer console.

Remove '  > /dev/null 2>&1' from your script so you can see any errors.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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

2018-01-27 Thread Jeff07971

ralphy wrote: 
> Yes, there's an environment variable for this.  See my 'post in this
> thread'
> (http://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer=839818=1#post839818).
> 
> It's for picoreplayer, but the envars are the same.

Hi Ralphy,

Thanks for that however it does not seem to work on my Debian GNU/Linux
8.9 (jessie)

I have put it in my Jivelite startup script :-


Code:


  #!/bin/sh
  export SDL_VIDEO_FBCON_ROTATION=UD
  while true;
  do
  /root/jivelite/bin/jivelite > /dev/null 2>&1
  sleep 5
  done



but Jivelite then does not start



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2018-01-27 Thread ralphy

Jeff07971 wrote: 
> Is there a way to rotate jivelite 180 degrees ?
> 
> I have noticed that my lcd has a more usefull viewing angle if inverted
> 
> The unit is running debian
> I have tried rotating the console in grub with
> "GRUB_CMDLINE_LINUX="fbcon=rotate:2"" this works but only for the
> console, Jivelite is still not inverted
> Any ideas ?
> 
> Thanks
> 
> Jeff

Yes, there's an environment variable for this.  See my 'post in this
thread'
(http://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer=839818=1#post839818).

It's for picoreplayer, but the envars are the same.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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

2018-01-26 Thread Jeff07971

Is there a way to rotate jivelite 180 degrees ?

I have noticed that my lcd has a more usefull viewing angle if inverted

The unit is running debian
I have tried rotating the console in grub with
"GRUB_CMDLINE_LINUX="fbcon=rotate:2"" this works but only for the
console, Jivelite is still not inverted
Any ideas ?

Thanks

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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

2017-05-11 Thread Michael Herger

I am an old Touch user and I know vu-meters are only available when the
player is the touch, so yes, JiveLite is running on the Orange Pi One
which is also the player. There is something like an attempt to render
graphic things, but nothing clear is visible, it sounds like a graphic
error.


Ok, then most likely the assets were not adjusted for this screen size 
or skin.


--

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


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

2017-05-11 Thread renaud

Thank you for your fast answer.

I am an old Touch user and I know vu-meters are only available when the
player is the touch, so yes, JiveLite is running on the Orange Pi One
which is also the player. There is something like an attempt to render
graphic things, but nothing clear is visible, it sounds like a graphic
error.

In my side I wrote a very little python script to manage LCD 16x2 or
20x4 on the I2C especially for the Orange Pi Zero (it is also working
for the Raspberry) because it was harder (so more fun) when you have
more or less no documentation, for the Orange Pi Zero, and you have to
discover by yourself. Looking at JiveLite running gives me some ideas
for my script! 

Thanks again for JiveLite and your support.



renaud's Profile: http://forums.slimdevices.com/member.php?userid=47911
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

2017-05-11 Thread Michael Herger

- I have deselected some options (like "Artwork") in the "NowPlaying"
menu and then the options are no more here in the menu. Is there any way
to see them back?


The choices in this menu depend on the skin used. The one you're using 
doesn't offer any options.



- seems in the 1920x1080 some buttons (next previous volume+/-) are no
more here when playing : is it a "functionality"?


Rather lack there of :-). That skin imho was designed with the remote 
control in mind, not to be used on eg. a touch screen. Not all buttons 
can be navigated to using a remote. Therefore they're not there.


Does the build you're using offer other Grid Skins? If so, you might be 
able to tweak them to use your native resolution instead of the HD Grid 
Skins: Set JL_SCREEN_WIDTH and JL_SCREEN_HEIGHT environment variables to 
your resolution. Would that work?



- vu meter and sound analyzer are not working (but maybe I have to
install other stuff / libs?), any idea?


AFAIK they're only available if squeezelite is running on the same computer.


- I installed JiveLite "the hard way": following the instructions on the
first page, I knew that google code closed and I knew JiveLite was on
github, so I changed the git clone address. But why do you not change
the instructions directly on the first page of this thread?


Triode, who created JiveLite and did that posting, has left the 
community a few years ago. The project itself is now maintained mostly 
by ralphy (the owner of the github account).


--

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


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

2017-05-10 Thread renaud

Thank you for this wonderful job.

I use LMS since years and have done plenty of things: change the clock
and spdif output of the receiver, installed LMS on PC, then on Raspberry
then on Orange Pi Zero (8€ the Logitech Media Server faster than a Rasp
V3!).

I am also an old user of PicorePlayer, since "the beginning" or
something like that, tried with the awful 3.5" "audio" jack then go to
an Hifiberry then tried a PCM2704 for 4€...

I installed last year JiveLite on the Raspberry Pi with the official
screen and it is more or less the same as the Logitech Touch (I've one
sample, of course) with a flawless usage.

Recently I managed to install JiveLite on an Orange Pi One. I use this
card because I wanted to plug an I2S DAC and the Orange Pi Zero does not
have the GPIO pin for that (also I am in China and it is 50% less
expansive than a Rasp). Working like a charm.

Yesterday I've also connected a nice LCD screen grabbed from an old
laptop (using a V56 card) to use it like a monitor for the Orange Pi
One. My screen is 1920x1200 but after few settings it is not so bad
(err... it's a wonderful LG LCD after all).

So with JiveLite using the 1920x1080 resolution, my wife and I we
discovered the great pleasure to see the sleeves of the records, many of
them are real artwork. Thank you again for this piece of code!

Now, some questions:
- I have deselected some options (like "Artwork") in the "NowPlaying"
menu and then the options are no more here in the menu. Is there any way
to see them back?
- seems in the 1920x1080 some buttons (next previous volume+/-) are no
more here when playing : is it a "functionality"?
- vu meter and sound analyzer are not working (but maybe I have to
install other stuff / libs?), any idea? 
- I installed JiveLite "the hard way": following the instructions on the
first page, I knew that google code closed and I knew JiveLite was on
github, so I changed the git clone address. But why do you not change
the instructions directly on the first page of this thread?



renaud's Profile: http://forums.slimdevices.com/member.php?userid=47911
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

2017-03-28 Thread fullerms

Hi all,

I am in the process of evaluating Max2Play which includes Jivelite, and
I like the overall look. However, the VU meter included in M2P is the
"Logitech White" version and I want the "Kolossos Oval VU Meter". The
M2P interface does not have the option to change the VU meter, is there
anyway I can change it through the terminal window?



fullerms's Profile: http://forums.slimdevices.com/member.php?userid=42627
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

2017-03-11 Thread HB64

markiii wrote: 
> fabulous that worked a treat thanks.
> 
> oddly though it doesn't survive a reboot, when I try ro run
> .bin/jivelite after a reboot it doesn't exist

That's perfectly normal behavior, you have to make jivelite start on
boot. 
I don't know where your ubuntu is running on but the way to make it
start on a debian distro (and maybe Ubuntu) goes as following:

Install Xorg and LXDE-Core: 

Code:

sudo apt-get install xorg lxde-core


After that we must make the system auto login:

Code:

sudo nano /etc/systemd/system/getty.target.wants/getty@tty1.service


And change the "ExecStart=" line in the "[Service]" section to this
(with foo as example name):

Code:

ExecStart=-/sbin/agetty --autologin foo --noclear %I $TERM


CTRL X to save it.
For automatic `startx` edit .profile in your home
directory:

Code:

sudo nano .profile


And add this snippet to the end of the file: 

Code:

[ "$(tty)" = "/dev/tty1" ] && exec startx


CTRL X to save it.
Now set the correct default.target to ensure the system boots to the
console (TTY) rather than to a display manager:

Code:

sudo systemctl set-default multi-user.target


To reverse this change, reset the default.target with (leave this for
now otherwise jivelite will fail to start): 

Code:

sudo systemctl set-default graphical.target


Now finally autostart JiveLite by editing the following file: 

Code:

sudo nano /usr/bin/startlxde


Scroll to the bottom of the it and youll see the last line says
this: 

Code:

exec /usr/bin/lxsession -s LXDE-pi -e LXDE


Change it to this by putting a # sign in front of that line

Code:

#exec /usr/bin/lxsession -s LXDE-pi -e LXDE


Add another line below it that says this (with foo as example name):

Code:

exec /home/foo/jivelite/bin/jivelite


CTRL X to save it.
Reboot your system and hopefully it's working.



HB64's Profile: http://forums.slimdevices.com/member.php?userid=14945
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

2017-03-11 Thread markiii

fabulous that worked a treat thanks.

oddly though it doesn't survive a reboot, when I try ro run
.bin/jivelite after a reboot it doesn't exist



PiCorePlayer 3.11 with Hifiberry Digital + (Lounge)
Joggler Squeezeplay as Remote (Lounge)
PiCorePlayer 3.11 with pi official touchscreen and hifiberry DAC
(Office)
Joggler Squeezeplay as Remote (Office)
Joggler Squeezeplay (Kitchen)
Joggler Squeezeplay (Conservatory)
Radio x 2 (Bedroom)
Joggler Squeezeplay (Garage)


LMS 7.9 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
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

2017-03-11 Thread HB64

That link doesn't work anymore, use this instead

sudo apt-get install libluajit-5.1-dev libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-gfx1.2-dev libsdl-image1.2-dev libexpat1-dev git make
build-essential

cd
git clone http://luajit.org/git/luajit-2.0.git
cd luajit-2.0
make
sudo make install
sudo ldconfig

Now lets get jivelite

cd
git clone https://code.google.com/p/jivelite/
git clone https://github.com/ralph-irving/jivelite.git
cd jivelite
sudo make PREFIX=/usr
./bin/jivelite





HB64's Profile: http://forums.slimdevices.com/member.php?userid=14945
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

2017-03-11 Thread markiii

I'm trying to install Jivelite on Ubuntu using Triodes instructions from
page 1

1) Install git and the following libraries from your linux distro:
libSDL-1.2, libSDL_ttf-2.0, libSDL_image-1.2, libSDL_gfx libexpat1-dev
Code:
sudo apt-get install git libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-image1.2-dev libsdl-gfx1.2-dev libexpat1-dev
2) Install and build luajit:
Code:
git clone http://luajit.org/git/luajit-2.0.git
cd luajit-2.0
make
sudo make install
sudo ldconfig
cd ..
3) Clone jivelite & build it:
Code:
git clone https://code.google.com/p/jivelite/
cd jivelite
make
4) Run it
Code:
./bin/jivelite


however I get a fatal error repository does not exist when running git
clone https://code.google.com/p/jivelite/ I guess thats because he is no
longer maintainig the repository? Any suggestions appreciated



PiCorePlayer 3.1 with Hifiberry Digital + (Lounge)
Joggler Squeezeplay as Remote (Lounge)
Max2play with pi official touchscreen and hifiberry DAC (Office)
Joggler Squeezeplay as Remote (Office)
Joggler Squeezeplay (Kitchen)
Joggler Squeezeplay (Conservatory)
Radio x 2 (Bedroom)
Joggler Squeezeplay (Garage)


LMS 7.9 on DIY Unraid 6 Server (i5)

Squeeze user since the SB1

markiii's Profile: http://forums.slimdevices.com/member.php?userid=63801
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-20 Thread jonathan86

Good evening. I use Pi + 7" display + jivelite to play music in some
rooms of my house. I have also home automation in my house to switch on
and off the lights + close and open shutters.

I would like to use the 7" display to play jivelite + switch the lights
and the shutters of the room.
Is it possible to créate a skin, or edit or modify jivelite and add 4
buttons to send http request? (i can send http request to switch the
lights)


one button will be to switch the lights, the second to switch the
shutters, the others for future actions...

Thanks for your help

21530


+---+
|Filename: jivelite button.JPG  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=21530|
+---+


jonathan86's Profile: http://forums.slimdevices.com/member.php?userid=66279
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-18 Thread achgotz

bias wrote: 
> I successfully managed to install jivelite on the latest version of
> raspbian usings a 3.2" Waveshare TFT. Everything is working fine except
> the "when off" screensaver (when playing works fine!). I want it to
> display the Clock but no matter what I select (not even Blank Screen),
> nothing happens when i press the off button (music stops). If it matters
> I am using jivelite to remote control squeezelite on another machine
> (Behavior is the same if iI select one of my Squeezebox Radios)
> 
> 
> Edit:
> 
> Managed to Activate the Clock by manually Setting
> whenOff="Clock:openDetailedClock". I think i mistook whenStopped for
> whenOff here. Now I am stuck on the Clock and can't turn it back on.
> 
> Any help would be appreciated.
> Tobias

I had exactly the same problem on raspbian+jivelite that's why I
switched to picoreplayer. You can turn on again the device via a remote
control app (ie android or other, from smartphone), But that's it, I
also did not manage to find a way to switch it on via touch



achgotz's Profile: http://forums.slimdevices.com/member.php?userid=66051
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-12 Thread bias

I successfully managed to install jivelite on the latest version of
raspbian usings a 3.2" Waveshare TFT. Everything is working fine except
the "when off" screensaver (when playing works fine!). I want it to
display the Clock but no matter what I select (not even Blank Screen),
nothing happens when i press the off button (music stops). If it matters
I am using jivelite to remote control squeezelite on another machine
(Behavior is the same if iI select one of my Squeezebox Radios)

Any help would be appreciated.
Tobias



bias's Profile: http://forums.slimdevices.com/member.php?userid=66250
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

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 Paul Webster

munich wrote: 
> Is it possible and how, to control with Jivelite a squeezeplayer on a
> different raspberry?
> 
It will work fine with a supported display - such as the official one
from RP.
However, it is a few clicks & slides to switch players ... and will it
be in the right place?
Easiest route might be to upgrade one of your existing RPi with a
touchscreen.



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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

2016-11-01 Thread johanfa

The question regarding poor accuracy of the touch screen has been up in
this thread earlier... and as far as I understand has been solved?, at
least in the version for PiCore player?
Anyway I want to run Jivelite on my system with Raspbian Jessie Lite,
and have successfully installed it... However.. the touch as mentioned
is pretty much unusable..
Can this be fixed?   Greatful for advice...

/Johan



johanfa's Profile: http://forums.slimdevices.com/member.php?userid=66191
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-09-16 Thread achgotz

Hello dear friends

I have an airmouse from an xtreamer device that works OK as a mouse with
my RPi2B (rasbian jessie) + 5 inch Touchscreen + Jivelite. 
But it has some audio controls (vol up/down pause/play) that I can't
figure out if they could use to control the related functions of my
touch replica. 
This airmouse is reported as [ID 062a:1a9e Creative Labs] via lsusb. 
If anyone has any suggestion on how to do that I would appreciate it
Thank you



achgotz's Profile: http://forums.slimdevices.com/member.php?userid=66051
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-08-29 Thread ManfredK2

Is it possible to put the command "send magic packet" from settings ->
picoreplayer  -> Wake-on-lan to the main menu of Jivelite? It would be
great if i could start my ReadyNAS from the main menu

greetings
Manfred



ManfredK2's Profile: http://forums.slimdevices.com/member.php?userid=20474
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-08-28 Thread jdenver

Can not work out how to recalibrate my Waveshare 7" touch screen once
piCorePlayer Jivelite starts, Ive selected the Joggler Skin and the
screen is 800 x 480 v2.1. the touch screen works fine in other apps.



jdenver's Profile: http://forums.slimdevices.com/member.php?userid=65902
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-08-27 Thread Microchip

Update.
If I run Jivelite like a windows in xde ('read here'
(http://forums.slimdevices.com/showthread.php?98156-Announce-JiveLite-cut-down-squeezebox-control-application=830898=1#post830898)),
touch work with any problem!

But is a window, so is more little than skin and it is uncomfortable...



Microchip's Profile: http://forums.slimdevices.com/member.php?userid=65995
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-08-26 Thread Microchip

Keeze wrote: 
> Hi George,
> 
> Over here I have a Raspberry pi with an 2.2" (320x240) screen and
> JiveLite (finaly) up and running.
> 
> Steps:
> 1) Hacked the  WQVGAsmallSkin to run on 320x240 (copied the folder and
> renamed it to LCDSkin and editted the applet)
> 2) Setup the screen on a HDMI device
> 3) Let PI login automatic when the Pi starts
> 4) at the end of .bashrc (in /home/pi) added the line 
> > 
Code:

  >   > sudo SDL_FBDEV=/dev/fb1 /home/pi/jivelite/bin/jivelite &

> > 
> 
> ToDo:
> - Better is to create a new user for this action because when I ssh to
> the pi the last line in .bashrc is executed again
> - finetune the new skin, resize imagefiles
> - add buttons and a rotary encoder to emulate keystrokes with pikeyd
> (the universal keyboard deamon)
> 
> Tried to add a zip with the skin, but I think the zip is to big, so I
> only added the .lua files to the zip. Unzip the LCDSkin to
> jivelite/share/jive/applets, copy the image-folder from WQVGAsmallSkin
> inside the LCDSkin-folder.
> 
> Succes!
> 
> Cheers,
> Kees


GREAT!!!
Thank you!

But I have some problem with mouse
I see this (so touch work bad) even if I use

Code:

exec sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 
SDL_MOUSEDEV=/dev/input/touchscreen SDL_MOUSEDRV=TSLIB 
/root/jivelite/bin/jivelite &



Any solution?
Thanks



Microchip's Profile: http://forums.slimdevices.com/member.php?userid=65995
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-08-07 Thread iguy2008

Hi

I cant seem seem to get jivelite to start correctly on pi bootup without
getting a segmentation violation. If I start it from a logon session it
works fine. Here is what I hae tried:

Option 1:
(a) PI does not startup Xwindows on startup 
(b) /home/pi/jivelite/bin/jivelite & added to /etc/rc.local
Result Segnmentation Violation.

Option 2:
(a) PI does startup Xwindows on startup (logging in as pi)
(b) /home/pi/jivelite/bin/jivelite & added to /etc/rc.local
Result Segnmentation Violation.

Option 3:
(a) Pi does start Xwindows on startup
(b) /home/pi/jivelite/bin/jivelite & added to /etc/profile
Result:jivelite does start but there is screen corruption

If it was just me i Would just start it manually, but Im setting up a
multiroom audio for my brother and he wouldnt be able to do this.

Any help would be appreciated.

Thanks  -Iguy



iguy2008's Profile: http://forums.slimdevices.com/member.php?userid=64003
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-07-07 Thread outis

Well, I tried id but got an 'Illegal instruction' on starting jivelite.



outis's Profile: http://forums.slimdevices.com/member.php?userid=65865
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-07-07 Thread Jeff07971

outis wrote: 
> BTW: Is there a way to compile JiveLite on an old VIA ME 6000? TIA.

Isn't this a x86 compatible motherboard ?

If you can install debian on it then I think the answer is yes.



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-07-07 Thread outis

BTW: Is there a way to compile JiveLite on an old VIA ME 6000? TIA.



outis's Profile: http://forums.slimdevices.com/member.php?userid=65865
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-07-04 Thread outis

Hello,

tang wrote: 
> 
> By the way, I have just one thing that doesn't work: when i launch
> jivelite, mouse pointer isn't calibrated while it is ok under X.
> By not calibrated i mean left is on right, top on bottom and position
> seems not correct too. I tried all adafruit calibration tutorial but it
> has no effects on jivelite.
> 
Same problem here.

Ted99 wrote: 
> sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1
> SDL_MOUSEDEV=/dev/input/touchscreen SDL_MOUSEDRV=TSLIB
> /home/pi/jivelite/bin/jivelite &
> 

No luck with that command line. :(

I've tried to export following vars:

TSLIB_CONFFILE=/usr/local/etc/ts.conf
TSLIB_CALIBFILE=/usr/local/etc/pointercal
TSLIB_CONSOLEDEVICE=none
TSLIB_TSEVENTTYPE=INPUT
SDL_MOUSEDRV=TSLIB
TSLIB_FBDEVICE=/dev/fb0
TSLIB_TSDEVICE=/dev/input/by-id/usb-eGalax_Inc._USB_TouchController-event-mouse
TSLIB_PLUGINDIR=/usr/local/lib/ts
SDL_MOUSEDEV=/dev/input/by-id/usb-eGalax_Inc._USB_TouchController-event-mouse
SDL_MOUSEDRV=TSLIB

No luck with that too.

My display is an old Faytech-USB-Touch on vga-port of my Cubietruck
(Armbian-legacy-Image).

[Sorry for my poor english. ;) ]

Jochen



outis's Profile: http://forums.slimdevices.com/member.php?userid=65865
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-06-12 Thread tcutting

bernid wrote: 
> Thanks for replay tcutting and Ralphy.
> I'd better buy Pi2, officially Pi 7" touchscreen and 'install' piCore
> software.
> Using Jivelite, PiCore and wifi  on Pi2 I would like control squeezelie
> pllayer installed on BeagleBone Black (BBB). Can I set (as default
> player for control) squeezelite installed on BBB?

You can use JiveLite to control other players (Choose Player on home
screen), just like you can with a Touch or a Radio.



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
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-06-12 Thread bernid

Thanks for replay tcutting and Ralphy.
I'd better buy Pi2, officially Pi 7" touchscreen and 'install' piCore
software.
Using Jivelite and PiCore on Pi2 can I set as default player squeezelite
installed on BeagleBone Black?



bernid's Profile: http://forums.slimdevices.com/member.php?userid=37408
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-06-12 Thread ralphy

bernid wrote: 
> What do you think: Is this screen (and touch functionality) would be
> correctly recognized by newest debian (Jessie 8.3)?

You need to confirm the screen is supported by the touch screen library
tslib included with jessie.
bernid wrote: 
> Does Jivelite support screen resolutions 1024×600 or 800x480 (other 7"
> waveshare's model)?

800x480 and 480x272 are the only resolutions that have full support for
touch screen navigation.  The HD Skins require a keyboard or remote.

bernid wrote: 
> Never used Jevelite: How much CPU usage (%) can take Jivelite (Rasbery
> Pi A/B has similar CPU power like BeagleBone Black)?

On a rpi B, running wheezy, jivelite uses ~6% cpu when displaying the
default now playing screen, however, the 2 visualizer np screens use
~60%.



Ralphy

*1*-Touch, *5*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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-06-10 Thread tcutting

bernid wrote: 
> Hi, 
> I am considering buying and connecting 7" touch screen to my squeezelite
> player (on BeagleBone Black +DEBIAN) and control music using Jivelite
> software.  
> Browsing the internet I've found this touchscreen:
> http://www.waveshare.com/7inch-hdmi-lcd-c-with-bicolor-case.htm
> 
> It can be connected to BeagleBone Black using HDMI port. 
> For the touch functionality (since 2.1 revision) it use USB connection
> with the standard HID driver. 
> 
> What do you think: Is this screen (and touch functionality) would be
> correctly recognized by newest debian (Jessie 8.3)?
> Does Jivelite support screen resolutions 1024×600 or 800x480 (other 7"
> waveshare's model)?
> Are 'standard' Jivelite resolutions would be good presented on the
> screens having mentioned resolutions? 
> Never used Jevelite: How much CPU usage (%) can take Jivelite (Rasbery
> Pi A/B has similar CPU power like BeagleBone Black)?
> TIA

In terms of resolution, 800x480 is a good choice, because it is the same
resolution as the Official Raspberry Pi 7" display, and works well with
the "joggler" skin.  Also, I modified the CustomClock screensaver applet
to work with JiveLite at that resolution (for creating custom now
playing, clocks, and have display optimized to work with the
SuperDateTime weather plugin for LMS).
I can't talk to the touch functionality.



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
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-06-10 Thread bernid

Hi, 
I am considering buying and connecting 7" touch screen to my squeezelite
player (on BeagleBone Black +DEBIAN) and control music using Jivelite
software.  
Browsing the internet I've found this touchscreen:
http://www.waveshare.com/7inch-hdmi-lcd-c-with-bicolor-case.htm

It can be connected to BeagleBone Black using HDMI port. 
For the touch functionality (since 2.1 revision) it use USB connection
with the standard HID driver. 

What do you think: Is this screen (and touch functionality) would be
correctly recognized by newest debian (Jessie 8.3)?
Does Jivelite support screen resolutions 1024×600 or 800x480 (other 7"
waveshare's model)?
Are 'standard' Jivelite resolutions would be good presented on the
screens having mentioned resolutions? 
Never used Jevelite: How much CPU usage (%) can take Jivelite (Rasbery
Pi A/B has similar CPU power like BeagleBone Black)?
TIA



bernid's Profile: http://forums.slimdevices.com/member.php?userid=37408
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-06-02 Thread DenisPac

DenisPac wrote: 
> In other words, is it possible to select settings like language, skin
> and wallpapers outside of the GUI, in some configuration file?

OK. I answer to myself.
I've succedded to select the small skin at startup by adding the
--smallskin option
Just looked at the source code.



DenisPac's Profile: http://forums.slimdevices.com/member.php?userid=65777
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-06-02 Thread DenisPac

In other words, is it possible to select settings like language, skin
and wallpapers outside of the GUI, in some configuration file?



DenisPac's Profile: http://forums.slimdevices.com/member.php?userid=65777
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-06-02 Thread DenisPac

tcutting wrote: 
> Your challenge is there are no skins designed at that resolution.  I
> know it would be possible, but it would be a lot of work to develop a
> set of skins for a new resolution - further ones which are setup for a
> touch screen.  I don't know what would happen if you tried to install
> skins for a "real" Touch (which has resolution of 480x272)... you may be
> able to get that to work.

In the tutorial I'm following (http://pughx2.com/pitouch.html), there is
a link to a Jivelite skin and wallpapers for this screen
(http://pughx2.com/assets/px2/files/jivelite-wav.zip - at the very
end).
Can I install and set it up before running JiveLite?



DenisPac's Profile: http://forums.slimdevices.com/member.php?userid=65777
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-06-02 Thread tcutting

DenisPac wrote: 
> Hello,
> 
> I'm trying to make a kind of Squeezebox touch using a RPI, SqueezeLite
> and JiveLite.
> I'm using a LCD TFT 3,5" touchscreen with a resolution of 480x320.
> My problem is that when I'm running JiveLite, I have a small portion of
> the JiveLite GUI visible and I'm blind to configure it.
> Do you have any hint to achieve this?
> 
> Thanks in advance.

Your challenge is there are no skins designed at that resolution.  I
know it would be possible, but it would be a lot of work to develop a
set of skins for a new resolution - further ones which are setup for a
touch screen.  I don't know what would happen if you tried to install
skins for a "real" Touch (which has resolution of 480x272)... you may be
able to get that to work.



tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
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-05-11 Thread Juggler

theloon wrote: 
> Thanks Paul! 
> I'll have to test on my setup and see if I can extract with Debian. I'm
> learning Linux as time permits and just don't have time to learn the
> quirks of Tinycore.

Were you able to get anywhere? I'm like you, am using "vanilla" Raspbian
Jessie and would prefer to be able to add/remove packages as required.
What I'm finding is that Jivelite doesn't seem to be properly calibrated
for the official Raspberry Pi 7" display. When I boot into the default
Raspbian desktop, no problems with calibration at all.

I have stated to look into sytemd and how x.org is called. I don't yet
understand how Jivelite interacts with/relies on X, but am hoping this
will help me.

If you have found any solutions please share here!

J.



Juggler's Profile: http://forums.slimdevices.com/member.php?userid=4935
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-04-18 Thread Julf

Jeff07971 wrote: 
> 
> Got it working.
> 

Great!



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
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-04-17 Thread Jeff07971

ralphy wrote: 
> Run make like this;
> 
> make PREFIX=/usr
> 
> You also need to have these at least these deb packages installed;
> 
> libluajit-5.1-dev
> libsdl1.2-dev
> libsdl-ttf2.0-dev
> libsdl-gfx1.2-dev
> libsdl-image1.2-dev
> 
> This list is from wheezy.

Thanks Ralphy and Julf

Got it working.

Needs libexpat1-dev as well.

Dosent seem to have a "screensaver when off" menu item so I copied
Screensaver.lua from one of my Pcp's now works fine

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-04-17 Thread ralphy

Jeff07971 wrote: 
> Thanks Julf, I did try that but it was late last night and it did not
> work, I'll have another go !
> 
> Jeff

Run make like this;

make PREFIX=/usr

You also need to have these at least these deb packages installed;

libluajit-5.1-dev
libsdl1.2-dev
libsdl-ttf2.0-dev
libsdl-gfx1.2-dev
libsdl-image1.2-dev

This list is from wheezy.



Ralphy

*1*-Touch, *5*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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-04-17 Thread Jeff07971

Julf wrote: 
> If I remember correctly, I just cloned the git repo, and went "make".
> There were a couple of libraries I had to install, but they were pretty
> self-evident.

Thanks Julf, I did try that but it was late last night and it did not
work, I'll have another go !

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-04-17 Thread Julf

Jeff07971 wrote: 
> Has anyone got a howto on how to put jivelite on a intel debian linux
> system?

If I remember correctly, I just cloned the git repo, and went "make".
There were a couple of libraries I had to install, but they were pretty
self-evident.



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
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-04-17 Thread Jeff07971

Hi All

Has anyone got a howto on how to put jivelite on a intel debian linux
system ?

I have an old laptop which I want to make into a digital picture frame
running Jivelite.

I want to select one of my Pcp2.04 systems as the "Player" and have
Jivelite display "Now playing" when the Pcp system is playing and the
"Image" screensaver when not.

I have done a search for this but can only find installations for RPi
and Cubietruck (done by me with help from Ralphy)

Any help would be appreciated !

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-04-09 Thread LeZandre

Just make sure to use Jivelite's  Joggler skin.



LeZandre's Profile: http://forums.slimdevices.com/member.php?userid=64835
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-04-08 Thread Greg Erskine

theloon wrote: 
> Thank you for all your help!

My pleasure. :D



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
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-04-08 Thread theloon

Greg Erskine wrote: 
> Oh dear!

Thank you for all your help!



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-04-08 Thread theloon

Jeff07971 wrote: 
> This maybe a silly question but why don't you just get the sourcecode or
> the .deb ?
> 
> https://github.com/ralph-irving/jivelite
> 
> Jeff

Because the source or deb does not address my original post.



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-04-08 Thread Greg Erskine

theloon wrote: 
> I understand that it has it's base in debian/Linux but it ventures off
> into the world of tinycore which is an offshoot of sorts. I like debian,
> everything is open and available to learn, once you make a .tcz file it
> cannot be be extracted with regular Linux tools to gain understanding of
> how things work, correct me if I am wrong. So at that point picoreplayer
> becomes just another beta retail like program/product to someone just
> getting into Linux. please forgive me but I came here to learn not to be
> spoon-fed. Picoreplayer is a closed club without community involvement
> only a select few are allow to attend.

Oh dear!



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
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-04-08 Thread Jeff07971

theloon wrote: 
> Thanks Paul! 
> I'll have to test on my setup and see if I can extract with Debian. I'm
> learning Linux as time permits and just don't have time to learn the
> quirks of Tinycore.

This maybe a silly question but why don't you just get the sourcecode or
the .deb ?

https://github.com/ralph-irving/jivelite

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-04-08 Thread theloon

Paul Webster wrote: 
> You should be able to unpack a .tcz - see
> http://forum.tinycorelinux.net/index.php?topic=7130.0

Thanks Paul! 
I'll have to test on my setup and see if I can extract with Debian. I'm
learning Linux as time permits and just don't have time to learn the
quirks of Tinycore.



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-04-08 Thread Paul Webster

theloon wrote: 
> I like to know how things work and a pre-made jivelite_touch.tcz kind of
> negates the whole open source thing.
You should be able to unpack a .tcz - see
http://forum.tinycorelinux.net/index.php?topic=7130.0



Paul Webster
http://dabdig.blogspot.com

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
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-04-08 Thread theloon

Jeff07971 wrote: 
> PicorePlayer is not "an offshoot of debian" and is as simple as it gets
> for a Squeezebox player !
> 
> Write a Sdcard insert, boot and configure - done !

I understand that it has it's base in debian/Linux but it ventures off
into the world of tinycore which is an offshoot of sorts. I like debian,
everything is open and available to learn, once you make a .tcz file it
cannot be be extracted with regular Linux tools to gain understanding of
how things work, correct me if I am wrong. So at that point picoreplayer
becomes just another beta retail like program/product to someone just
getting into Linux. please forgive me but I came here to learn not to be
spoon-fed. Picoreplayer is a closed club without community involvement
only a select few are allow to attend.



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-04-08 Thread Jeff07971

theloon wrote: 
> Thanks but I've tried that approach and the big problem is that someone
> with little Linux experience is forced to dive deeper seemingly yet
> another mind boggling OS off-chute of Debian with its own quirks for
> lack of a better term, if someone has things they would like to try out
> or implement. I am trying to learn, I like to know how things work and a
> pre-made jivelite_touch.tcz kind of negates the whole open source thing.

PicorePlayer is not "an offshoot of debian" and is as simple as it gets
for a Squeezebox player !

Write a Sdcard insert, boot and configure - done !



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-04-08 Thread theloon

tcutting wrote: 
> If you want to run Joceline on rPi with official touch screen, suggest
> you use picoreplayer... works GREAT!  And it's easy to install Jivelite
> which supports official touch screen.
> 
> Sent from my HTC6525LVW using Tapatalk

Thanks but I've tried that approach and the big problem is that someone
with little Linux experience is forced to dive deeper seemingly yet
another mind boggling OS off-chute of Debian with its own quirks for
lack of a better term, if someone has things they would like to try out
or implement. I am trying to learn, I like to know how things work and a
pre-made jivelite_touch.tcz kind of negates the whole open source thing.



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-04-08 Thread tcutting

theloon wrote: 
> Please excuse my noobness but I have looked all over and read this
> announcement but is there a posting or instructions on how to run
> Jivelite from the command prompt, use the frame buffer with the official
> pi screen and the touch input work correctly?
> Thanks

If you want to run Joceline on rPi with official touch screen, suggest
you use picoreplayer... works GREAT!  And it's easy to install Jivelite
which supports official touch screen.

Sent from my HTC6525LVW using Tapatalk





tcutting's Profile: http://forums.slimdevices.com/member.php?userid=17402
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-04-08 Thread theloon

Please excuse my noobness but I have looked all over and read this
announcement but is there a posting or instructions on how to run
Jivelite from the command prompt, use the frame buffer with the official
pi screen and the touch input work correctly?
Thanks



theloon's Profile: http://forums.slimdevices.com/member.php?userid=65624
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-02-24 Thread Pascal Hibon

I did some searching for the Jivelite keyboard shortcuts and found the
list below:


Code:


  ["/"]   = "go_search",
  ["h"]   = "go_home",
  ["J"]   = "go_home_or_now_playing",
  ["D"]   = "soft_reset",
  ["x"]   = "play",
  ["p"]   = "play",
  ["P"]   = "create_mix",
  [" "]   = "pause",
  ["c"]   = "pause",
  ["C"]   = "stop",
  ["a"]   = "add",
  ["A"]   = "add_end",
  ["W"]   = "play_next",
  ["M"]   = "mute",
  ["\b"]  = "back", -- BACKSPACE
  ["\27"] = "back", -- ESC
  ["j"]   = "back",
  ["l"]   = "go",
  ["S"]   = "take_screenshot",
  ["z"]  = "jump_rew",
  ["<"]  = "jump_rew",
  ["Z"]  = "scanner_rew",
  ["b"]  = "jump_fwd",
  [">"]  = "jump_fwd",
  ["B"]  = "scanner_fwd",
  ["+"]  = "volume_up",
  ["="]  = "volume_up",
  ["-"]  = "volume_down",
  ["0"]  = "play_preset_0",
  ["1"]  = "play_preset_1",
  ["2"]  = "play_preset_2",
  ["3"]  = "play_preset_3",
  ["4"]  = "play_preset_4",
  ["5"]  = "play_preset_5",
  ["6"]  = "play_preset_6",
  ["7"]  = "play_preset_7",
  ["8"]  = "play_preset_8",
  ["9"]  = "play_preset_9",
  ["!"]  = "set_preset_1",
  ["?"]  = "help",
  



According to this list there are no keys for Power ON / OFF. Since I'm
using the 7 inch touch display it would be great to include power state
control by means of the IR remote. The display blacks out when it
receives a power off command from LMS. So this functionality is
supported by the hardware (piCorePlayer on RPI).

Is it possible to included a Power ON / OFF keyboard shortcut in
Jivelite?



'M-DAC' (http://www.audiolab.co.uk/product-detail.php?pid=13) -> 'Focal
MP1200' (http://www.mp1200.co.nf/) -> 'Focal Electra 1028 Be'
(http://www.focal.com/en/electra-1000-be-2/209-electra-1028-be-3544053695099.html)
1 x SB3, 1 x SB Boom, 1 x SB Radio and 2 x SB Touch - all wireless
2 x Wandboard Dual, 1 x Wandboard Quad 
ReadyNAS NVX running LMS 7.9.0.
iPeng on iPhone, SqueezePad & iPeng on iPad.
http://www.last.fm/user/phibon

Pascal Hibon's Profile: http://forums.slimdevices.com/member.php?userid=7969
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-02-24 Thread Gizmoh

Pascal Hibon wrote: 
> I did some searching for the Jivelite keyboard shortcuts and found the
> list below:
> 
> > 
Code:

  >   > 
  > ["/"]   = "go_search",
  > ["h"]   = "go_home",
  > ["J"]   = "go_home_or_now_playing",
  > ["D"]   = "soft_reset",
  > ["x"]   = "play",
  > ["p"]   = "play",
  > ["P"]   = "create_mix",
  > [" "]   = "pause",
  > ["c"]   = "pause",
  > ["C"]   = "stop",
  > ["a"]   = "add",
  > ["A"]   = "add_end",
  > ["W"]   = "play_next",
  > ["M"]   = "mute",
  > ["\b"]  = "back", -- BACKSPACE
  > ["\27"] = "back", -- ESC
  > ["j"]   = "back",
  > ["l"]   = "go",
  > ["S"]   = "take_screenshot",
  > ["z"]  = "jump_rew",
  > ["<"]  = "jump_rew",
  > ["Z"]  = "scanner_rew",
  > ["b"]  = "jump_fwd",
  > [">"]  = "jump_fwd",
  > ["B"]  = "scanner_fwd",
  > ["+"]  = "volume_up",
  > ["="]  = "volume_up",
  > ["-"]  = "volume_down",
  > ["0"]  = "play_preset_0",
  > ["1"]  = "play_preset_1",
  > ["2"]  = "play_preset_2",
  > ["3"]  = "play_preset_3",
  > ["4"]  = "play_preset_4",
  > ["5"]  = "play_preset_5",
  > ["6"]  = "play_preset_6",
  > ["7"]  = "play_preset_7",
  > ["8"]  = "play_preset_8",
  > ["9"]  = "play_preset_9",
  > ["!"]  = "set_preset_1",
  > ["?"]  = "help",
  > 

> > 
> 
> According to this list there are no keys for Power ON / OFF. Since I'm
> using the 7 inch touch display it would be great to include power
> state control by means of the IR remote. The display blacks out when
> it receives a power off command from LMS. So this functionality is
> supported.
> 
> Is it possible to included a Power ON / OFF keyboard shortcut in
> Jivelite?

Try the button "q"



Gizmoh's Profile: http://forums.slimdevices.com/member.php?userid=56513
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-02-24 Thread dawys

Hello Everybody,

Jivelite is running very smooth. Now i want jivelite starts with the
"now playing" screen.

Is there official way to do that?

When not, how can i change the code, to do that?

Any help is welcome



dawys's Profile: http://forums.slimdevices.com/member.php?userid=65476
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-02-15 Thread JadeMonkee

ralphy wrote: 
> Opps, looks like we copied the symbolic links.  Add L to the copy
> command.
> 
> sudo cp -rL /opt/jivelite/share/jive/applets/ImageViewer
> /home/tc/.jivelite/userpath/applets
> 
> cd /home/tc/.jivelite/userpath/applets/ImageViewer
> sudo vi ImageSourceLocalStorage.lua

Ah, of course. Thanks so much.



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-02-15 Thread Gizmoh

Jeff07971 wrote: 
> Thanks Gizmoh !

I managed to get the alarm working :-) 

After enabling the "Alarm Settings" menue you have to edit the
PFTFTSkinApplet.lua file and change the lines starting at "local
_timeFirstColumnX12h":


Code:


local _timeFirstColumnX12h = 48
local _timeFirstColumnX24h = 83
  
s.time_input_background_12h = {
w = WH_FILL,
h = screenHeight - TITLE_HEIGHT,
position = LAYOUT_NONE,
img = _loadImage(self, 
"Multi_Character_Entry/tch_multi_char_bkgrd_3c.png"),
x = 0,
y = TITLE_HEIGHT,
}
  
s.time_input_background_24h = {
w = WH_FILL,
h = screenHeight - TITLE_HEIGHT,
position = LAYOUT_NONE,
img = _loadImage(self, 
"Multi_Character_Entry/tch_multi_char_bkgrd_2c.png"),
x = 0,
y = TITLE_HEIGHT,
}
  
s.time_input_menu_box_12h = {
position = LAYOUT_NONE,
img = _loadImage(self, 
"Multi_Character_Entry/menu_box_fixed.png"),
w = 220,
h = 37,
x = 50,
y = 127,
}
s.time_input_menu_box_24h = _uses(s.time_input_menu_box_12h, {
img = _loadImage(self, "UNOFFICIAL/menu_box_fixed_2c.png"),
w = 180,
x = 87,

})
  
-- time input window
s.input_time_12h = _uses(s.window)
s.input_time_12h.hour = _uses(s.menu, {
w = 75,
--h = screenHeight - TITLE_HEIGHT,
h = screenHeight,
itemHeight = 38,
position = LAYOUT_WEST,
padding = 0,
border = { _timeFirstColumnX12h, TITLE_HEIGHT, 0, 0 },
item = {
bgImg = false,
order = { 'text' },
text = {
align = 'right',
font = _boldfont(30),
padding = { 2, 4, 8, 0 },
fg = { 0xb3, 0xb3, 0xb3 },
sh = { },
},
},
selected = {
item = {
order = { 'text' },
bgImg = false,
text = {
font = _boldfont(30),
fg = { 0xe6, 0xe6, 0xe6 },
sh = { },
align = 'right',
padding = { 2, 4, 8, 0 },
},
},
},
pressed = {
item = {
order = { 'text' },
bgImg = false,
text = {
font = _boldfont(30),
fg = { 0xe6, 0xe6, 0xe6 },
sh = { },
align = 'right',
padding = { 2, 4, 8, 0 },
},
},
},
})
s.input_time_12h.minute = _uses(s.input_time_12h.hour, {
border = { _timeFirstColumnX12h + 75, TITLE_HEIGHT, 0, 0 },
})
s.input_time_12h.ampm = _uses(s.input_time_12h.hour, {
border = { _timeFirstColumnX12h + 75 + 75, TITLE_HEIGHT, 0, 0 },
item = {
text = {
padding = { 0, 2, 8, 0 },
font = _boldfont(26),
},
},
selected = {
item = {
text = {
padding = { 0, 4, 8, 0 },
font = _boldfont(26),
},
},
},
pressed = {
item = {
text = {
padding = { 0, 4, 8, 0 },
font = _boldfont(26),
},
},
},
})
s.input_time_12h.hourUnselected   = s.input_time_12h.hour
s.input_time_12h.minuteUnselected = s.input_time_12h.minute
s.input_time_12h.ampmUnselected   = s.input_time_12h.ampm
  
s.input_time_24h = _uses(s.input_time_12h, {
hour = {
border = { _timeFirstColumnX24h, 

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

2016-02-13 Thread ralphy

JadeMonkee wrote: 
> Thanks for the tip, however, when I went to save the edited copy of
> ImageSourceLocalStorage.lua in vi, it said that the file was read only
> (even though its noted as lrwxrwxrwx with ls -l).
> 
> Your help is greatly appreciated.

Opps, looks like we copied the symbolic links.  Add L to the copy
command.

sudo cp -rL /opt/jivelite/share/jive/applets/ImageViewer
/home/tc/.jivelite/userpath/applets

cd /home/tc/.jivelite/userpath/applets/ImageViewer
sudo vi ImageSourceLocalStorage.lua



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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-02-12 Thread Gizmoh

Jeff07971 wrote: 
> Ahhh OK, I Don't remember having any problems even with my sausage
> fingers

It's not because of your sausage fingers ;-)

The time input screen was not intendet to work on such a small screen so
the rendering gets messed up.

You could try it:
Just remove the line

Code:

elseif item.id == "settingsAlarm" then



from share/jive/applets/SlimMenus/SlimMenusApplet.lua so that the Alarm
Menue point gets visible.
You can enable and disable alarms but if you try to set an alarm time it
is not possible to confirm the selected Time.



Gizmoh's Profile: http://forums.slimdevices.com/member.php?userid=56513
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-02-12 Thread ralphy

JadeMonkee wrote: 
> Ok, so I found the file in /opt/jivelite/share/jive/applets/ImageViewer,
> opened it in vi, changed the two instances of 1000 to 5000, but it's
> read only.
> Looking at the permissions, it's lrwxrwxrwx
> I tried sudo vi, but same problem.
> I tried su but the default password doesn't work.
> Can someone help me out? I feel like I'm missing something obvious
> here.
> Many thanks.

sbp wrote: 
> hi. As you might know piCorePlayer is almost impossible to break, this
> is because after every reboot the original read-only packages are
> installed again. It is one of its strengths, but it also means that it
> is more difficult to make changes in the packages.
> 
> you will have to unsquash the jivelite.tcz, make your changes and squash
> it once again into a new jivelite.tcz package. You will also need to
> make a new md5 file.

Another way to make changes to a preinstalled jivelite applet is to copy
in to the user settings folder. ie.

sudo cp -r /opt/jivelite/share/jive/applets/ImageViewer to
/home/tc/.jivelite/userpath/applets

and update the lua file(s) in
/home/tc/.jivelite/userpath/applets/ImageViewer

Just make sure you backup your pcp config before you reboot or you'll
lose your copy and edits.



Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
'Squeezebox client builds'
(https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
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-02-12 Thread JadeMonkee

ralphy wrote: 
> Another way to make changes to a preinstalled jivelite applet is to copy
> in to the user settings folder. ie.
> 
> sudo cp -r /opt/jivelite/share/jive/applets/ImageViewer to
> /home/tc/.jivelite/userpath/applets
> 
> and update the lua file(s) in
> /home/tc/.jivelite/userpath/applets/ImageViewer
> 
> Just make sure you backup your pcp config before you reboot or you'll
> lose your copy and edits.

Thanks for the tip, however, when I went to save the edited copy of
ImageSourceLocalStorage.lua in vi, it said that the file was read only
(even though its noted as lrwxrwxrwx with ls -l).

Your help is greatly appreciated.



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-02-11 Thread Jeff07971

Gizmoh wrote: 
> This setting has been removed due to compatibility issues with the
> time-selector and the small touchscreen.

Is there any way to reenable this, even if the touch dosent work well we
can still use Flirc Lirc etc.

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-02-11 Thread JadeMonkee

sbp wrote: 
> hi. As you might know piCorePlayer is almost impossible to break, this
> is because after every reboot the original read-only packages are
> installed again. It is one of its strengths, but it also means that it
> is more difficult to make changes in the packages.
> 
> you will have to unsquash the jivelite.tcz, make your changes and squash
> it once again into a new jivelite.tcz package. You will also need to
> make a new md5 file.

TBH, this is a bit above my level. I shall dedicate some time to it in
the future and report back, but it won't be for a little while.
Thanks for the info.



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-02-10 Thread Jeff07971

Gizmoh wrote: 
> This setting has been removed due to compatibility issues with the
> time-selector and the small touchscreen.

Ahhh OK, I Don't remember having any problems even with my sausage
fingers



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-02-10 Thread JadeMonkee

kolossos4730 wrote: 
> There is a 1000 image limit in ImageSourceLocalStorage.lua:
> 
> > 
Code:

  >   > 
  > -- 1000 images should be enough...
  > if #self.imgFiles > 1000 then
  > break
  > end
  > 
  > ...
  > 
  > if #self.imgFiles > 1000 then
  > log:warn("we're not going to show more than 1000 pictures - stop here")
  > break
  > end
  > 

> > 
> 
> This file is located in the ImageViewer folder in lua\applets.
> 
> Regards,
> 
> Arie

Ok, so I found the file in /opt/jivelite/share/jive/applets/ImageViewer,
opened it in vi, changed the two instances of 1000 to 5000, but it's
read only.
Looking at the permissions, it's lrwxrwxrwx
I tried sudo vi, but same problem.
I tried su but the default password doesn't work.
Can someone help me out? I feel like I'm missing something obvious
here.
Many thanks.



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-02-10 Thread sbp

JadeMonkee wrote: 
> Ok, so I found the file in /opt/jivelite/share/jive/applets/ImageViewer,
> opened it in vi, changed the two instances of 1000 to 5000, but it's
> read only.
> Looking at the permissions, it's lrwxrwxrwx
> I tried sudo vi, but same problem.
> I tried su but the default password doesn't work.
> Can someone help me out? I feel like I'm missing something obvious here.
> Many thanks.

hi. As you might know piCorePlayer is almost impossible to break, this
is because after every reboot the original read-only packages are
installed again. It is one of its strengths, but it also means that it
is more difficult to make changes in the packages.

you will have to unsquash the jivelite.tcz, make your changes and squash
it once again into a new jivelite.tcz package. You will also need to
make a new md5 file.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer*

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
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-02-10 Thread Gizmoh

Jeff07971 wrote: 
> Hi All
> 
> Is it possible to set Alarms from Jivelite ?
> 
> I run Jivelite on Picoreplayer (2.01) and thought that I had set the
> alarm from this before but am not sure.
> 
> I now cannot find "Alarm Clock" under settings (or anywhere else)
> 
> Jeff

This setting has been removed due to compatibility issues with the
time-selector and the small touchscreen.



Gizmoh's Profile: http://forums.slimdevices.com/member.php?userid=56513
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-02-09 Thread Oppaunke

Oppaunke wrote: 
> How can I control the scroller settings for lines of text that are too
> long to be displayed entirely on the Now Playing screen?
> 
> I'd like to set the step width to 1 pixel (currently it seems like the
> quarter of a character for each "frame"). I'm using a slightly modified
> HD Skin (1280x800). Same behavior with Joggler Skin (effect is just less
> pronounced, since the text is smaller). I also tried different
> platforms: OSX, Windows 7, Lubuntu (Odroid U3), RaspberryPi: same effect
> on all of them.

Is there a setting where scrolling speed and step width are determined?
It really stutters across the screen if the fonts are large enough to be
read from a certain distance. Or can't the framebuffer handle a higher
update speed? Thanks for any hints on this!



Oppaunke's Profile: http://forums.slimdevices.com/member.php?userid=59170
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-02-09 Thread Jeff07971

Hi All

Is it possible to set Alarms from Jivelite ?

I run Jivelite on Picoreplayer (2.01) and thought that I had set the
alarm from this before but am not sure.

I now cannot find "Alarm Clock" under settings (or anywhere else)

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-02-09 Thread kolossos4730

JadeMonkee wrote: 
> Hello. 
> I have loaded up a USB drive with just under 4000 images in a single
> folder, /mnt/sda1/photos and set them to run as a screen saver while my
> RPi (running PiCorePlayer w/ 7" touchscreen) is paused.
> These images document a recent three month trip I undertook, and I
> thought it would be a good way to reminisce. 
> Anyway, I've noticed that the only images coming up on-screen (it's set
> to random order) are those taken during the first quarter of the
> journey.
> In other words, to seems to only be showing the first (at a guess)
> thousand or so images.
> Is there a limit to how many images can be displayed by the screen
> saver, or can be chosen by the random algorithm? 
> Many thanks.

There is a 1000 image limit in ImageSourceLocalStorage.lua:


Code:


  -- 1000 images should be enough...
  if #self.imgFiles > 1000 then
  break
  end
  
  ...
  
  if #self.imgFiles > 1000 then
  log:warn("we're not going to show more than 1000 pictures - stop here")
  break
  end
  



This file is located in the ImageViewer folder in lua\applets.

Regards,

Arie



kolossos4730's Profile: http://forums.slimdevices.com/member.php?userid=63988
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-02-09 Thread Jeff07971

jaycam wrote: 
> Does any one have a copy of Flirc 1.2.6 I can download? All the links
> provided to Flirc's website no longer work.
> 
> Thanks!

Did you get this ?

If not I have a copy here 
http://www.mediafire.com/?78gm68796bd2ofk3zpb9q3wg7z3

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version: 7.9.0 - 1453293926 on Centos 7 VM on ESXi 6 on HP
N54L
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
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-02-09 Thread Michael Herger

There is a 1000 image limit in ImageSourceLocalStorage.lua:


If you have more than 1000 images then you should clean up your 
collection - I bet they're not all worth it ;-).


--

Michael
___
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-02-09 Thread JadeMonkee

mherger wrote: 
> > There is a 1000 image limit in ImageSourceLocalStorage.lua:
> 
> If you have more than 1000 images then you should clean up your 
> collection - I bet they're not all worth it ;-).
> 
> -- 
> 
> Michael

Hah! I dunno, I crossed 17 countries across three months...

Is it not recommended (or possible) to increase the limit in
ImageSourceLocalStorage.lua on my RPi?



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-02-09 Thread Michael Herger

Is it not recommended (or possible) to increase the limit in
ImageSourceLocalStorage.lua on my RPi?


It might work ok on a Pi. The limit was added when we worked on 
Radio/Touch. They have 64/128MB respectively (and a much slower CPU 
anyway) - much less than the Pi. Change the value, test, and report 
back. If you see crashes, just revert your changes.


--

Michael
___
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-02-08 Thread JadeMonkee

Hello. 
I have loaded up a USB drive with just under 4000 images in a single
folder, /mnt/sda1/photos and set them to run as a screen saver while my
RPi (running PiCorePlayer w/ 7" touchscreen) is paused.
These images document a recent three month trip I undertook, and I
thought it would be a good way to reminisce. 
Anyway, I've noticed that the only images coming up on-screen (it's set
to random order) are those taken during the first quarter of the
journey.
In other words, to seems to only be showing the first (at a guess)
thousand or so images.
Is there a limit to how many images can be displayed by the screen
saver, or can be chosen by the random algorithm? 
Many thanks.



2x squeezebox classics | 2x squeezebox booms | 1x raspberry pi 2 b w/
picoreplayer + 7\" touch screen | orangesqueeze as android controller
lms v7.9.0 on a cubietruck running debian

JadeMonkee's Profile: http://forums.slimdevices.com/member.php?userid=20481
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-01-26 Thread hagensieker

I slapped together a quick tutorial on how to install Jivelite on a
PiTFT.  Of course it is a conglomeration of others work NOT MINE.

Feel free to point out any problems and feel free to share, tweak,
publish, whatever..

http://www.hagensieker.com/pitft/index.php



hagensieker's Profile: http://forums.slimdevices.com/member.php?userid=59959
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-01-25 Thread jaycam

Does any one have a copy of Flirc 1.2.6 I can download? All the links
provided to Flirc's website no longer work.

Thanks!



jaycam's Profile: http://forums.slimdevices.com/member.php?userid=65306
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


  1   2   3   4   5   >