tcutting wrote: 
> Any idea how to implement this patch on an Ubuntu install?

If you are using the LMS .deb package, the file to patch is
/usr/share/perl5/Slim/Plugin/Sirius/ProtocolHandler.pm

1. Download the appropriate patch (7.8 or 7.9) to your Ubuntu system and
save it in $HOME/lms-sirius-not-auth.patch

2. Login to your Ubuntu system.

3. Save the official version of ProtocolHandler.pm:

Code:
--------------------
    
  cd /usr/share/perl5/Slim/Plugin/Sirius
  sudo cp -a ProtocolHandler.pm ProtocolHandler.pm.official
  
--------------------

4. Apply the patch:

Code:
--------------------
    
  cd /usr/share/perl5
  sudo patch -p1 < $HOME/lms-sirius-not-auth.patch
  
--------------------

5. Save a copy of the patched file:

Code:
--------------------
    
  cd /usr/share/perl5/Slim/Plugin/Sirius
  sudo cp -a ProtocolHandler.pm ProtocolHandler.pm.patched
  
--------------------

6. Restart LMS using the appropriate Ubuntu command.


------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=102774

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

Reply via email to