Re: [SlimDevices: Plugins] ExecuteScript: Sending TCP command from shell script

2008-10-02 Thread andynormancx

echo "PWON" | nc 192.168.2.101 23


-- 
andynormancx

Yes, it will. Yes, all of them. Yes, SoftSqueeze as well. What ?
I SAID ALL OF THEM !

andynormancx's Profile: http://forums.slimdevices.com/member.php?userid=17417
View this thread: http://forums.slimdevices.com/showthread.php?t=53350

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


Re: [SlimDevices: Plugins] TrackStat, how does it calculate Album Play count?

2008-10-02 Thread erland

Play count on an album is the average play count of the tracks on the
album.

For a track to be counted as played it needs to be played at least 50%
through the song (with the default settings).

So for an album to be counted once at least half of the songs on the
album needs to be played once.


-- 
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=53323

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


Re: [SlimDevices: Plugins] XM can no longer log in

2008-10-02 Thread jld

Sorry if this should be posted elsewhere. I just got Squeezebox Duet and
am trying to get the XMplugin 2.0 working (I'm running SqueezeCenter 7.2
and Windows Vista). I downloaded "XMRadio.zip" and unzipped it into the
plugins folder, but when I go to the plugins section in SqueezeCenter,
I get this message: 

PLUGIN_XMRADIO (v2.0)
PLUGIN_XMRADIO_DESC
Plugin is incompatible with this version of SqueezeCenter. Please
update.  

I saw in another thread that changing the interface to classic might
help, but it doesn't seem to have done anything for me. 

Any help would be greatly appreciated. 

JLD


-- 
jld

jld's Profile: http://forums.slimdevices.com/member.php?userid=20317
View this thread: http://forums.slimdevices.com/showthread.php?t=53275

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-10-02 Thread epoch1970

... not easy, for me at least.

I struggled a bit the CLI which is new to me, then with parsing, then
with my own data structure (!!) 
And finally came the moment the Unix epoch had to be reconciled with
SC's "epoch" (00:00 on day 0, that is every Sunday). Umphh, ok. 
Ah, those alarms in the past you're discarding, aren't they also alarms
in the future, like next week ? D'oh!
Finally I think I got it right. The code is real mess, I need to clean
it up a little before sharing.

BTW you need to run 7.2.1 or later to have the CLI " alarms
0 99 ?" return the list of days-of-the-week. I use this. The CLI is
seems a bit in flux (I think I should go read the source, I managed
with the example crontab code and the online doc), but it is so nice to
use.


-- 
epoch1970

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-02 Thread Triode

I can't comment on AAC+ streams.  I would expect the menu parsing to
continue to work with any BBC changes as it uses the new menu feeds
they have made available.  As for the actual streams we need to see how
the BBC streams develop.  I've published the plugin to show what is
available in addition to the low bitrate real streams used by Alien. 
Ideally the BBC contintinue to support these streams for use by devices
such as the squeezebox with no AAC decoder - if not then we need to
lobby otherwise...


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2008-10-02 Thread bebop

I have just upgraded from SC 7.2 to 7.3 due to problems with
transcoding(which is fixed in 7.3) but now my beloved SvrPowerControl
does not hibernate my SC server anymore (Ubuntu 8.04)it worked like a
charm in 7.2.

The server log shows this error :

[08-10-02 18:26:22.0060] Slim::Utils::Timers::checkTimers (210) Error:
Timer failed: Can't locate object method "playmode" via package
"Slim::Player::Receiver" at
/usr/share/squeezecenter/Plugins/SrvrPowerCtrl/Util.pm line 49.

Any idea what is going on ? hate to lose this plugin :-(

SC =  Version: 7.3 - 23377 

Regards


-- 
bebop

Bebop

SC 7.2.1 on Ubuntu 8.02, SBC&Duet + Boom

bebop's Profile: http://forums.slimdevices.com/member.php?userid=17061
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: xAP Plugin v2.2.0 for SqueezeCenter v7.x

2008-10-02 Thread erspearson

I've just released an update to the xAP SqueezeCenter plugin.

Change log (v2.2.1):
Fixed case where Now.Playing shows wrong song data after player
sync/unsync.
Fixed issue where BSC ID= parameter being parsed incorrectly in
xAPBSC.Cmd messages.
Added xAPBSC.Cmd state=toggle.
Improved BSC Event/Info selection/timing.
Send xAPBSC.Event when DisplayText changes.
Send xAPBSC.Event on power up due to xAP-Audio.Transport command.
Added alarm notifications to xAP-Audio.Schedule.Event messages.
Added simple alarm control (enable/disable all) via
xAP-Audio.Schedule.
Removed last dependencies on legacy command execution (which is
broken in 7.2.1 23353).
Harmonised log4perl logger categories and added to documentation to
user manual.

The most recent officially supported SqueezeCenter release remains 7.2
though this plug-in release does address the significant
incompatibility with 7.2.1 (nightly up to 23353) that broke handling
incoming commands. Raised a bugzilla bug (9620) on that one since it
may affect other plugins.

Plug-in download via http://www.erspearson.com/xAP

Edward
ersp - design, London


-- 
erspearson

erspearson's Profile: http://forums.slimdevices.com/member.php?userid=8425
View this thread: http://forums.slimdevices.com/showthread.php?t=52645

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


[SlimDevices: Plugins] ExecuteScript: Sending TCP command from shell script

2008-10-02 Thread Bruce Hartley

I looking at ExecuteScript as a way of controlling my Network COnnected
Denon receiver.

Trouble is, I have the Squeezecenter server running on a linux NAS and
my shell scripting is a "little rusty".  Not that it was ever any
good.

I would like to send to port 23 of 192.168.2.101
PWON


what is the simplest way to do that from shell script please??

Thanks,
Bruce.


-- 
Bruce Hartley

Bruce Hartley's Profile: http://forums.slimdevices.com/member.php?userid=33
View this thread: http://forums.slimdevices.com/showthread.php?t=53350

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


Re: [SlimDevices: Plugins] MusicinfoSCR, SB3 and Slacker

2008-10-02 Thread tamanaco

mherger;346316 Wrote: 
> >
> Hmm... no, I still don't understand what you mean. Those items are only
> displayed when using the NOWPLAYING_DEFAULT format.
> Michael

What I mean is the following: If I have "Now Playing" as the selected
ScreenSaver in the Basic Player settings and then I want to switch the
ScreenSaver to MusicInfoSCR... I select it and then click "Apply" in
the setting page. The SoftSqueeze ScreenSaver updates immediately...
the SB3 ScreenSaver does not. Same if I reverse from the MusicInfoSCR
ScreenSaver to the Now Playing ScreenSaver.


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=53239

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


Re: [SlimDevices: Plugins] Lazysearch plugin integrated with Squeezecenter as a default plugin

2008-10-02 Thread SadGamerGeek

amcfarla;346291 Wrote: 
> What would it take to get Lazysearch plugin integrated with the
> squeezecenter application as a default plugin?  I know that 3rd party
> plugins sometimes get added with the application as a default
> plugin(one being rescan timer...which used to be a third party plugin).
> This is the best search tool for the slim device players and couldn't
> see using anything else(compared to the normal search tool).  I know it
> is easy enough to add it after installing, but this tool is good enough
> I feel everyone would benefit with it being included.  Just an opinion.

I think what it would take would be a very good patent lawyer or (more
likely) Logitech to stump up a license fee to the people who patented
T9 predictive text.

http://en.wikipedia.org/wiki/T9_(predictive_text)

I would guess keeping it as a separate, user developed plugin is less
dubious legally :)


and I completely agree about what a fantastic plugin it is!


-- 
SadGamerGeek

SadGamerGeek's Profile: http://forums.slimdevices.com/member.php?userid=6145
View this thread: http://forums.slimdevices.com/showthread.php?t=53341

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


[SlimDevices: Plugins] [Announce] MusicInfoSCR 4.3 - now with the Original Boom Booklet Layout

2008-10-02 Thread Michael Herger
After a lot of discussion about "how to get my player to look like on the Boom 
Quick Start Guide" I decided to make that layout the new default behaviour.

4.3.0 should also fix some major problems with 3rd party information provider 
(eg. TrackStat) and much improved internet radio and music service support.

http://www.herger.net/MusicInfoSCR

-- 

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


Re: [SlimDevices: Plugins] MusicinfoSCR, SB3 and Slacker

2008-10-02 Thread Michael Herger
> build. The only "minor" issue I noticed is that when I change the
> ScreenSaver When Playing in the Player Basic Settings the SB3 does not
> update immediately (Need to restart server) while SoftSqueeze updates
> the ScreenSaver on the flight (while the track is playing).

Hmm... no, I still don't understand what you mean. Those items are only 
displayed when using the NOWPLAYING_DEFAULT format.

-- 

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


Re: [SlimDevices: Plugins] MusicinfoSCR, SB3 and Slacker

2008-10-02 Thread Michael Herger
> Thanks Michael, the attached MusicInfoSCR (v4.3.0) works with Slacker
> and all the other services, Internet Stations and my Music library
> without any issues. I just finished testing it with Today's SC 7.3

Great! I'll upload it then.

> build. The only "minor" issue I noticed is that when I change the
> ScreenSaver When Playing in the Player Basic Settings the SB3 does not
> update immediately (Need to restart server) while SoftSqueeze updates
> the ScreenSaver on the flight (while the track is playing).

Huh? You mean the "Now Playing Information"? Hmm... thanks. Won't upload then 
before I've fixed this :-)

-- 

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


[SlimDevices: Plugins] Lazysearch plugin integrated with Squeezecenter as a default plugin

2008-10-02 Thread amcfarla

What would it take to get Lazysearch plugin integrated with the
squeezecenter application as a default plugin?  I know that 3rd party
plugins sometimes get added with the application as a default
plugin(one being rescan timer...which used to be a third party plugin).
This is the best search tool for the slim device players and couldn't
see using anything else(compared to the normal search tool).  I know it
is easy enough to add it after installing, but this tool is good enough
I feel everyone would benefit with it being included.  Just an opinion.


-- 
amcfarla

amcfarla's Profile: http://forums.slimdevices.com/member.php?userid=2036
View this thread: http://forums.slimdevices.com/showthread.php?t=53341

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


Re: [SlimDevices: Plugins] MusicinfoSCR, SB3 and Slacker

2008-10-02 Thread tamanaco

mherger;346187 Wrote: 
> Ok, so here's a slightly updated version. I haven't been able to
> reproduce your issue, as I can't access Slacker. But it should behave
> the same as with Pandora - which is working fine for me. I've been
> listening to a Pandora station, and everything updated just fine.
> Please give this version a try and let me know how it's working for
> you.

Thanks Michael, the attached MusicInfoSCR (v4.3.0) works with Slacker
and all the other services, Internet Stations and my Music library
without any issues. I just finished testing it with Today's SC 7.3
build. The only "minor" issue I noticed is that when I change the
ScreenSaver When Playing in the Player Basic Settings the SB3 does not
update immediately (Need to restart server) while SoftSqueeze updates
the ScreenSaver on the flight (while the track is playing).


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=53239

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


Re: [SlimDevices: Plugins] SQL Playlist Problem after upgrading to 7.2

2008-10-02 Thread exile

yes, the "do not repeat" option is checked.

I'm pretty sure that I have a large number of tracks that are three
star or higher and that haven't been played in the last month.

The added problem is that I'm also starting to get tracks added to the
playlist that aren't tagged as alternative music tracks-i.e.-other
genre tracks are being added to the playlist.

Is this a bad cache issue perhaps?


-- 
exile

exile's Profile: http://forums.slimdevices.com/member.php?userid=4579
View this thread: http://forums.slimdevices.com/showthread.php?t=52684

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


Re: [SlimDevices: Plugins] XM can no longer log in

2008-10-02 Thread atlslim

mkaye;346243 Wrote: 
> i can't get the URL to work
> for channel 40, it shows DEEP TRACKS in the right window, but refuses
> to play
> if i press play, it thinks about it for a few seconds, but that is all
> 
> mark
> 
> still running 7.0

same behavior here with 7.1 on Ubuntu


-- 
atlslim

atlslim's Profile: http://forums.slimdevices.com/member.php?userid=3054
View this thread: http://forums.slimdevices.com/showthread.php?t=53275

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


Re: [SlimDevices: Plugins] XM can no longer log in

2008-10-02 Thread mkaye

i can't get the URL to work
for channel 40, it shows DEEP TRACKS in the right window, but refuses
to play
if i press play, it thinks about it for a few seconds, but that is all

mark

still running 7.0


-- 
mkaye

mkaye's Profile: http://forums.slimdevices.com/member.php?userid=19195
View this thread: http://forums.slimdevices.com/showthread.php?t=53275

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


Re: [SlimDevices: Plugins] XM can no longer log in

2008-10-02 Thread Howard Passman

SamS;346147 Wrote: 
> Thanks for the tip, this works for me now.
> 
> Too bad we lose the artist track info that the plugin used to give us
> :(

Kidding of course.  I know there aren't that many folks interested in
XM, but darn.  

I sacrificed a few CD's on a fire last night and said some
incantations.  Maybe that will help.  

My guess from poking around in there is that it is the device id used
in the setting up of the connection.

At least we can hear it even if we can't see what we're hearing :-)

Howard


-- 
Howard Passman

Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=53275

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


Re: [SlimDevices: Plugins] DynamicPlaylist in Alarms on rescan not working

2008-10-02 Thread sk33ve

Excellent -thanks again Erland!


-- 
sk33ve


QNAP TS-109Pro: (Firmware: 2.1.0 build: 0624), 
SqueezeCenter: v7.2.0 (build: 22900)
- Plugins: DynamicPlaylist, TrackStat, SQLPlaylist
Squeezeboxes: 2x Classics, 1x Duet, 1x Boom


sk33ve's Profile: http://forums.slimdevices.com/member.php?userid=16580
View this thread: http://forums.slimdevices.com/showthread.php?t=53278

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-02 Thread bpa

> 
> But after reading the BBC blogs, I've got concerns that the BBC are
> planning to migrate to AAC rather than MP3. (Some posts indicate this
> will happen this year).
> 

Some points.

* Besides possible licensing issues - it seems there is not enough room
left in SB firmware for another decoder.

* It is not clear whether BBC will provide AACplus (not AACP) over
Flash or not (i.e standard HTTP).  If it is over Flash (like the MP3
streams) then SB would also have to support Flash transport. 

* AACplus is not AAC. However yo keep users happy - firmware support
would probably have to support AAC and AACplus v1 and AACplus v2.

* I think the Blogs referred to support AACplus in addition to MP3 not
instead of MP3.

* BBC strategy seems to be a bit flexible or not fully detailed in the
blogs. A few months ago the only MP3 planned seemed to be secure (over
Flash) and now these "unsecured" MP3 streams are available in addition
to the secure MP3 streams.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-02 Thread Ramage

mick_w;346192 Wrote: 
> I really appreciate this plugin and it could eventually provide a great
> alternative to AlienBBC, having better quality streams and not having
> to install MPlayer are real advantages.
> 
> But after reading the BBC blogs, I've got concerns that the BBC are
> planning to migrate to AAC rather than MP3. (Some posts indicate this
> will happen this year).
> 
> If the BBC do move to AAC, is there any reason Logitech can't support
> AAC natively? (on linux having to install FAAD or MPlayer and manually
> tweaking configuration files is very messy).

Is it AAC or AAC+ that the Beeb may migrate to?


-- 
Ramage

T5500 1.6GHz, SC 7.2-22869 Win Vista, Alien 2.0
P4 2.6GHz, SC 7.2-22869 WinXP, Alien 2.0
P2 266MHz, ClarkConnect 4.1, SC 7.2.1-01.23240, Alien 2.0
AMD64x2 ubuntu 8.04, SC 7.2.1~23353, Alien 2.2b1

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-02 Thread Ramage

Triode;346039 Wrote: 
> The real streams will require Alien as this is needed to be able to
> transcode them.  The menus here are also available in the latest alien
> under "Listen Again Alternative" and may well become the default menus
> for Alien in time.
> 
> Unfortunately its difficult to quess which streams are available as
> real and otherwise as it depends where you are - we can probably
> improve this in future, but not at the moment.

Thanks Triode for the response.  Great plugin nevertheless.


-- 
Ramage

T5500 1.6GHz, SC 7.2-22869 Win Vista, Alien 2.0
P4 2.6GHz, SC 7.2-22869 WinXP, Alien 2.0
P2 266MHz, ClarkConnect 4.1, SC 7.2.1-01.23240, Alien 2.0
AMD64x2 ubuntu 8.04, SC 7.2.1~23353, Alien 2.2b1

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2008-10-02 Thread mick_w

I really appreciate this plugin and it could eventually provide a great
alternative to AlienBBC, having better quality streams and not having
to install MPlayer are real advantages.

But after reading the BBC blogs, I've got concerns that the BBC are
planning to migrate to AAC rather than MP3. (Some posts indicate this
will happen this year).

If the BBC do move to AAC, is there any reason Logitech can't support
AAC natively? (on linux having to install FAAD or MPlayer and manually
tweaking configuration files is very messy).


-- 
mick_w

http://www.ulverston.myzen.co.uk/mini-itx/

mick_w's Profile: http://forums.slimdevices.com/member.php?userid=6526
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

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


Re: [SlimDevices: Plugins] MusicinfoSCR, SB3 and Slacker

2008-10-02 Thread mherger

Ok, so here's a slightly updated version. I haven't been able to
reproduce your issue, as I can't access Slacker. But it should behave
the same as with Pandora - which is working fine for me. I've been
listening to a Pandora station, and everything updated just fine.
Please give this version a try and let me know how it's working for
you.


+---+
|Filename: MusicInfoSCR.zip |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=5951|
+---+

-- 
mherger

Michael

-
http://www.herger.net/slim-plugins - AlbumReview, Biography,
MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=53239

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