Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-12-13 Thread Pazzuzu


Code:

Logitech Media Server Version: 8.4.0 - 1670824785 @ Mon Dec 12 07:40:59 CET 
2022
  OS: macOS 12.6.1 - EN - utf8
  Platform: x86_64
  Perl Version: 5.34.0 - darwin-thread-multi-2level
  Audio::Scan: 1.06
  IO::Socket::SSL: 2.072
  Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)



Working fine here after a fresh upgrade.

Thank you very much!



Pazzuzu's Profile: http://forums.slimdevices.com/member.php?userid=59605
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-12-08 Thread Pazzuzu

Ajeighh wrote: 
> Did anyone find a fix for this? I’m getting it after upgrading to macOS
> 13.0 and LMS 8.3.0
> 
> Thanks,
> 
> Andrew

I found a workaround 'here'
(https://forums.slimdevices.com/showthread.php?117165-Latest-LMS-8-4-on-macOS-10-15-falls-back-to-perl-5-18=1067148=1#post1067148)
: 

Make slimserver use a version of perl that is supported by shairtunes by
changing the shebang (first line) in :

/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/slimserver.pl

ex: perl 5.18 (check for available perl versions on your system)

Replace the first line:

Code:

#!/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/bin/perl


With this line:

Code:

#!/usr/bin/perl5.18



Unsure of the consequences but after restarting LMS, shairtunes is
working again for me !



Pazzuzu's Profile: http://forums.slimdevices.com/member.php?userid=59605
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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


Re: [SlimDevices: Plugins] announce: ShairTunes2W - Airtunes on LMS (forked version with Windows support)

2022-10-16 Thread Pazzuzu

mrw wrote: 
> I have had this error on a Debian system if the Perl package
> ‘crypt::OpenSSL::RSA’ is not present on your system. You should see a
> message in your log if this is the case.

Right, it seems to be an issue with the RSA package on macos too.


Code:

[22-10-16 11:35:37.6128] Slim::Utils::Misc::msg (1325) Warning: 
[11:35:37.6126] Can't locate auto/Crypt/OpenSSL/RSA/autosplit.ix in @INC (@INC 
contains:
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/SqueezeSonic/lib
  /Users/user/Library/Caches/Squeezebox/InstalledPlugins
  /Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/RadioNet/lib
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/Plugins/Bandcamp/lib
  /Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/Bandcamp/lib
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/5.34/darwin-thread-multi-2level
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/5.34/darwin-thread-multi-2level/auto
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/5.34.0/darwin-thread-multi-2level
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/5.34.0/darwin-thread-multi-2level/auto
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/darwin-thread-multi-2level
  /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN/arch/5.34
  /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/lib
  /Library/PreferencePanes/Squeezebox.prefPane/Contents/server/CPAN
  /Library/PreferencePanes/Squeezebox.prefPane/Contents/server
  /Library/Application Support/Squeezebox
  /Users/user/Library/Application Support/Squeezebox
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/lib/site_perl/5.34.0/darwin-thread-multi-2level
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/lib/site_perl/5.34.0
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/lib/5.34.0/darwin-thread-multi-2level
  /Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/lib/5.34.0
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2W/elib
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2W/elib/5.34
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2W/elib/5.34/darwin-thread-multi-2level
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2W/elib/5.34/darwin-thread-multi-2level/auto)
 at
  
/Library/PreferencePanes/Squeezebox.prefPane/Contents/perl/lib/5.34.0/AutoLoader.pm
 line 181.
  at
  
/Users/user/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2W/elib/Crypt/OpenSSL/RSA.pm
 line 11.



I tried to change the path to autosplit.ix in RSA.pm but it didn't work.



Pazzuzu's Profile: http://forums.slimdevices.com/member.php?userid=59605
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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