mherger wrote: 
> >    * Sat Jan 11 2014 - 7.8.0-0.68.20140110git1388931871
> >    - Apply lms-server-non-transcode.patch.
> >    Looks like the current LMS has been updated assuming transcoding,
> this
> >    should fallback to using the non transcoding case.
> 
> I doubt I have changed anything in this department. How does your patch
> 
> look like?

lms-server-aiff-non-transcode.patch

Code:
--------------------
    
  --- slimserver/Slim/Player/Squeezebox.pm.orig   2014-01-11 18:31:08.190539145 
+0000
  +++ slimserver/Slim/Player/Squeezebox.pm        2014-01-11 18:32:00.186992027 
+0000
  @@ -636,7 +636,7 @@
  
  my $track = Slim::Schema->objectForUrl({
  'url' => $params->{url},
  -               });
  +               }) || $track;
  
  $formatbyte      = 'p';
  $pcmsamplesize   = 1;
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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

Reply via email to