Michael Herger;227110 Wrote: 
> > Sorry for the dense question, but where do you install plugins in
> SS7?
> 
> On Debian please give /usr/share/perl5/Slim/Plugin a try...
> 

Hrrm... I am not sure this is working correcly, at least for lastfm.

I moved to the official-nightly-deb and found the following:

the deb creates /usr/share/slimserver/Plugins, and this, according to
the scrobble-readme is the most likely place for the plugin to go.  Not
a sign at all that the scanner picks it up.

I delve into OSDetect and see the scary mapping and add a line in the
Debian section:
push @dirs, "/usr/share/slimserver/Plugins";

After all, when running with all the OSDetect deliberately broken, it
found both Slim/Plugin (for Slim-provided Plugins, I assume) and
Plugins (for 3rd party plugins?) fine.

This sort of works... it can find the plugin now, but the plugin still
won't load:


Code:
--------------------
    
  [15:01:39.0258] Slim::Utils::Strings::loadStrings (157) Loading string file: 
/usr/share/slimserver/Plugins/SlimScrobbler/strings.txt
  [15:01:40.7354] Slim::Utils::PluginManager::enablePlugins (338) Enabling 
plugin: [Plugins::SlimScrobbler::Plugin]
  [15:01:40.7386] Slim::bootstrap::tryModuleLoad (246) Warning: Module 
[Plugins::SlimScrobbler::Plugin] failed to load:
  Can't locate Plugins/SlimScrobbler/Plugin.pm in @INC (@INC contains: 
/usr/share/slimserver/Plugins/SlimScrobbler CODE(0x9f1e7dc) 
/usr/share/slimserver/lib /usr/sbin /etc/perl /usr/local/lib/perl/5.8.8 
/usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 
/usr/share/perl/5.8 /usr/local/lib/site_perl . CODE(0x9f1e8f0)) at (eval 482) 
line 2.
  [15:01:40.7405] Slim::Utils::PluginManager::enablePlugins (399) Warning: 
Couldn't load Plugins::SlimScrobbler::Plugin
  [15:01:40.7412] Slim::Utils::PluginManager::enablePlugins (408) Adding HTML 
directory: [/usr/share/slimserver/Plugins/SlimScrobbler/HTML]
  
--------------------


Not good... okay, so I ignore James and install it in the Slim/Plugin
directory...  This time remembering to delete the cache.

And now I am back to "404 Not Found:
plugins/SlimScrobbler/settings/basic.html" even though it very much
exists:

[15:16:08.5226] Slim::Utils::PluginManager::enablePlugins (408) Adding
HTML directory: [/usr/share/perl5/Slim/Plugin/SlimScrobbler/HTML]

and: 
-rw-r--r-- 1 root root 3996 2007-08-30 13:24
/usr/share/perl5/Slim/Plugin/SlimScrobbler/HTML/EN/plugins/SlimScrobbler/settings/basic.html


-- 
snarlydwarf
------------------------------------------------------------------------
snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179
View this thread: http://forums.slimdevices.com/showthread.php?t=38253

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

Reply via email to