Re: [SlimServer-de] CD Player Plugin

2011-11-30 Diskussionsfäden bpa

Manual installation method is ok as long as you used the latest version.
I think you have an old version of plugin.

The version of CDplayer plugin should be 1.08_7.3a

Better to use the automated installation.

Plugin is installed from the WebUI Settings/Plugins - check the box
Show all 3rd Party plugins and then select from the 3rd party plugins
list.


-- 
bpa

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

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-30 Diskussionsfäden hopeshenliehuo

hello,new here


-- 
hopeshenliehuo

hopeshenliehuo's Profile: http://forums.slimdevices.com/member.php?userid=51837
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-30 Diskussionsfäden krismo22

Thank u for your reply

I'll try later and report

cu
achim


-- 
krismo22

SBS (WHS) auf Acer EasyStore H341
squeezebox duett an logitech Z4 als küchensound
squeeze box duett an B  O 
Boom im Schlafzimmer
wlan fritzbox 7390
klappt super, wenn alles klappt

krismo22's Profile: http://forums.slimdevices.com/member.php?userid=17032
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-29 Diskussionsfäden bpa

The file PurePerl.pm is in the plugin directory CDplayer/lib/Digest/SHA

I have tested the plugin in Windows XP with nightly 7.7.1 and it works
OK - so Perl 5.14 or Window in general is not an issue.  So perhaps
there is a WHS specific issue or an installation issue.

How did you install the plugin ?


-- 
bpa

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

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-29 Diskussionsfäden krismo22

Hello

see my screenshot - no directory CDplayer/lib/Digest/SHA

I've installed as instructed on
http://forums.slimdevices.com/showthread.php?t=47288

achim


+---+
|Filename: SqueezeScreenShot.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12801|
+---+

-- 
krismo22

SBS (WHS) auf Acer EasyStore H341
squeezebox duett an logitech Z4 als küchensound
squeeze box duett an B  O 
Boom im Schlafzimmer
wlan fritzbox 7390
klappt super, wenn alles klappt

krismo22's Profile: http://forums.slimdevices.com/member.php?userid=17032
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-28 Diskussionsfäden krismo22

schon was rauslesen können??

Kann es sein, daß am USB CD Player liegt
RIP NAS für Homeserver funzt auch nicht

achim


-- 
krismo22

SBS (WHS) auf Acer EasyStore H341
squeezebox duett an logitech Z4 als küchensound
squeeze box duett an B  O 
Boom im Schlafzimmer
wlan fritzbox 7390
klappt super, wenn alles klappt

krismo22's Profile: http://forums.slimdevices.com/member.php?userid=17032
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-28 Diskussionsfäden bpa

Sorry I can't reply in German.

CDplayer is my plugin and it works OK on a Linux LMS 7.7

It looks like there is a problem with either LMS 7.7 for WHS and/or
Perl 5.14 and it breaks this code.


Code:


  
  if ($::VERSION lt '7.4') {
  my @pluginDirs = Slim::Utils::OSDetect::dirsFor('Plugins');
  for my $dir (@pluginDirs) {
  my $libpath = catdir($dir,'CDplayer','lib');
  next unless -d catdir($libpath,'Digest');
  unshift @INC, $libpath;
  last;
  }
  }
  



As a result the plugin cannot load a module PurePerl.pm which is in
lib.

Perhaps it is in OSDetect::dirsFor('Plugins') 

I cannot test as I don't have a WHS.


-- 
bpa

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

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-28 Diskussionsfäden krismo22

Hello bpa

thanks for your reply

As I did understand correctly there should be a file
called PurePerl.pm

I cannot find the file and also the directory lib
could the be??

cu
achim


-- 
krismo22

SBS (WHS) auf Acer EasyStore H341
squeezebox duett an logitech Z4 als küchensound
squeeze box duett an B  O 
Boom im Schlafzimmer
wlan fritzbox 7390
klappt super, wenn alles klappt

krismo22's Profile: http://forums.slimdevices.com/member.php?userid=17032
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-26 Diskussionsfäden krismo22

Hallo Michael

ich musste die Datei erst kleiner machen
hatte Schwierigkeiten beim hochladen

Server log ab Neustart Server

Danke
Achim


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12791|
+---+

-- 
krismo22

SBS (WHS) auf Acer EasyStore H341
squeezebox duett an logitech Z4 als küchensound
squeeze box duett an B  O 
Boom im Schlafzimmer
wlan fritzbox 7390
klappt super, wenn alles klappt

krismo22's Profile: http://forums.slimdevices.com/member.php?userid=17032
View this thread: http://forums.slimdevices.com/showthread.php?t=91826

___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de


Re: [SlimServer-de] CD Player Plugin

2011-11-23 Diskussionsfäden Michael Herger
 bei mir meldet der Server nach Installation
 die Meldung Plugin konnte nicht geladen werden.
 Warum weiß ich nicht und auch nicht seit wann
 jetzt könnte ich es dringend bald brauchen.

Was steht denn in der server.log Datei?

-- 

Michael
___
slimserver-de mailing list
slimserver-de@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/slimserver-de