Re: [SlimDevices: Plugins] Announce: New WeatherTime Screensaver adds graphical forecasts

2008-08-09 Thread fakarava2

martin.rehfeld;327560 Wrote: 
 Check out this previous post by Milhouse offering a bunch of
 suggestitions for finding a suitable city code:
 
 http://forums.slimdevices.com/showpost.php?p=308255postcount=470

Thanks for the reply.
Wunderground points to an html page, which gives data for the nearest
town (without any airport code). 
However the wunderground forecast for the nearest station (with an
airport code) is different. 
I wonder why and how...

(Of course, the URL of this HTML page does not works  in the plugin.)
But that's not so important !


-- 
fakarava2

To nobody, except those who will take pleasure here
(Franz Schubert, 01/31/1797 - 11/19/1828)

fakarava2's Profile: http://forums.slimdevices.com/member.php?userid=16310
View this thread: http://forums.slimdevices.com/showthread.php?t=21989

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


Re: [SlimDevices: Plugins] 'Failed' message on Controller with any Trackstat playlist

2008-08-09 Thread erland

It's a bug in Dynamic Playlist, thanks for reporting.
I'll try to release a new version in a day or two, sorry for the
inconvenience.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and Database Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=50873

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Hello,

I live in the Netherlands and love last.fm.

I had a real difficult time to get myself learning the SBD to:
1. how I have/want my network configured
2. get last.fm working.
I only managed to get last.fm working via the webui while using
squeezescrobbler. This 'wonderfull' SBC is only usefull to forward the
next song and send 'loves' to last.fm. And it still doesn't work
always. Many times last.fm just stops and I have to walk to my pc and
restart via the webui . Oh, forget to mention, I am a paid customer of
last.fm.

Yesterday arrived my next package: a SB3. I was flabbergasted. It
worked OUT OF THE BOX:
It recognized my network on instant and it was completely obvious to me
how to explain the SB3 to use wireless/ethernet/dhcp/static and the SB3
was LISTENING where the SBD absolutely didn't WANT to listen to my
orders. The SBD even disobeyed to use the static ip's I gave it
manually.

I was even more flabbergasted to find out the SB3 used squeezescrobbler
on the device itself, no webui, just the device itself gives me entrance
to last.fm. Oh, I don't live in USA/UK/DE ! Am I just a lucky guy on a
lucky moment with a lucky device ? Or is it a general rule that
non-USA/UK/DE last.fm lovers get serviced with an old device (SB3)
while they are not serviced with a double priced product (SBD) ?

Okay I know if you are lucky, don't push it over the limits. But
finally I wanted to know if the SB3 and the SBD would like each other,
so I tried to use them together. Oh, I didn't synchronize, I just
powered the SBD . and instantly last.fm stopped playing on the SB3.
I couldn't believe my ears, this is a joke. I tested and tested over
again. But it's true the SB3 stops playing last.fm the moment SBD is
connected. Okay I thought let's push it over the limits and get the two
synchronize: wrong thought. Now not only does last.fm stop on SB3, on
SBD last.fm only plays the first 5 seconds of every song and jumps to
the next song to play it 5 seconds. Don't get me wrong, but it really
looks like someone is trying to do us evil here.

I learned one lesson and like to pass it to all non-USA/UK/DE last.fm
lovers: Buy yourself only half-priced SB3 and leave the SBD where it is
till slimdevices guarantee you last.fm will work on it. Oh and buy the
way: the IR-control works much better then the SBC and you don't have
to bother batterylife eather. And if you can't do without the artwork,
buy yourself a eee-pc instead of the SBC, it is cheaper, prettier, more
reliable, better battery-life, and you can browse while listening on
your sofa ;)

So that was only my 2 cents. And oh: I love squeezebox and I ADORE
last.fm !

Gr, Rik


-- 
rvanderh

rvanderh's Profile: http://forums.slimdevices.com/member.php?userid=18876
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread chrisinparis

Yes please do file a bug report.  It's not that difficult to recopy
wiped out plugins after an upgrade, but it would be nicer not having to
do this.  And this problem does not exist on Windows/Linux, so I guess
it should not happen on a mac either.


-- 
chrisinparis

chrisinparis's Profile: http://forums.slimdevices.com/member.php?userid=11963
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread pippin

exile;327547 Wrote: 
 yes,with the exception of skins...but I put all other elements of
 plugins in that same path: library-application
 support-squeezecenter-plugins. the skins are in the same main location
 just moved over to the html folder.

Skins that don't need acces to a skin can go to 

Code:

youraccountLibrary/Application Support/Squeezecenter/html


Plugins that don't need to provide their own skin (that is: more than
their plugin files, like iPeng does) can go to

Code:

youraccountLibrary/Application Support/Squeezecenter/Plugins



but plugins that provide a skin that needs access to the plugin code
(e.g. iPeng) need to go into

Code:

/Library/PreferencePanes/SqueezeCenter.prefPane/Contents/server/Plugins/


At least that one gets wiped.Maybe the whole behavior is worth filing a
bug, maybe the best workaround would be to enable plugins in

Code:

youraccountLibrary/Application Support/Squeezecenter/Plugins


to provide their own skin...


-- 
pippin

---
see iPeng at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

Both the SB3 and the Duet are slim devices.  They both pull all of the
info they need to operate from Squeezecenter.  If you are running both
the Duet and the SB3 from one instance of Squeezecenter, there should
be no difference in their ability to access Last.fm.

Im a bit confused about whether you are trying to use the inbuilt
Last.fm plugin or the 3rd party Squeezecenter plugin.  You mention
Squeezescrobbler but also talk about the in-built plugin.  The
Squeezescrobbler plugin does not have any country restrictions at all,
so it should work on both the Duet and the SB3 without any problems,
but you can't use the inbuilt plugin if you are in the Netherlands at
the moment.  If you can't get Squeezescrobbler to work on your Duet,
there may be something wrong with your setup, perhaps an IP conflict
given what you say about static IPs. Also, you can't run two separate
or synced Last.fm streams with the Squeezecrobbler plugin.  It's a
technical restriction imposed by Last.fm (see 'here'
(http://forums.slimdevices.com/showthread.php?t=26986highlight=sync+last.fm)),
so this may account for some of the issues you are experiencing.

I'm pretty confident that if the situation you describe was right, i.e.
that the Duet can't access Last.fm either via the inbuilt plugin OR the
Squeezescrobbler plugin (depending on country), but the SB3 could,
there would be thousands of angry fans clogging up the boards.  Yours
is the first case like this I've seen.  If you switch on logging for
the Last.fm Squeezescrobbler plugin, what error messages do you see
when you try to change stations with the Duet?


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Siduhe;327694 Wrote: 
 Both the SB3 and the Duet are slim devices.  They both pull all of the
 info they need to operate from Squeezecenter.  If you are running both
 the Duet and the SB3 from one instance of Squeezecenter, there should
 be no difference in their ability to access Last.fm.
That is right. At the moment I am running both while streaming last.fm.
But ... with SBC disconnected ! When I connect SBC last.fm stops playing
instantly on both receivers.

 Im a bit confused about whether you are trying to use the inbuilt
 Last.fm plugin or the 3rd party Squeezecenter plugin.  You mention
 Squeezescrobbler but also talk about the in-built plugin.  The
 Squeezescrobbler plugin does not have any country restrictions at all,
 so it should work on both the Duet and the SB3 without any problems,
 but you can't use the inbuilt plugin if you are in the Netherlands at
 the moment.
I tested both. last.fm plugin doesn't indeed work with the duet, didn't
test with the SB3 yet. squeezescrobbler combined with duet only works
via web-gui. squeezescrobbler combined with SB3 works also on the SB3
directly.


 If you can't get Squeezescrobbler to work on your Duet, there may be
 something wrong with your setup, perhaps an IP conflict given what you
 say about static IPs. 
Don't understand that. After a lot of trouble I finally got the duet
working fine with both SC and SN, so doesn't look like there are any
network probs anymore. But squeezescrobbler doesn't work on it.

 Also, you can't run two separate or synced Last.fm streams with the
 Squeezecrobbler plugin.  It's a technical restriction imposed by
 Last.fm (see 'here'
 (http://forums.slimdevices.com/showthread.php?t=26986highlight=sync+last.fm)),
 so this may account for some of the issues you are experiencing.
Ah thanks, this could explain part of my troubles.

I will test the logs and come back on it later.

Thanks for helping me on, Rik


-- 
rvanderh

rvanderh's Profile: http://forums.slimdevices.com/member.php?userid=18876
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

I can't remember if the cache for the Squeezescrobbler plugin is per
player, but if you have a bad submit to Last.fm it can sometimes
cause the plugin to stop submitting - I haven't experienced this for a
while, but it may be worth double checking.  What OS are you running
on?  Try stopping SC, then find the Last.fm cache folder - something
like PendingSongFile_[your last.fm user name].txt. Delete it and
restart SC.  Any improvement?

In my XP set up, the file used to be
C:\DOCUME~1\MEDIAS~1\LOCALS~1\Temp\PendingSongLis tV1.2_siduhe.txt
(MediaServer is the PC name).


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

___
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

2008-08-09 Thread svemo

Forget it. It's suddenly working now. Don't know why though...


-- 
svemo

svemo's Profile: http://forums.slimdevices.com/member.php?userid=17347
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] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread Nikhil

chrisinparis;327683 Wrote: 
 Yes please do file a bug report.  It's not that difficult to recopy
 wiped out plugins after an upgrade, but it would be nicer not having to
 do this.  And this problem does not exist on Windows/Linux, so I guess
 it should not happen on a mac either.

Filed! Please vote, and make your comments/additions

http://bugs.slimdevices.com/show_bug.cgi?id=9085


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Thanks again for replying. 
 
 If you switch on logging for the Last.fm Squeezescrobbler plugin, what
 error messages do you see when you try to change stations with the
 Duet?
Not sure how to get the logs. What i did:
- I made sure squeezeboxJive on the SBC was toggled 'Debug'
- opened http://squeezecenter:9000/server.log?lines=500
If on the SBC i go to
InternetRadio/LastFM/ChangeStation/myusername's/Myusername'sLoved I
hear a dull (proper english ?) click but nothing happens. In the log
nothing shows up either.
Siduhe;327699 Wrote: 
 What OS are you running on? 
debian etch
 Try stopping SC, then find the Last.fm cache folder - something like
 PendingSongFile_[your last.fm user name].txt.
Can't find such a 'cache' on my system. What should this cache be about
? Allthough I have quite som 'cache'-related dirs on my squeezecenter:
 
 ./lib/Cache:
 total 16
 -rw-r--r-- 1 root root 14422 2008-07-28 22:31 FileBackend.pm
 
 /usr/share/squeezecenter/CPAN/Tie/Cache:
 total 8
 -rw-r--r-- 1 root root 3493 2008-07-28 22:31 LRU.pm
 drwxr-xr-x 2 root root 4096 2008-07-31 01:10 LRU
 
 /usr/share/squeezecenter/CPAN/Cache:
 total 40
 -rw-r--r-- 1 root root  3466 2008-07-28 22:31 Object.pm
 -rw-r--r-- 1 root root  7333 2008-07-28 22:31 FileCache.pm
 -rw-r--r-- 1 root root  2935 2008-07-28 22:31 CacheUtils.pm
 -rw-r--r-- 1 root root  7798 2008-07-28 22:31 Cache.pm
 -rw-r--r-- 1 root root 14975 2008-07-28 22:31 BaseCache.pm
 
 /var/lib/squeezecenter/cache:
 total 9748
 drwxr-xr-x 18 squeezecenter nogroup4096 2008-07-31 14:15 Artwork
 -rw-r--r--  1 squeezecenter nogroup 896 2008-08-09 14:46
 cookies.dat
 -rw-r--r--  1 squeezecenter nogroup 326 2008-08-08 09:52
 favorites.opml
 -rw-r--r--  1 squeezecenter nogroup 493 2008-08-08 09:39
 favorites.opml.backup
 drwxr-xr-x 11 squeezecenter nogroup4096 2008-08-08 09:43 FileCache
 -rw-r--r--  1 squeezecenter nogroup   62890 2008-07-31 01:06 fontcache
 -rw-r--r--  1 squeezecenter nogroup 172 2008-07-31 01:07
 infobrowser.opml
 -rw-r--r--  1 squeezecenter nogroup 9630340 2008-07-31 01:09
 jive_7.1_r2722.bin
 -rw-r--r--  1 squeezecenter nogroup  62 2008-08-09 14:47
 jive.version
 -rw-r--r--  1 squeezecenter nogroup1119 2008-08-09 14:46 my.cnf
 -rw-r--r--  1 squeezecenter nogroup1870 2008-08-03 23:52
 myradio.opml
 -rw-r--r--  1 squeezecenter nogroup1908 2008-08-03 23:52
 myradio.opml.backup
 drwxr-xr-x  4 squeezecenter nogroup4096 2008-08-09 14:46 MySQL
 -rw-rw  1 squeezecenter nogroup   30391 2008-08-09 14:46
 mysql-error-log.txt
 -rw-r--r--  1 squeezecenter nogroup   8 2008-07-31 01:07
 mysql.startup
 -rw-r--r--  1 squeezecenter nogroup   21476 2008-08-09 14:47
 plugin-data.yaml
 -rw-rw  1 squeezecenter nogroup   5 2008-08-09 14:46
 squeezecenter-mysql.pid
 srwxrwxrwx  1 squeezecenter nogroup   0 2008-08-09 14:46
 squeezecenter-mysql.sock
 -rw-r--r--  1 squeezecenter nogroup  139693 2008-08-02 14:29
 stringcache
 drwxr-xr-x  3 squeezecenter nogroup4096 2008-08-03 20:02 templates
 

It would be nice if any other non-USA/UK/DE last.fm users would post
their experiences here. In the meantime I am wondering if slimdevices
will accept me sending the duet back to them and ask two SB3's in
return. I have been testing now for 2 weeks and I have enough of it. I
need to get back to 'normal work' and want the SB for what it is
supposed to: listening. With 3 SB3's I know how to get music all around
my house in an instant.

Regards, Rik


-- 
rvanderh

rvanderh's Profile: http://forums.slimdevices.com/member.php?userid=18876
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] AlienBBC Bug with ABC Podcasts

2008-08-09 Thread zenjabba

SqueezeCenter Version: 7.0.1 - 19705 @ Wed May 14 19:42:16 PDT 2008 -
Red Hat - EN - utf8

extension
namePLUGIN_ALIENBBC/name
modulePlugins::Alien::Plugin/module
playerMenuRADIO/playerMenu
version2.00/version


-- 
zenjabba

zenjabba's Profile: http://forums.slimdevices.com/member.php?userid=2779
View this thread: http://forums.slimdevices.com/showthread.php?t=50805

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

My understanding is that the Squeezescrobbler cache should be in a temp
folder on a Linux build, not under the Squeezescrobbler or the plugins
folder, so it may not even be under Squeezecenter.  On Windows it
appears in documents and settings for example.

To switch on logging, go to the webui, Settings, Advanced, Logging -
change Squeezescrobbler to debug and apply.  Then you can navigate to
the logfile server.log under the Status page.  Try using the
Squeezescrobbler plugin on your duet and change a few stations and see
what error messages get produced.  

I should say that Squeezescrobbler on the Duet works for me if I
disable the inbuilt plugin but I'm in the UK, so can't properly comment
on that aspect.  I would be surprised if it was a deliberate change,
because that's totally contrary to my experience of how SD works, but
it's definitely something that should be looked into.


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] Erland, could use your help with Custom Browse and SC 7.01

2008-08-09 Thread boybees

Erland, I installed the latest versions of your plug-ins, followed all
of your instructions, and still no go. I cannot get the Last Played
menu to 'populate' with last played items on Squeezecenter 7.01. This
worked flawlessly on Slimserver. What am I doing wrong?

P.S. I also tried upgrading to SC 7.1 and that was a disaster. It would
not scan or recognize my music collection. Had to rollback to 7.01


-- 
boybees

boybees's Profile: http://forums.slimdevices.com/member.php?userid=1153
View this thread: http://forums.slimdevices.com/showthread.php?t=47286

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


Re: [SlimDevices: Plugins] Alien BBC terrible stuttering

2008-08-09 Thread Artieff

I was tasked with sorting out my network and installing LAME
properlyI have given up on the network, try as I might the
previously reported figures remain consistent. (Several months ago the
ADT alarmed the house -think that may be the culprit creating excessive
'noise'). So to the stopgap -following bpa's advice to switch to MP3
earlier in this thread. Until today total failure, which ever way I
installed LAME it produced 'white noise'. I seized upon Che's advice to
remove the '-x factor' -alas no change.
About to report abandoning Alien BBC altogether, I chanced upon bpa's
advice to Gary on removing bandwidth by using the alternative
custom.convert file...and yes, after changing the file *and* removing
the '-x' my late-night listening is restored.
I hope some of this will be useful to others and thank you bpa for
providing the pointers and advice.


-- 
Artieff

Artieff's Profile: http://forums.slimdevices.com/member.php?userid=19148
View this thread: http://forums.slimdevices.com/showthread.php?t=49098

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread Eric Seaberg

I've never lost any plugins on my server, and it's been running for
almost two years continuous.  The only change was obviously from 6 to 7
when they all moved to 'App Support'.  I tend to download the latest
nightly once a week or more and have never seen this.

Are you guys installing for ALL USERS on just the user that's currently
running/logged in?


-- 
Eric Seaberg

Eric Seaberg - San Diego
A.E.S., S.M.P.T.E., S.P.A.R.S.
[EMAIL PROTECTED]

Eric Seaberg's Profile: http://forums.slimdevices.com/member.php?userid=7896
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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


Re: [SlimDevices: Plugins] Sirius (Canada) plugin not working - gotLogin:Login failed

2008-08-09 Thread GoCubs

Sorry Sirius Canada is a known issue.  Some time ago they changed
something and I haven't had a chance to investigate.  At some point
Sirius Canada gave me some logins to use for testing, I need to track
those down and see if they're still even active.

I've been insanely busy with my real job so I'm sorry if I've been
neglecting my plugins...

Thanks
Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=47415

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread pippin

Eric Seaberg;327750 Wrote: 
 I've never lost any plugins on my server, and it's been running for
 almost two years continuous.  The only change was obviously from 6 to 7
 when they all moved to 'App Support'.  I tend to download the latest
 nightly once a week or more and have never seen this.
 
 Are you guys installing for ALL USERS on just the user that's currently
 running/logged in?

All users. But as mentioned a few times: the problem is with those
plugins that you CANNOT move to Application Support


-- 
pippin

---
see iPeng at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

___
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

2008-08-09 Thread GoCubs

Hey all-

Sorry I've been away and haven't had a chance to check this thread. 
I've gone ahead and posted an updated version (5.5.2) that hopefully
will resolve the version issues.  Please download and then restart
SqueezeCenter.

Please let me know if you have any remaining issues.  I am running a
different build of SC so it's hard for me to test 7.1 fully these
days.

Thanks
Greg
www.gregbrown.net


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
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


[SlimDevices: Plugins] Any way to get a list of songs I've skipped?

2008-08-09 Thread MeSue

Is there any plugin or tool that will allow me to get a list of any
tracks I've skipped when playing my Squeezebox?


-- 
MeSue

Sue

MeSue's Profile: http://forums.slimdevices.com/member.php?userid=985
View this thread: http://forums.slimdevices.com/showthread.php?t=50901

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


[SlimDevices: Plugins] alienBBC newbie problem

2008-08-09 Thread Dylan

Hi,

I've just installed AlienBBC v2.00 (with SqueezeCenter 7.0). I'm trying
to listen again to the Adam and Joe show on 6music - I can find the
show by searching the lists, but I can't get anything to play, i.e.
there's no play option or button.

Any ideas welcome!

Dylan


-- 
Dylan

Dylan's Profile: http://forums.slimdevices.com/member.php?userid=10708
View this thread: http://forums.slimdevices.com/showthread.php?t=50902

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


Re: [SlimDevices: Plugins] SQLPlaylist and CustomSkip efficiency

2008-08-09 Thread Phil Meyer
What is the reason that you don't think it's easy to maintain the
genres in SQL Playlist ?
Is it because you are going to want to exclude the same genres in
several playlists ?

Yes, probably.  Quite often I want to use dynamic playlists without any 
built-in genre filtering, and then depending on my mood, choose the genres to 
play.
Eg. not ambient in the morning (not good as an alarm clock), but in the evening 
I want to play ambient and not heavy metal!

That's why I thought CustomSkip could be good - I could have a skip filter set 
including several genres, and another set including other genres, and quickly 
flick between them when deciding to play random songs not played, for example.

Including several genres, or excluding several genres though I thought would be 
slow to set up, and not very efficient in terms of performance.

I thought perhaps a library filter (include/exclude all tracks in a certain 
library), or folder path filter may be easier and perform better.

By the way, your SQL doesn't just return non rated tracks it also
limits the tracks returned to those that haven't been played the last 3
hours.

I purposely included that bit when I copied an example query, sounded like a 
good idea to avoid duplicates from playing.  However, with a large set of songs 
to play, it's not going to happen often, so I will remove that bit.

An additional change you can try if you use this in a new 7.1 release,
is that you could replace track_statistics with tracks_persistent
and join using tracks_persistent.track instead.

Thanks - I'll give that a go.

I've been thinking of adding a path skipping filter in Custom Skip, but
the problem is that it is a lot of work because then I would need to be
able to enter text through the player interface when creating the
filter which is something I don't do today. 
I see no harm in creating some web-UI only filters, and could possibly extend 
to player UI in the future.  Isn't there a generic text input player UI control 
that could be re-used?  If not, I pinched the text input code a long time ago 
from the Save Playlist plugin, to perform Save Playlist within PlaylistMan 
plugin, so it's quite easy to do.

I have got some multi-libraries set up, including one purely for my podcasts.  
However, I haven't got one that separates ambient music from electronic music, 
and one that separates studio albums from live albums.  i.e. at times I need to 
slice by music library up in different ways.  I don't want too many 
multi-libraries, as it has an overhead?

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Siduhe;327722 Wrote: 
 My understanding is that the Squeezescrobbler cache should be in a temp
 folder on a Linux build, not under the Squeezescrobbler or the plugins
 folder, so it may not even be under Squeezecenter.  On Windows it
 appears in documents and settings for example.
Okay found myself a cachefile /tmp/par-squeezecenter/cache-.
Removed it, restarted squeezecenter. Tried to start lastfm on SBC, same
dull click, no music.

 To switch on logging, go to the webui, Settings, Advanced, Logging -
 change Squeezescrobbler to debug and apply.
Debug was on already. Looks this leads to the same as via the SBC self
(settings/advanced/logging/squeezeboxJive).

 Then you can navigate to the logfile server.log under the Status page. 
 Try using the Squeezescrobbler plugin on your duet and change a few
 stations and see what error messages get produced. 
Okay there we go 

I restarted squeezecenter.

Code:


  2008-08-09 20:04:16 squeezecenter_safe stopped.
  2008-08-09 20:04:31 squeezecenter_safe started.
  [08-08-09 20:04:44.5681] Slim::Utils::PluginManager::enablePlugins (408) 
Couldn't load Slim::Plugin::PreventStandby::Plugin. Error: Plugin is 
incompatible with your platform.
  [08-08-09 20:04:50.0844] 
Slim::Networking::SqueezeNetwork::PrefSync::_syncDown_error (354) Sync Down 
failed: No such player: 00:04:20:12:80:c7, will retry in 11910
  


start lastfm-station on SB3

Code:


  [08-08-09 20:07:21.1365] Plugins::SqueezeScrobbler::Scrobbler::openCommand 
(900) Open command [Squeezebox 2 (00:04:20:12:80:c7)]
  [08-08-09 20:07:21.1384] Plugins::SqueezeScrobbler::Scrobbler::openCommand 
(932) Not timing remote URL lastfm://user/rvanderh/recommended
  [08-08-09 20:07:21.1402] 
Plugins::SqueezeScrobbler::Scrobbler::showCurrentVariables (1564) No track 
currently timing
  [08-08-09 20:07:21.1420] 
Plugins::SqueezeScrobbler::Scrobbler::showCurrentVariables (1568) Is power on? 
: true
  [08-08-09 20:07:21.9612] 
Plugins::SqueezeScrobbler::ProtocolHandler::playlistCallback (371) Also Known 
As Love by Laura Lynn from Laura Lynn
  [08-08-09 20:07:21.9661] 
Plugins::SqueezeScrobbler::ProtocolHandler::playlistCallback (374) Registering 
with scrobbler
  [08-08-09 20:07:21.9682] 
Plugins::SqueezeScrobbler::Scrobbler::startTimingNewSong (1333) Starting to 
time: Also Known As Love by Laura Lynn from Laura Lynn
  [08-08-09 20:07:21.9704] Plugins::SqueezeScrobbler::Scrobbler::Track::new 
(123) Track length is: 217 seconds
  [08-08-09 20:07:21.9722] Plugins::SqueezeScrobbler::Scrobbler::Track::new 
(163) Track will be submitted after 108.5 seconds of play
  [08-08-09 20:07:21.9744] Plugins::SqueezeScrobbler::Scrobbler::Track::play 
(185) Restarting track countdown: 108.5 seconds remaining
  ()
  


Music is rolling from my speakers.

Did a restart again. started lastfm-radiostation on SBC/SBR. Heared the
wellknown dull click again.


Code:


  2008-08-09 20:12:36 squeezecenter_safe stopped.
  2008-08-09 20:12:37 squeezecenter_safe started.
  [08-08-09 20:12:51.0316] Slim::Utils::PluginManager::enablePlugins (408) 
Couldn't load Slim::Plugin::PreventStandby::Plugin. Error: Plugin is 
incompatible with your platform.
  [08-08-09 20:12:55.5898] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:12:55.6056] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:12:59.3537] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:13:01.8383] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:13:06.2816] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:13:06.2974] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:13:11.3559] Slim::Web::JSONRPC::requestMethod (383) request not 
dispatchable!
  [08-08-09 20:13:28.2545] 
Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265) Got 
account rvanderh from official plugin!
  [08-08-09 20:13:28.2567] 
Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265) Got 
account rvanderh from official plugin!
  [08-08-09 20:13:28.2586] Plugins::SqueezeScrobbler::LastFM::getLastFMSession 
(678) Connecting to: 
http://ws.audioscrobbler.com/radio/handshake.php?version=platform=slimusername=rvanderhpasswordmd5=c6b3085a126614e918e256d10f5ff916
  [08-08-09 20:13:28.2770] 
Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265) Got 
account rvanderh from official plugin!
  [08-08-09 20:13:28.2886] Plugins::SqueezeScrobbler::LastFM::cliQuery (1030) 
$VAR1 = [
  {
  'count' = 4,
  'text' = 'rvanderh\'s',
  'item_loop' = [
  {
  'actions' = {
  'play' = {
  'cmd' = [
  'playlist',
  'play',
  'lastfm://rvanderh\'s loved;user/rvanderh/loved',
  'rvanderh\'s loved'
  ],
  'player' = 0
  }
  },
  'text' = 'rvanderh\'s loved',
  'style' = 'itemplay'
  },
  {
  

Re: [SlimDevices: Plugins] alienBBC newbie problem

2008-08-09 Thread Dylan

Sorry about that - I looked through the AlienBBC addon to read iPlayer
menus thread below, installed v3 of the addon, and now it works fine!


-- 
Dylan

Dylan's Profile: http://forums.slimdevices.com/member.php?userid=10708
View this thread: http://forums.slimdevices.com/showthread.php?t=50902

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

Are you using the official plugin for scrobbling and just using the
Squeezescrobbler plugin for last.fm playback?  If you go to player
settings/last.fm audioscrobber for the Duet, are the settings exactly
the same as the SB3?

The CLI call looks fine to me, but I would perhaps email James Craig
(the plugin author) who may be able to tell you more.

P.S. Nice to see another Jeff Buckley fan...


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Siduhe;327802 Wrote: 
 Are you using the official plugin for scrobbling and just using the
 Squeezescrobbler plugin for last.fm playback?  If you go to player
 settings/last.fm audioscrobber for the Duet, are the settings exactly
 the same as the SB3?

huh, where you the guy that was confused about me using last.fm or
squeezescrobbler ? I thought audioscrobbler was part of the inbuilt
last.fm function. So as said I disabled both audioscrobbler and
last.fm-radio and only enabled squeezescrobbler. If I should do else
please explain to me.

I checked settings of squeezescrobbler both under 'player' and under
'advanced', both for SBC/SBR and for SB3. They are exactly the same.

 P.S. Nice to see another Jeff Buckley fan...
It's truly amazing how my favourite music comes floating into my
livingroom out of nowhere with this combi squeezebox/lastfm. But it is
making me even more eager to get things working.

Gr, Rik


-- 
rvanderh

rvanderh's Profile: http://forums.slimdevices.com/member.php?userid=18876
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] SQLPlaylist and CustomSkip efficiency

2008-08-09 Thread Phil Meyer
An additional change you can try if you use this in a new 7.1 release,
is that you could replace track_statistics with tracks_persistent
and join using tracks_persistent.track instead. This would be something
like:

I just tried this and it returned a track that had a rating.

  select tracks.url, t2.rating
  from tracks
left join track_statistics t2 on
tracks.url=t2.url and t2.rating0
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id
  where
tracks.audio=1
and t2.url is null
and dynamicplaylist_history.id is null
  group by tracks.id

returns 20177 rows in 0.3774s


  select tracks.url, t2.rating
  from tracks
left join tracks_persistent t2 on
tracks.id=t2.track and t2.rating0
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id
  where
tracks.audio=1
and t2.track is null
and dynamicplaylist_history.id is null
  group by tracks.id

returns 20738 rows in 0.4051s

So the old track_statistics table join appears faster, and has more rated 
tracks in it?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

rvanderh;327805 Wrote: 
 I thought audioscrobbler was part of the inbuilt last.fm function. So as
 said I disabled both audioscrobbler and last.fm-radio and only enabled
 squeezescrobbler. If I should do else please explain to me.
 

No confusion, promise - that's exactly what I thought you said.  So, I
don't understand why Squeezescrobbler is going to the offical plugin to
get your password (as shown in the logs above) - it shouldn't do that. 
Do you have any account information stored in the Last.fm
audioscrobbler inbuilt plugin at all?


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


[SlimDevices: Plugins] XMradio log on problems

2008-08-09 Thread evilopie

Can someone point me in the right direction?  I downloaded the XM plug
in for my Squeeze Box Duet, the XM Radio Online icon shows up under the
Internet Radio menu on the home screen on SqueezeCenter.  However,
when I try to log in, I never connect. At the bottom of the XM Radio
Online window, it says, No client associated with server.  Any
suggestions??

Thanks,

Kurt


-- 
evilopie

evilopie's Profile: http://forums.slimdevices.com/member.php?userid=19281
View this thread: http://forums.slimdevices.com/showthread.php?t=50909

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread rvanderh

Siduhe;327807 Wrote: 
 No confusion, promise - that's exactly what I thought you said.
I am really glad you are supporting me in this constructive way.
Thanks.

 
 So, I don't understand why Squeezescrobbler is going to the offical
 plugin to get your password (as shown in the logs above)
I don't recognise that ss is going to the official plugin. I only see
it connecting  http://ws.audioscrobbler.com/., which is as I
understood an alterego for the last.fm server.

 Do you have any account information stored in the Last.fm audioscrobbler
 inbuilt plugin at all?
Yes, it was still there from the time I tried to get the inbuilt
working. But I removed the account which was in there. It didn't help,
logs didn't change.


-- 
rvanderh

rvanderh's Profile: http://forums.slimdevices.com/member.php?userid=18876
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


Re: [SlimDevices: Plugins] Last.Fm connection problem

2008-08-09 Thread Siduhe

This bit of your logs suggests it was going to the official plugin.

rvanderh's log Wrote: 
 [08-08-09 20:13:28.2545]
 Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265)
 Got account rvanderh from official plugin!
 [08-08-09 20:13:28.2567]
 Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265)
 Got account rvanderh from official plugin!
 [08-08-09 20:13:28.2586]
 Plugins::SqueezeScrobbler::LastFM::getLastFMSession (678) Connecting
 to: http://ws.audioscrobbler.com/radio/h...swordmd5=x # xxx is
 replacement by me
 [08-08-09 20:13:28.2770]
 Plugins::SqueezeScrobbler::Settings::getUserIDPasswordForClient (265)
 Got account rvanderh from official plugin!

Doesn't look right to me.  As an experiment - try disabling the Last.fm
Audioscrobbler entirely, then stop and restart SC.  Any improvement?

And no trouble - if you look back one of my very first posts here was
asking about Last.fm - and James stepped up to produce
Squeezescrobbler, so I can understand your frustration!


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50235

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


[SlimDevices: Plugins] The best NAS

2008-08-09 Thread Abdala

Hi all, 

Please i need one NAS, what the NAS is THE BEST !

Sorry my english, i am from Brazil.

Thanks

Abdo


-- 
Abdala

Abdala's Profile: http://forums.slimdevices.com/member.php?userid=19285
View this thread: http://forums.slimdevices.com/showthread.php?t=50911

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread chrisinparis

All users as well.

As I use iPeng, I tend to install plugins to the folder specified by
it.

BTW, has anyone encountered scanning issues (full scan, recscan for
new/changed music does not work, navigating to a folder and playing an
album does work) since going to 7.1?

I don't want to sidetrack this thread, so if you have had any problems
please see http://bugs.slimdevices.com/show_bug.cgi?id=9040 or the
forum thread
http://forums.slimdevices.com/showthread.php?t=48453page=6.


-- 
chrisinparis

chrisinparis's Profile: http://forums.slimdevices.com/member.php?userid=11963
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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


Re: [SlimDevices: Plugins] XMradio log on problems

2008-08-09 Thread Nonreality

Let me think back on this.  Did you update the install.xml in
squeezecenter/server/plugins/xmradio (or something like that)to
maxversion 7.1+ ? Make sure too that you are using the 2.x version of
the plugin. Then in the settings menu under plugins put your login info
and whatever else it needs. Then probably restart the SC.  Hope this
helps. Also make sure that your firewall or antivirus isn't blocking
things.


-- 
Nonreality

-IF THE RULE YOU FOLLOWED BROUGHT YOU TO THIS, OF WHAT USE IS THE RULE.-

HTTP://www.last.fm/user/nonreality

Nonreality's Profile: http://forums.slimdevices.com/member.php?userid=15723
View this thread: http://forums.slimdevices.com/showthread.php?t=50909

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


Re: [SlimDevices: Plugins] Alien BBC terrible stuttering

2008-08-09 Thread Nonreality

Artieff;327742 Wrote: 
 I was tasked with sorting out my network and installing LAME
 properlyI have given up on the network, try as I might the
 previously reported figures remain consistent. (Several months ago the
 ADT alarmed the house -think that may be the culprit creating excessive
 'noise'). So to the stopgap -following bpa's advice to switch to MP3
 earlier in this thread. Until today total failure, which ever way I
 installed LAME it produced 'white noise'. I seized upon Che's advice to
 remove the '-x factor' -alas no change.
 About to report abandoning Alien BBC altogether, I chanced upon bpa's
 advice to Gary on removing bandwidth by using the alternative
 custom.convert file...and yes, after changing the file *and* removing
 the '-x' my late-night listening is restored.
 I hope some of this will be useful to others and thank you bpa for
 providing the pointers and advice.I think that you need a new router. This 
 problem has been posted before
and it was the router not assigning ip's correctly if I remember
correctly. You could try to do a complete reset on it and see if that
helps but if not try a new one.


-- 
Nonreality

-IF THE RULE YOU FOLLOWED BROUGHT YOU TO THIS, OF WHAT USE IS THE RULE.-

HTTP://www.last.fm/user/nonreality

Nonreality's Profile: http://forums.slimdevices.com/member.php?userid=15723
View this thread: http://forums.slimdevices.com/showthread.php?t=49098

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


[SlimDevices: Plugins] Alien BBC - Many Empty Programmes

2008-08-09 Thread sebrose

I've been running Squeeze Center 7.0 (as installed by SSODS-3.0beta13)
and Alien BBC (alienbbc-linux-v2.00_7.0) for a few weeks now on a
TS-109 Pro II. 

It mainly works, but I'm getting a lot of programs in the listings
that, when I press play, nothing happens. If I press the right arrow
the Slim Server displays Empty as opposed to Press right to add to
favourites as normal.

Is anyone else experiencing this?


-- 
sebrose

sebrose's Profile: http://forums.slimdevices.com/member.php?userid=19289
View this thread: http://forums.slimdevices.com/showthread.php?t=50915

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


Re: [SlimDevices: Plugins] Alien BBC - Many Empty Programmes

2008-08-09 Thread Siduhe

Search for posts about iPlayer.  The BBC is transitioning radio streams
to the new iPlayer menus.  There's a temporary workaround including a
very good search function for the new streams.


-- 
Siduhe

Who am I on 'LAST.FM' (http://www.last.fm/user/siduhe)?
-Siduhe Loved Tracks radio got the thumbs up. Feedback included: yeah,
it's good... got the odd dodgy track tho...- (c) 'ModelCitizen'
(http://www.last.fm/user/Modelcitizen)

Siduhe's Profile: http://forums.slimdevices.com/member.php?userid=723
View this thread: http://forums.slimdevices.com/showthread.php?t=50915

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


Re: [SlimDevices: Plugins] Alien BBC - Many Empty Programmes

2008-08-09 Thread bpa

BBC migrated most of their Listen Again programs over to iPlayer menus.
Have you installed the iPlayer Addon (V3 is latest) ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] The best NAS

2008-08-09 Thread iPhone

Abdala;327827 Wrote: 
 Hi all, 
 
 Please i need one NAS, what the NAS is THE BEST !
 
 Sorry my english, i am from Brazil.
 
 Thanks
 
 Abdo

Hello Abdo and welcome to the Forum. By the way, please do not
multi-post the same question in different sections. Trust me, somebody
will find your post.

In my opinion, the best NAS is one that you build yourself. That way
you know how to repair or fix it and it can be easily upgraded or built
from the start with the future in mind.

If you just have to buy one, then it really depends on how large of a
music library you expect it to handle. Again it is my opinion, but the
Thecus N5200 Pro is an excellent NAS to host SqueezeCenter and manage a
fairly large music library.


-- 
iPhone

*iPhone*   
'Last.FM' (http://www.last.fm/user/mephone)
Media Room:
Transporter, VTL TL-6.5 Signature Pre-Amp, Ayre MX-R Mono Blocks,
Vandersteen Quatro, VeraStarr 6.4SE 6-channel Amp, VCC-5 Reference
Center, four VSM-1 Signatures, Runco RS 900 CineWide AutoScope 2.35:1  


Living Room:
Duet, ADCOM GTP-870HD, Cinepro 3K6SE III Gold, Vandersteen Model 3A
Signature, Two 2Wq subs, VCC-2, Two VSM-1  

Bedroom: SB3, NAD C370, Thiel 2.3
Home Office: SB3, Parasound Vamp v.3, VSM-1 Sigs
Mobile: SB3, Audioengine A5

iPhone's Profile: http://forums.slimdevices.com/member.php?userid=13622
View this thread: http://forums.slimdevices.com/showthread.php?t=50911

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


Re: [SlimDevices: Plugins] 7.1 Update deleted all plugins on OS X

2008-08-09 Thread Nikhil

chrisinparis;327832 Wrote: 
 
 BTW, has anyone encountered scanning issues (full scan, recscan for
 new/changed music does not work, navigating to a folder and playing an
 album does work) since going to 7.1?

Yes, I have noticed some unusual behavior too with navigating to a
folder, though I did a full system restart yesterday, and have not seen
the problem since then.

I described the problem here, but there were no responses, so I figured
no one else had experienced it.

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


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=50838

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