The bit of code added to trackinfohandler is what BBCiPlayer uses to
retrieve the original playlist so I think this behaviour is what is
being referenced.  To easily see the choices of Tune-in Stream available
is definitely helpful but probably only useful to a minority. 

Not sure how squeezeplay does it but I think it just "holds" onto
original playlist URL for context menu whereas GUI is more dynamic and
uses "latest" url.  The code change  will mean the playlist URL will
always be used.

I've resolved the other two bits of "weirdness".

With "YLE Klassinen" which has WMA and HLS - there is no problem. I was
toggling between players and one was not capable of WMA and the HLS
stream is 256kbps same as WMA not 64kbps as reported by Tune-in so I got
confused.

The behaviour of a search for "cfgp" that differs between Radio/Search
(returns playable)  and My Apps/Tune-in App/Tune-in Search (returns
unplayable) is interesting but problem originates from Tune-in so
nothing to be done except perhaps advise against using the Tune-in App
search facility.

The Radio/Search results in the following query of Tune-in (http is
removed to ensure clarity).

Code:
--------------------
    
  
opml.radiotime.com/Search.ashx?partnerId=16&id=&serial=XXXXXXXXXXXXXXXXXXXXXX&formats=aac,ogg,mp3,hls&query=cfgp
  
--------------------


Whereas the Tune-In App the request is 

Code:
--------------------
    
  
opml.radiotime.com/Search.ashx?partnerId=16&id=&serial=XXXXXXXXXXXXXXXXXXXXXX&query=cfgp
  
--------------------


Tune-in returns the "non playable" for the second request.  This request
format actually comes from Tune-in as Tune-in App submenu dynamic and is
an OPML file direct from Tune-in which LMS requests (URL following) when
My Apps/Tune-in menu item is selected

Code:
--------------------
    
  http://opml.radiotime.com/Index.aspx?username=ABCDE&partnerId=16
  
--------------------


result is 

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


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

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

Reply via email to