kidstypike wrote: 
> Album flow is an Applet you can install on the Touch & Radio. (pic from
> Squeezeplay below). However, it doesn't appear in the applet list on
> pCP/Jivelite > Settings > Advanced > Applet Installer.
> 
> 28478

paul- wrote: 
> Might want to ask that in the jivelite thread.  It might have to be
> manually installed. (Like Custom Clock)

Erland's repo.xml file needs to have minTarget="0.1" instead of 7.4 for
the Album flow applet to be available for jivelite to install.

Alternately you could host the attached modified xml locally and add it
to the lms plugins url list.

You also need to be running a jivelite version that uses lua 5.1 (like
pcp), not the default luajit version and you'll need to make the
following change after install.

Code:
--------------------
    --- .jivelite/userpath/applets/AlbumFlow/AlbumFlowApplet.lua.orig   
2019-11-06 09:47:45.000000000 -0500
  +++ .jivelite/userpath/applets/AlbumFlow/AlbumFlowApplet.lua  2019-11-06 
09:58:29.000000000 -0500
  @@ -48,7 +48,7 @@
  
  local SocketHttp       = require("jive.net.SocketHttp")
  local RequestHttp      = require("jive.net.RequestHttp")
  -local json             = require("json")
  +local json             = require("cjson")
  
  local appletManager    = appletManager
  local jiveMain         = jiveMain
  
--------------------


28487


+-------------------------------------------------------------------+
|Filename: aflow.jpg                                                |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28487|
+-------------------------------------------------------------------+


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&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=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=110727

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

Reply via email to