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
Results 431 to 440 of 442
-
2018-02-01, 16:07 #431Players: 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/showth...Webapp-for-LMS
-
2018-02-06, 00:10 #432
- Join Date
- Jan 2012
- Posts
- 108
Is there a keyboard shortcut for play previous track? I can only find play next track.
-
2018-02-06, 00:30 #433
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 1,262
See the recent keyboard controls thread What are the keyboard controls
http://forums.slimdevices.com/showthread.php?t=108559
-
2018-02-06, 05:24 #434Ralphy
1-Touch, 5-Classics, 3-Booms, 1-UE Radio
Squeezebox client builds donations always appreciated.
-
2018-11-28, 16:35 #435
- Join Date
- Dec 2015
- Posts
- 11
trying to compile for Ubuntu
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 <SDL.h> ^~~~~~~ compilation terminated. Makefile:25: recipe for target 'platform_linux.o' failed make: *** [platform_linux.o] Error 1
-
2018-11-29, 01:58 #436
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
-
2018-11-29, 08:11 #437
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 2,485
Step #4 from this post list a few, don't know if they are relevant
http://www.hagensieker.com/jivelite/index.php
ronnie
Hi Julf, long time.....
-
2018-11-29, 08:16 #438
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/
JeffPlayers: 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/showth...Webapp-for-LMS
-
2018-11-29, 08:19 #439
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 16,697
-
2018-11-29, 08:24 #440