c5003153 wrote: 
> The current value is 30.
> 
> By the way. As I said selecting Application "Tuneln Radio" the same
> connect error occiurs. The correspnding link behind this applciation is
> on my LMS:
> 
> http://192.168.X.YYY:9000/plugins/radiotime/index.html?&player=00:04:20:28:a4:72
> 
> Furthermore my current setup displays the following plugin folder:
> 
> /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins,
> /usr/sbin/Plugins, /usr/share/squeezeboxserver/Plugins
> 
> Unfortunatelly no folder contains any files/data!?
> 
> I would expext if the http access shown above contains
> ".../plugins/radiotime/index...."  that some data need to be found in
> one of the folder?
> 
> Is that right?
> 
> Regards
> Michael

The plugin index.html is generated by LMS and all WebUI template
generated pages are cached in Cache/templates directory.

The index.html page of Radio station is generated from the raw data
obtained from http://opml.radiotime.com/Index.aspx?partnerId=16 whic
results in the following OPML code which LMS then uses top egnerate sub
menus.

Code:
--------------------
    
  <?xml version="1.0" encoding="UTF-8"?>
  <opml version="1">
        <head>
        <title>Browse</title>
        <status>200</status>
        
        </head>
        <body>
  <outline type="link" text="Local Radio" 
URL="http://opml.radiotime.com/Browse.ashx?c=local&amp;partnerId=16"; 
key="local"/>
  <outline type="link" text="Music" 
URL="http://opml.radiotime.com/Browse.ashx?c=music&amp;partnerId=16"; 
key="music"/>
  <outline type="link" text="News" 
URL="http://opml.radiotime.com/Browse.ashx?id=c57922&amp;partnerId=16"; 
key="news"/>
  <outline type="link" text="Sports" 
URL="http://opml.radiotime.com/Browse.ashx?c=sports&amp;partnerId=16"; 
key="sports"/>
  <outline type="link" text="Talk" 
URL="http://opml.radiotime.com/Browse.ashx?c=talk&amp;partnerId=16"; key="talk"/>
  <outline type="link" text="By Location" 
URL="http://opml.radiotime.com/Browse.ashx?id=r0&amp;partnerId=16"; 
key="location"/>
  <outline type="link" text="By Language" 
URL="http://opml.radiotime.com/Browse.ashx?c=lang&amp;partnerId=16"; 
key="language"/>
  <outline type="search" text="Search TuneIn" 
URL="http://opml.radiotime.com/Search.ashx?query={QUERY}&amp;partnerId=16"/>
  <outline type="link" text="Podcasts" 
URL="http://opml.radiotime.com/Browse.ashx?c=podcast&amp;partnerId=16"; 
key="podcast"/>
        </body>
  </opml>
  
--------------------


Plugin directories contain code and data file but no temporary data.   
The Plugin for Tune-in is an LMS one and so would be found in
Slim/Plugin/InternetRadio


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111808

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to