mherger wrote: 
> > Just noticed the new Radio Paradise menus do not work from the Touch
> > menu system. I have "disable touch to play" set to always ask. If I
> Try
> > to play the Main interactive FLAC stream then 4 items are added to the
> > queue (interactive FLAC, FLAC stream, 320k aac and 128k aac).
> 
> I have kind of a fix/workaround for this. But I'm not using the "defet 
> TTP" feature, I'm not really in a good position to test. I've run some 
> testing, didn't find any side-effect. Yet I don't feel comfortable 
> committing this without some further testing. Would you be able to patch
> 
> your LMS (add a single line in a specific file) and run it that way for 
> a while?
> 
> > 
Code:
--------------------
  >   > diff --git a/Slim/Control/XMLBrowser.pm b/Slim/Control/XMLBrowser.pm
  > index 505f776c1..812d891af 100644
  > --- a/Slim/Control/XMLBrowser.pm
  > +++ b/Slim/Control/XMLBrowser.pm
  > @@ -803,6 +803,9 @@ sub _cliQuery_done {
  > $log->error("Requested item index $xmlbrowserPlayControl out of range: ",
  > $subFeed->{'offset'}, '..', $subFeed->{'offset'} + $count -1);
  > } else {
  > +unshift @crumbIndex, 'ffffffff' if $crumbIndex[0] !~ /^[a-f0-9]{8}/i;
  > +
  > my $item = $items->[$i];
  > for my $eachmenu (@{ 
  > _playlistControlContextMenu({
  > 
--------------------
> > 
> 
> -- 
> 
> MichaelI can if you tell me exactly how to do it.

Sent from my SM-G900F using Tapatalk




------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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

Reply via email to