Here's a patch for you to try that replaces the hard coded udp broadcast
only poll list to populate the discovery server list with what has been
configured in the Remote Libraries settings.
Code:
--------------------
diff --git a/share/jive/applets/SlimDiscovery/SlimDiscoveryApplet.lua
b/share/jive/applets/SlimDiscovery/SlimDiscoveryApplet.lua
index 06cea6b..daa5d1a 100644
--- a/share/jive/applets/SlimDiscovery/SlimDiscoveryApplet.lua
+++ b/share/jive/applets/SlimDiscovery/SlimDiscoveryApplet.lua
@@ -193,9 +193,10 @@ end
-- init
-- Initializes the applet
function init(self, ...)
+ -- Get "poll" list settings from the "ChooseMusicSource" applet.
+ local cms = appletManager:loadApplet("ChooseMusicSource")
- -- default poll list, udp broadcast
- self.poll = { [ "255.255.255.255" ] = "255.255.255.255" }
+ self.poll = cms["getSettings"](cms)["poll"]
-- slim discovery socket
self.socket = SocketUdp(jnt,
--------------------
Try adding the IP address of the server via
Setting->Advanced->Networking->Remote Libraries which should work even
with jivelite not connected to a server.
You might need to restart jivelite after adding the remote library the
first time.
I think you will need a player already connected to the 10.0.10.10
server.
Then see if you can choose the player from jivelite to connect.
+-------------------------------------------------------------------+
|Filename: AddRemoteLibrariesToUdpPollList.patch.txt |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=37219|
+-------------------------------------------------------------------+
Ralphy
*1*-Touch, *5*-Classics, *3*-Booms, *2*-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¤cy_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=115923
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter