Results 1,291 to 1,300 of 1369
Thread: Jivelite for piCorePlayer
-
2021-01-17, 10:47 #1291
- Join Date
- Apr 2008
- Posts
- 1,447
-
2021-01-17, 10:52 #1292
- Join Date
- Apr 2008
- Posts
- 1,447
Timing of screen saver in Jivelite
I have my screensaver set for 10 seconds. The player boots and goes to the menu and then it takes about 45 seconds to go to the screen saver. After that instance it does switch after 10 seconds.
Is there a way to get the screen saver to come right up after booting rather than the menu?
Thanks,
Howard
-
2021-02-10, 07:18 #1293
Hi
I'm trying out the clock display freezing issue workaround of a cron job to restart it nightly.
0 2 * * * /usr/bin/pkill -15 jivelite
However after doing this, I find the display says this in the morning. Playback is fine though. How do I get the display back (other than a reboot?)
-
2021-02-10, 09:26 #1294
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 3,957
Jivelite is the UI not the player (SqueezePlay is the combined player and UI).
So you appear to have killed the UI but not restarted it.
Playing works because you have not killed the player.Paul Webster
http://dabdig.blogspot.com
Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, Supla Finland, ABC Australia, CBC/Radio-Canada and RTE Ireland
-
2021-02-10, 10:34 #1295
- Join Date
- Jun 2009
- Posts
- 88
You probably have not just killed the jivelite process but also the shell script that controls its startup and spossible restarts.
Code:~$ ps -eaf | grep jivelite root 5852 1 0 Feb09 ? 00:00:00 /bin/sh /opt/jivelite/bin/jivelite.sh root 7751 5852 1 Feb09 ? 00:35:03 /opt/jivelite/bin/jivelite
Code:0 2 1,16 * * /usr/bin/pkill -x /opt/jivelite/bin/jivelite
Last edited by jd68; 2021-02-10 at 10:34. Reason: kill it only twice per month
-
2021-02-10, 10:34 #1296
Tx, yes I know jivelite is the UI, I was just saying that the player works as an indication that nothing else was wrong.
Also I was just going on the advice from below which says that the cmd should restart jivelite.
https://forums.slimdevices.com/showt...l=1#post908070
-
2021-02-10, 10:41 #1297
-
2021-02-11, 03:13 #1298
-
2021-02-11, 03:46 #1299
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 3,957
Paul Webster
http://dabdig.blogspot.com
Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, Supla Finland, ABC Australia, CBC/Radio-Canada and RTE Ireland
-
2021-02-11, 04:57 #1300