hakan Wrote:
>
> My local copy (which is basically 0.32 + my MusicBrainz patch) works
> perfectly.
>
Thanks for the help. Now I know that it should work, so it is just a
matter of working out why it still doesn't.
I turned on debugging and the --d_plugins options. However don't know
where (in which file) I need to set the scrobbler-debug setting to 1,
therefore I hardcoded this into the Scrobbler.pm file directly by
changing the line
Code:
--------------------
my $SCROBBLE_DEBUG = Slim::Utils::Prefs::get("scrobbler-debug");
--------------------
to
Code:
--------------------
my $SCROBBLE_DEBUG = 1;
--------------------
With these changes I see the following.
1. using the web interface I set the settings/plugins option to "load
plugins on the fly"
2. I copy the Scrobbler.pm and the SlimScrobbler directory into the
Plugins directory
3. Reload the settings/plugins page on the web interface - there is no
slimscrobbler item in the list of plugins and no pane for setting the
audioscrobbler account/password.
4. Check the slimserver.log file - there are not entries related to
slimscrobbler.
If I repeat this with another plugin then I either see something on the
settings/plugin page (i.e. AlienBBC plugin) or in the case of the
Lyrics.pm plugin I see a load of errors in the slimserver.log file.
Therefore I am a bit puzzled as to what the plugin is or isn't doing. I
noticed the following lines in the Scrobbler.pm code
Code:
--------------------
# Indicator if scrobbler is hooked or not
# 0= No
# 1= Yes
my $SCROBBLE_HOOK = 0;
--------------------
Is this correct for automatic loading?
Has anybody got any other ideas?
Cheers
Rob
--
djinnster
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins