Re: [SlimDevices: Plugins] Lyrics Plug Ins

2007-10-18 Thread aubuti

For one example, see http://slimlyrics.sourceforge.net/


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=39187

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


Re: [SlimDevices: Plugins] Help with iTunes partyshuffle plugin - playlist in slimserver 6.5.4 not updating

2007-10-18 Thread mpie

Ah, yes.  That solved my problem.  I figured I was doing something
stupid.


-- 
mpie

mpie's Profile: http://forums.slimdevices.com/member.php?userid=11741
View this thread: http://forums.slimdevices.com/showthread.php?t=39427

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


Re: [SlimDevices: Plugins] Norwegian Radio Channels (NRK)

2007-10-18 Thread bpa

It would be better to use the MyPicks plugin and create an OPML file
which can then be used with WikiRadio.  This format would also work
immediately with SC 7.0 whereas you will have to convert the Alien
addon for SC 7.0.

For Wikiradio see http://wiki.slimdevices.com/index.cgi?WikiRadio


-- 
bpa

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

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


[SlimDevices: Plugins] Norwegian Radio Channels (NRK)

2007-10-18 Thread robni

Tonight a tried to get the norwegian NRK into my Squeezebox and here's
the result:

.../slimserver/Plugins/Alien/AlienAddon/AlienNRKMenu.pm

#
# AlienBBC NRK Copyright (C) Patrik Wallström
#
# $Id: AlienNRKMenu.pm,v 1.0
# 2007-10-18 [EMAIL PROTECTED]
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License, version
2.
#
# AlienBBC support for NRK (http://www.nrk.no/)
#

use strict;

package Plugins::Alien::AlienAddon::AlienNRKMenu;

use Plugins::Alien::AlienSubMenuItem();
use Plugins::Alien::AlienMenu();
use LWP::Simple;

my @nrkstations = (
"NRK
P1||http://media.hiof.no/streams/m3u/nrk-p1-172.ogg.m3u";,
"NRK
P2||http://media.hiof.no/streams/m3u/nrk-p2-172.ogg.m3u";,
"NRK
P3||http://media.hiof.no/streams/m3u/nrk-petre-172.ogg.m3u";,
"NRK
mP3||http://media.hiof.no/streams/m3u/nrk-alltid-nyheter-172.ogg.m3u";,
"NRK Alltid
Nyheter||http://media.hiof.no/streams/m3u/nrk-mpetre-172.ogg.m3u";,
"NRK Alltid
Klassisk||http://media.hiof.no/streams/m3u/nrk-alltid-klassisk-172.ogg.m3u";,
"NRK Alltid
Jazz||http://radio.hiof.no/nrk-jazz-172.ogg";
);

sub AddonInit
{
return Plugins::Alien::AlienSubMenuItem->new("NRK", "",
Plugins::Alien::AlienAddon::AlienNRKMenu->new("NRK"));
}

sub new
{
my $class = shift;
my $self = {};
bless $self,$class;
$self->_initialise(@_);
return $self;
}

sub _initialise
{
my $self = shift;
my $title = shift;
my $url = shift;
$self->Plugins::Alien::AlienMenu::_initialise($title);
$self->{url} = $url;
$self->{items} = [];
}

sub refresh
{
my $self = shift;
$self->{items} = [];

use Plugins::Alien::AlienPlayableItem;

my ($name, $desc, $url);


for (@nrkstations)
{
($name, $desc, $url) = split(/\|/);
$::d_plugins && Slim::Utils::Misc::msg("Adding: $name
($url)\n");
my $item =
Plugins::Alien::AlienPlayableItem->new("$name",$url);
push @{$self->{items}},$item;
}
}

@Plugins::Alien::AlienAddon::AlienNRKMenu::ISA=qw(Plugins::Alien::AlienMenu);

1;

# Local Variables:
# tab-width:4
# indent-tabs-mode:t
# End:


-- 
robni

robni's Profile: http://forums.slimdevices.com/member.php?userid=13602
View this thread: http://forums.slimdevices.com/showthread.php?t=39439

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


Re: [SlimDevices: Plugins] AlienBBC web page blank

2007-10-18 Thread sdhubbard

bhaagensen;235768 Wrote: 
> Open a terminal. Change to the directory where Alien is installed. On my
> system it's '/usr/share/slimserver/Plugins/Alien', on sdhubbard's it's
> '/opt/slimserver/Plugins/Alien/'.
> 
> 

The full path to the Alien directory is actually
/share/HDA_DATA/etch/opt/slimserver/Plugins/Alien

Before you can connect to the TS-109 to change permissions you have to
ensure that either SSH or telnet access is permitted by logging in to
the QNAP admin interface on http://ip-of-QNAP:8080

Only the admin user can connect remotely. The SSH command to use is 

ssh [EMAIL PROTECTED]

Steve


-- 
sdhubbard

sdhubbard's Profile: http://forums.slimdevices.com/member.php?userid=9967
View this thread: http://forums.slimdevices.com/showthread.php?t=39250

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


Re: [SlimDevices: Plugins] Moose 0.60 - problems w/ "Favourites"

2007-10-18 Thread rlsx

Dr Lovegrove;236028 Wrote: 
> Ahh.. I've done a load of work to the favourites system recently to
> allow support for the new multi-level SC7 favourites.. It's possible I
> might have broken something.. I'll look into it..
I also get "Hold on" for Tree > Server > Music Folder. Server version
6.5.4.


-- 
rlsx

rlsx's Profile: http://forums.slimdevices.com/member.php?userid=12092
View this thread: http://forums.slimdevices.com/showthread.php?t=39386

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


[SlimDevices: Plugins] os x, ss 7.0a and itunes update: help!

2007-10-18 Thread Scott

I placed the 7.0 version in /library/slimdevices/plugins.  It loads, but
incorrectly.  I can't see the text on the "itunes update" screen, can't
seem to get it to work.  Under "extras"... it states
"PLUGIN_ITUNES_UPDATER"

Any assistance is greatly appreciated.

sb


-- 
Scott

Scott's Profile: http://forums.slimdevices.com/member.php?userid=229
View this thread: http://forums.slimdevices.com/showthread.php?t=39432

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


Re: [SlimDevices: Plugins] AlienBBC beta thank you

2007-10-18 Thread Triode

I think Neil has included the updated url on the web site for Radio4
A-Z.  Please download and reinstall, then go to the settings page and
press reset.


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=39416

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


Re: [SlimDevices: Plugins] Help with iTunes partyshuffle plugin -playlist in slimserver 6.5.4 not updating

2007-10-18 Thread Craig, James (IT)
Hi Mpie,
First thing - how are you playing the 'party shuffle' playlist in
SlimServer?
>From your description it sounds like you might be playing the normal
entry in the 'playlists' menu?

If so, this would explain the problem. You need to start playback from
the 'iTunes Party Shuffle' menu found in the Plugins menu. 
Let me know if that's not the problem...

James


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Help with iTunes partyshuffle plugin - playlist in slimserver 6.5.4 not updating

2007-10-18 Thread mpie

I'm having trouble with the iTunes party shuffle plugin.  I'm using
slimserver 6.5.4 and have the correct plugin installed (not the one for
SC 7.0).  I have set the slimserver to automatically run at login, not
startup.  I have tried restarting the computer several times.  It
correctly opens up the iTunes correctly on startup.  However, when I
access the playlist for the iTunes partyshuffle from the slimserver it
is always the same, regardless if I reset the list in iTunes.  It also
does not update it in iTunes as it plays.  Basically it is just playing
the same list of 15 songs.  I'm sorry if this is a really stupid
question, but any help would be appreciated.


-- 
mpie

mpie's Profile: http://forums.slimdevices.com/member.php?userid=11741
View this thread: http://forums.slimdevices.com/showthread.php?t=39427

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


Re: [SlimDevices: Plugins] AlienBBC web page blank

2007-10-18 Thread Benway

For those using SC7 I also found when upgrading to SC7 the AlienBBC's
(v2 Beta) bin/maplayer.sh persmissions were incorrect.


-- 
Benway

Benway

Benway's Profile: http://forums.slimdevices.com/member.php?userid=8944
View this thread: http://forums.slimdevices.com/showthread.php?t=39250

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


Re: [SlimDevices: Plugins] Softsqueeze & SSH - idiot guide please

2007-10-18 Thread mflint

First, you'll need to check that the SSH port (22) isn't barred too.

You'll need to have a machine in your home network running
sshd/openssh/dropbear. Then, you'll need to make sure that incoming
connections from the internet are routed to that machine. (If you have
a NAT router, it'll be called something like 'port forwarding' or
'default server')

On your work machine, you'll need a SSH client (like PuTTY). In the
PuTTY config, there is a 'Tunnels' section. Tunnel source port 3483 to
destination "123.456.789.012:3483 Local", where 123.456.789.012 is the
IP address of your slimserver machine in your home network.

Then login to the home machine using PuTTY - this will open the tunnel
at the same time. Then connect SoftSqueeze to 127.0.0.1 or
'localhost'.

If port 22 is blocked by your firewall (as mine is) then you might like
to try adding an HTTP Tunnel into the mix. So the music is tunnelled
through SSH, and SSH is tunnelled through HTTP on port 80 or 8080.

Hope that helps :-)

Matthew


-- 
mflint

'GoalRush , LiveDepartures and ArtistPlaylist plugins'
(http://www.insignificant.org/wiki/index.php/Slim_Plugins)

mflint's Profile: http://forums.slimdevices.com/member.php?userid=2102
View this thread: http://forums.slimdevices.com/showthread.php?t=39422

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


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-18 Thread autopilot

bhaagensen;236021 Wrote: 
> James would know this much better than me, but due to black magic it was
> not sufficient for me to delete the 'plugin-data.yaml' file. What worked
> for me was:
> 
> 0. Make sure the plugin is installed in the correct directory.
> 1. Shut down slimserver, and be sure its dead.
> 2. Delete the entire contents of the cache-directory, where
> cache-directory is the directory containing among other things the
> FileCache directory.
> 3. Start slimserver and rescan.
> 
> Maybe thats what you already tried ?
> 
> Bjørn

Yep, done that all a few times.


-- 
autopilot

SLIMSERVER:[/B] 7.0 APLHA (WINDOWS XP) + ALIENBBC, SLIMSCROBBLER &
LAST.FM.
*AMP:* CAMBRIDGE AUDIO 640A (LIVING ROOM) / DENON MD30 (BEDROOM).
*SPEAKERS:* MISSION 701'S (LIVING ROOM) / KEF CRESTA 1'S (BEDROOM).
*REMOTE:* T-MOBILE MDA VARIO / HARMONY 525 (IR) / *BETA TESTING JIVE
REMOTE.
[B]Clients:* 1 Squeezebox 3 + Softsqueeze.

'LAST.FM' (http://www.last.fm/user/domrevans/)

autopilot's Profile: http://forums.slimdevices.com/member.php?userid=1763
View this thread: http://forums.slimdevices.com/showthread.php?t=38845

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


[SlimDevices: Plugins] Softsqueeze & SSH - idiot guide please

2007-10-18 Thread thewallofsound

I am trying to set-up SSH so that I can access my slimserver across the
Public Web from Softsqueeze without upsetting the firewall at work (as
3483 is currently barred - and its not very secure).

I've followed the instructions about setting up the ssh from the
Softsqueeze help info and they are helpful as far as they go but I
could do with an idiot guide as to testing ssh and getting it set up on
the Softsqueeze.

Can anyone help or give me a pointer?


-- 
thewallofsound

thewallofsound's Profile: http://forums.slimdevices.com/member.php?userid=3035
View this thread: http://forums.slimdevices.com/showthread.php?t=39422

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


Re: [SlimDevices: Plugins] Moose 0.60 - problems w/ "Favourites"

2007-10-18 Thread Dr Lovegrove
On 17/10/2007, pelle3
<[EMAIL PROTECTED]> wrote:
>
> Installed the excellent Moose 0.60 yesterday.Everything works fine
> except for the "Favourites" in the server nod.It seems to get stuck and
> doesn't get past the "Hold on..." message. Any idea what might be the
> problem?

Ahh.. I've done a load of work to the favourites system recently to
allow support for the new multi-level SC7 favourites.. It's possible I
might have broken something.. I'll look into it..

Thanks,

-- 
- Dr Lovegrove
http://www.rusticrhino.com/drlovegrove
http://groups.google.com/group/moosenews
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-18 Thread bhaagensen

James would know this much better than me, but due to black magic it was
not sufficient for me to delete the 'plugin-data.yaml' file. What worked
for me was:

0. Make sure the plugin is installed in the correct directory.
1. Shut down slimserver, and be sure its dead.
2. Delete the entire contents of the cache-directory, where
cache-directory is the directory containing among other things the
FileCache directory.
3. Start slimserver and rescan.

Maybe thats what you already tried ?

Bjørn


-- 
bhaagensen

bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418
View this thread: http://forums.slimdevices.com/showthread.php?t=38845

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


Re: [SlimDevices: Plugins] AlienBBC web page blank

2007-10-18 Thread bhaagensen

Empgamer;235982 Wrote: 
> Thanks. Apologies for the dumb question but can I just type this in from
> a keyboard anywhere in that folder or do I need a programe like Putty
> (which I've heard of but no more tha that - so don't assume I know what
> it does ;-)  ).

I don't know the details. You need to login on the nas using either
telnet or ssh. Putty can do both ssh and telnet. If you're on MS
Windows you can connect using telnet from the regular command promt
(cmd.exe). Go for that if you can. From the thread here:

http://forums.slimdevices.com/showthread.php?t=36703

I guess the portnumber is 13131. So to login write something like
'telnet ip-address-of-nat 13131'. Perhaps someone with specific
nas-knowledge can provide more details. Perhaps the login procedure is
described in the manual ? It's available online here:

http://www.qnap.com/download_detail.asp?pl=1&p_mn=TS-109
Pro&ct_name=Manual

When you are logged in you need to change to the directory where
slimserver and alien is installed. The commands should be issued from
the Alien directory.

Come to think of it. Are we sure this is the problem? You should be
able to see the alien plugin in the server settings. Also if you check
the slimserver log files there should be some 'permission denied'
entries indicating that this is the problem.

Bjørn


-- 
bhaagensen

bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418
View this thread: http://forums.slimdevices.com/showthread.php?t=39250

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


Re: [SlimDevices: Plugins] AlienBBC beta thank you

2007-10-18 Thread bpa

Although the A-Z page doesn't work because of the changed layout - there
is virtually the same list in the Radio 4 menu - just that it has a few
additional entries at the top.

There are two web pages with the same info - the main Radio 4 Programme
and the Radio Player Radio 4 list.

It looks like the BBC are starting to get consistent as new Radio 4 A-Z
layout has identical HTML as the equivalents in Radio 2, 5Live, 6Music
and BBC7.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] AlienBBC beta thank you

2007-10-18 Thread Patrick Dixon

There was an issue with the BBC having changed the layout of the Listen
Again page.  There was a fix for it, but I'm not sure if it's in the
beta yet.


-- 
Patrick Dixon

www.at-tunes.co.uk

Patrick Dixon's Profile: http://forums.slimdevices.com/member.php?userid=90
View this thread: http://forums.slimdevices.com/showthread.php?t=39416

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


Re: [SlimDevices: Plugins] AlienBBC beta thank you

2007-10-18 Thread Stuart Hickinbottom
Again that sounds like the permissions on the HTML subdirectory (and all
its contents) is preventing SqueezeCenter reading the files.

Go in and make sure they're 0755 or 0644 for directories and files
respectively and try again.

A few of us have been bitten by that - there are some clues in the
server log about it being unable to read content to construct pages if
you look for it.

Stuart


waldy wrote:
> Hi,
>
> I'm running the AlienBBC beta on Suse Linux 10 & it's running great!, 
> thank you.
>
> Only issue I've seen so far is the Radio4 A-Z listing seems broken
>
> fyi I'm running SqueezeCenter Version: 7.0 - 13779,  SUSE 10.1
>
> regards
>
> Waldy
>
>
>   
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2007-10-18 Thread kyleki

I'm using version 5.5.0 from SC7 and was wondering how to use the small
date format rather than the long one.  When I put "%1 %2" as my entry
for Line 2, the text is too long.  Also, when it begins to scroll, it
scrolls over the 3 line text and icon to the left.

Ideally, I'd like to display something like:


Code:


  ICON   TEMP  Today:  Sunny
  ICON   HI/LOW1:24 AM   Wed 10/18
  ICON   PREC



Is this possible?


-- 
kyleki

kyleki's Profile: http://forums.slimdevices.com/member.php?userid=2510
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 forSqueezeCenter 7.0

2007-10-18 Thread Craig, James (IT)
You'll need to check the server log for any errors after a restart then.

I'd recommend clearing the whole cache directory beforehand as well
(keep your mysql database if a rescan takes a long time)

James


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-18 Thread autopilot

Craig, James \(IT\);235969 Wrote: 
> Can you check you have the plugin installed in the correct location?
> Should be in server/Plugins/SqueezeScrobbler with e.g. install.xml in
> this directory.
> 
> James
> 
> 
> NOTICE: If received in error, please destroy and notify sender. Sender
> does not intend to waive confidentiality or privilege. Use of this
> email is prohibited when received in error.

Yep, it's as above.


-- 
autopilot

SLIMSERVER:[/B] 7.0 APLHA (WINDOWS XP) + ALIENBBC, SLIMSCROBBLER &
LAST.FM.
*AMP:* CAMBRIDGE AUDIO 640A (LIVING ROOM) / DENON MD30 (BEDROOM).
*SPEAKERS:* MISSION 701'S (LIVING ROOM) / KEF CRESTA 1'S (BEDROOM).
*REMOTE:* T-MOBILE MDA VARIO / HARMONY 525 (IR) / *BETA TESTING JIVE
REMOTE.
[B]Clients:* 1 Squeezebox 3 + Softsqueeze.

'LAST.FM' (http://www.last.fm/user/domrevans/)

autopilot's Profile: http://forums.slimdevices.com/member.php?userid=1763
View this thread: http://forums.slimdevices.com/showthread.php?t=38845

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


Re: [SlimDevices: Plugins] Is there a plugin to improve fast forward & rewind?

2007-10-18 Thread NeilF

Phil Meyer;235914 Wrote: 
> >OK... I'll put my backup back and do as you say... And you recon that
> >when I press LEFT (or RIGHT) out of that SCANNER I should return back
> >to the track/album I was previously in, rather than being left in
> >'PLUGIN'?
> 
> No.  To exit the scanner back to the current playing track, press Now
> Playing.
> 
> Phil

Aha! OK... I'll have a play.. Ta!


-- 
NeilF

shuttle sn45g, athlon 3200+, 512mb, xp pro (sp2), netgear dg834gt,
squeeze box 3
slimserver version: 6.5.4 - 12568 - windows xp - en - cp1252, perl
version: 5.8.8 mswin32-x86-multi-thread, mysql version:
5.0.22-community-nt

NeilF's Profile: http://forums.slimdevices.com/member.php?userid=13059
View this thread: http://forums.slimdevices.com/showthread.php?t=39114

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


Re: [SlimDevices: Plugins] AlienBBC web page blank

2007-10-18 Thread Empgamer

Thanks. Apologies for the dumb question but can I just type this in from
a keyboard anywhere in that folder or do I need a programe like Putty
(which I've heard of but no more tha that - so don't assume I know what
it does ;-)  ).


-- 
Empgamer

Empgamer's Profile: http://forums.slimdevices.com/member.php?userid=12652
View this thread: http://forums.slimdevices.com/showthread.php?t=39250

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


[SlimDevices: Plugins] AlienBBC beta thank you

2007-10-18 Thread waldy

Hi,

I'm running the AlienBBC beta on Suse Linux 10 & it's running great!, 
thank you.

Only issue I've seen so far is the Radio4 A-Z listing seems broken

fyi I'm running SqueezeCenter Version: 7.0 - 13779,  SUSE 10.1

regards

Waldy


-- 
waldy

waldy's Profile: http://forums.slimdevices.com/member.php?userid=3714
View this thread: http://forums.slimdevices.com/showthread.php?t=39416

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


Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 forSqueezeCenter 7.0

2007-10-18 Thread Craig, James (IT)
Can you check you have the plugin installed in the correct location?
Should be in server/Plugins/SqueezeScrobbler with e.g. install.xml in
this directory.

James


NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins