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

2009-05-02 Thread gharris999

OK, new version at thread head:
http://forums.slimdevices.com/showthread.php?t=48521

===
WHAT'S NEW: 20090501
===

Tweaks to the webUI. (Thanks to Michael for making me learn some
javascript.)

Bug fixes:

Fixed CSRF violation on webUI action page refresh for Firefox  IE
(hopefully).  

Please kick the tires on the web UI using your favorite browser and
favorite SqueezeCenter skin.  Please let me know if the CSRF violations
continue to appear.  Also, let me know how well the web UI works if
you're using a skin other than the default.

Thanks..


-- 
gharris999

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

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


[SlimDevices: Plugins] Dynamic/SQL Playlists with iPeng

2009-05-02 Thread MillmoorRon

I have several playlists that take two years as input that work fine
through the SB (classic) remote. 

When I try them in iPeng (1.1) after selecting the first year I just
get a blank screen.

Do I need to make change to the code (example below) or is this an
iPeng issue?

-- PlaylistName:Favourites by Years...
-- PlaylistGroups:Favourites,Years
-- PlaylistParameter1:year:Select 1st year:
-- PlaylistParameter2:custom:Select 2nd year:select
tracks.year,tracks.year from tracks where
tracks.year='PlaylistParameter1' and tracks.audio=1 group by
tracks.year order by tracks.year
select tracks.url from tracks
join track_statistics on
tracks.url=track_statistics.url
left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id
where
audio=1
and dynamicplaylist_history.id is null
and tracks.year='PlaylistParameter1'
and tracks.year='PlaylistParameter2'
and track_statistics.rating=70
group by tracks.id
order by rand()
limit 10;


-- 
MillmoorRon

MillmoorRon's Profile: http://forums.slimdevices.com/member.php?userid=6413
View this thread: http://forums.slimdevices.com/showthread.php?t=62953

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


Re: [SlimDevices: Plugins] TrackStat CLI commands?

2009-05-02 Thread erland

pippin;419732 Wrote: 
 
 with id being the track_id of the track to rate
 
id can also be the full path of the track to rate if you don't have the
track identifier, although it's preferred to use the track identifier if
you have it.

pippin;419732 Wrote: 
 
 r being the rating between 0 and 5 or 0 and 10 (don't know how this is
 being distinguished, I only use 0 to 5)
 
You can use:
trackstat setrating 42 3
trackstat setrating 42 60%

The % character indicates that r has a range between 0-100 without the
% character the range will be 0-5.


-- 
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, Title Switcher 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=62934

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


Re: [SlimDevices: Plugins] SQL error on Genre/Sub genre menu

2009-05-02 Thread erland

chill;419802 Wrote: 
 
 Any tips for trouble-shooting this?
 
You could post the prefs/plugin/custombrowse.pref file which store
the Custom Browse settings, but I think it will look normal since it
works on some computers.

My feeling is still that this is a web browser issue. If I understand
you correctly you have tried to use exactly the same web browser version
(Google Chrome) on a computer that works as the computer that doesn't
work ?

I assume you have tried to clear the web browser cache and cookies on
the computer that doesn't work ?


-- 
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, Title Switcher 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=62162

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


Re: [SlimDevices: Plugins] Dynamic/SQL Playlists with iPeng

2009-05-02 Thread pippin

Hm, I have little experience with SQL-P.
Could you send me the template files?

Does it work on the controller or SqueezePlay? If yes, it's an iPeng
issue, if no, it's an issue with your code or with the plugin


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


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

2009-05-02 Thread epoch1970

one more time. I'm sure.

Sorry this is a bit of hijack of the thread. I wrote this:
http://forums.slimdevices.com/showthread.php?t=62944 in the SC forum.
Would you consider mounting/dismounting USB a part of server power
control ?
There is one obvious problem, I think: when unmounting, the plugin
should (in my case) freeze the ability to play local music and (in all
cases) to rescan. I don't know how this is possible.
Would you care to share your thoughts on this ?

About the JS timeout thing. I saw Michael's response. I didn't try the
plugin.
Do you have a link that allows for refresh by clicking on it, when JS
is disabled? (other skins, perhaps).
If any applicable, I was ready to suggest a noscript structure, but
then I learnt that would show my age. This seems better:
http://dev.opera.com/articles/view/replacing-noscript-with-accessible-un/


-- 
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/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] 7.3 and XM radio

2009-05-02 Thread mkaye

i have it working on a Vista 32 machine
i really miss the keep-connection-alive feature of the previous
versions
restarting it every 3 hrs is a bit of a pain

mark


-- 
mkaye

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

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


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

2009-05-02 Thread tamanaco

gharris999;419851 Wrote: 
 
 
 Fixed CSRF violation on webUI action page refresh for Firefox  IE
 (hopefully).  
 
 Please kick the tires on the web UI using your favorite browser and
 favorite SqueezeCenter skin.  Please let me know if the CSRF violations
 continue to appear.  Also, let me know how well the web UI works if
 you're using a skin other than the default.
 
 Thanks..

I just tested this new version using both IE8 and Firefox 3.0.10 and
the CSRF violation is gone. Just one more small cosmetic suggestion...
Once the click Suspend to SN I get several messages with the countdown
after that the last message reads Suspending to SqueezeNetwork.. when
it should read Suspended... since it's already done. That's it. Thanks
for the fix.


-- 
tamanaco

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

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


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

2009-05-02 Thread Triode

I've been looking at the issue of streams stopping as discussed above
and have come up with a beta version which will hopefully address this.

It requires a small change to the server code, so you will need to be
running the latest 7.4 nightly beta release of the server.  (If not it
will now stop slightly earlier)

To install:
1) upgrade to 7.4 nightly (needs to be later than version 26338) -
available here: http://downloads.slimdevices.com/nightly/?ver=7.4
2) go to Settings - Advanced - Extension Downloader
3) uninstall the previous plugin (allow the server to reboot)
4) add 'http://triodeplugins.googlecode.com/svn/trunk/testrepo.xml' to
the additional repositories section and click apply
5) select BBCiPlayer 0.5beta to install from the test repository and
click apply and then allow the server to restart

The new version includes some code to restart a stream if the player
becomes disconnected from the stream before it expects (e.g. due to
bbc/isp issues) and also to restart the stream at 64M which is before
the point when the streams start to corrupt.  When it restarts up may
hear a very short audio glitch assuming its is working correctly (I
can't get round this)

Please post feedback here and if positive I will release this as the
main version of the plugin.


-- 
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/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: CDplayer plugin

2009-05-02 Thread pippin

bump
Did you have a chance to look at this?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] 7.3 and XM radio

2009-05-02 Thread jdc

One more quick update... I turned on sync'ing between two booms and to
my great surprise it seems to be working.  This was definitely not the
case with the old version, and is of huge benefit to me.

I did experience one stop/drop this morning where I had to restart,
hopefully will be rare, but I think it happened before 3 hours.

Finally, this looks like a major rewrite/upgrade, thanks Neil!  Let us
know how we can start contributing to the pot several of us promised.

jd


-- 
jdc

jdc's Profile: http://forums.slimdevices.com/member.php?userid=23870
View this thread: http://forums.slimdevices.com/showthread.php?t=56497

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


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

2009-05-02 Thread gharris999

tamanaco;419932 Wrote: 
 I just tested this new version using both IE8 and Firefox 3.0.10 and the
 CSRF violation is gone. Just one more small cosmetic suggestion...
 Once the click Suspend to SN I get several messages with the countdown
 after that the last message reads Suspending to SqueezeNetwork.. when
 it should read Suspended... since it's already done. That's it. Thanks
 for the fix.
This would be sort of a fake notification, wouldn't it?  The suspended
server can't tell the web browser about its state.  Absolute truth in
advertising would dictate that such a message would be along the lines
of -OK. Server _should_ be suspended by now.-  Generating such a
message after a predetermined time-out period in the browser shouldn't
be hard.  It'll just require more of that javascript that I'm not very
good at.  But generating such a message, browser-side, that _really_
reflects the state of the server, i.e. queries the server and then
reports success when the query fails...that would require a
communication mechanism way beyond anything I've attempted in the plugin
thus far.

I'm open to suggestions, though.

Another, far easier approach would be to automatically redirect the
browser to www.squeezenetwork.com for any of the 2sn actions after a
suitable timeout.  Is that something you'd like to see?


-- 
gharris999

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

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


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

2009-05-02 Thread rodef

bsc001;387745 Wrote: 
 Thanks both for the feedback.I'm completely with you on non-bloated
 code. the tweaks necessary to support the BOOM are small:
 
 1) Add a : to the custom 5x7 character set, so the time can display
 properly
 2) Use $client-isa(Slim::Player::Boom) to identify Boom, and do all
 the following inside a if ( $client-isa(Slim::Player::Boom) ) 
 wrapper
 3) Adjust gxwidth to move the standard timeline display to the right
 4) Tweak retrieveWeather function:
 - Capture both wind  precip info (instead of one or the other--just
 when on a BOOM) 
 - Minor string formatting (mostly stripping extra spaces) for
 weather strings
 - Draw text to different locations, store forecast/wind/precip to
 variables 
 5) Add date/time display to tictac (not retrieveWeather) -- good call
 on this,  I was wrong to put this in the retrieveWeather section
 
 
 Again, thanks for the suggestions.   I'll make the modifications to the
 latest code, and then offer it up for scrutiny.

Hello - I was wondering whether you ever got around to making these
modifications. 

It would be great to have better functionality for the Boom. 

Thanks.


-- 
rodef

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

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


Re: [SlimDevices: Plugins] In Praise of Sugarcube

2009-05-02 Thread slackhead

raven22;419745 Wrote: 
 Can't do without Sugarcube either.

Same for me!


-- 
slackhead

slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=62882

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


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

2009-05-02 Thread tamanaco

gharris999;419953 Wrote: 
 
 
 I'm open to suggestions, though.
 
 Another, far easier approach would be to automatically redirect the
 browser to www.squeezenetwork.com for any of the 2sn actions after a
 suitable timeout.  Is that something you'd like to see?

I'm fine with a final message that reads as you mentioned OK. Server
should be suspended by now. I can always verify that it has switched to
the SN by looking at the SB3 screen.


-- 
tamanaco

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

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


Re: [SlimDevices: Plugins] Dynamic/SQL Playlists with iPeng

2009-05-02 Thread MillmoorRon

I don't own a Controller but I've just tried Squeezeplay and it doesn't
work with that either! Works fine through the standard remote or web
interface though.

It's not based on a template, the attached code is all I use. (in a
'.sql.xml' file)


-- 
MillmoorRon

MillmoorRon's Profile: http://forums.slimdevices.com/member.php?userid=6413
View this thread: http://forums.slimdevices.com/showthread.php?t=62953

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


Re: [SlimDevices: Plugins] Dynamic/SQL Playlists with iPeng

2009-05-02 Thread pippin

MillmoorRon;419991 Wrote: 
 I don't own a Controller but I've just tried Squeezeplay and it doesn't
 work with that either! Works fine through the standard remote or web
 interface though.
 
OK, I think we need Erland, then :-)
Looks like an issue with the plugin
 
 It's not based on a template, the attached code is all I use. (in a
 '.sql.xml' file)

I'll try that.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2009-05-02 Thread peterbell

bpa;419480 Wrote: 
 The same error message has been reported by other users for different
 plugins so it appears to be a download issue which affects some users.
 
 You could try a manual install.
 
 [Snip]
 
 

That appears to have worked ... many thanks. I'll have a play with 3.9
later.


-- 
peterbell

peterbell's Profile: http://forums.slimdevices.com/member.php?userid=7314
View this thread: http://forums.slimdevices.com/showthread.php?t=62060

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


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

2009-05-02 Thread gharris999

epoch1970;419909 Wrote: 
 About the JS timeout thing. I saw Michael's response. I didn't try the
 plugin. Do you have a link that allows for refresh by clicking on it,
 when JS is disabled? (other skins, perhaps).
 If any applicable, I was ready to suggest a noscript structure, but
 then I learnt that would show my age. This seems better:
 http://dev.opera.com/articles/view/replacing-noscript-with-accessible-un/The 
 page *works* as-is with the Classic skin and javascript disabled. 
But I think I'll follow your suggestion and try noscript for now to
make sure the page is fully functional.  Thanks for that.
epoch1970;419909 Wrote: 
 Sorry this is a bit of hijack of the thread. I wrote this:
 http://forums.slimdevices.com/showthread.php?t=62944 in the SC forum.
 Would you consider mounting/dismounting USB a part of server power
 control? There is one obvious problem, I think: when unmounting, the
 plugin should (in my case) freeze the ability to play local music and
 (in all cases) to rescan. I don't know how this is possible. Would you
 care to share your thoughts on this ?
 
Can you describe the circumstances when you want to unmount / mount? 
Is this hardware capable of anything resembling S3 suspend?  With the
drive off-line, do you need the server to otherwise remain on-line?

Re unmount / mount via some UI:  You could always modify SrvrPowerCtrl
by editing strings.txt and relabeling the Hibernate option and calling
it Unmount External Drive or something along those lines.  Then have
the Unmount command in the settings point to your own script that
unmounts the drive.  In a similar fashion, hijack another command in
strings.txt to create the mount option.

If what you're after is automatic unmount / mount, have the suspend
command point to your own script that performs the unmount before
suspending the system.  Then point SrvrPowerCtrl's On wakeup command
at your own custom script that will remount the drive.  That way, a WOL
of the server will cause SrvrPowerCtrl to call your script to remount
the drive.

In terms of freezing aspects of the SqueezeCenter UI after drive
unmount...the easiest way to do this is just to put the server into
suspend.  Unfreezing would be accomplished via a WOL.

PS: I removed your French translations of strings.txt a couple of beta
releases ago.  I had messed up the UTF8 encoding when moving the file
between windows and linux machines.  At some point, I'd like to return
them to the strings.txt file.  Strings.txt has changed a fair amount
since you did those translations.  Would you be willing to look at this
again with me after the 1st official, non-beta release of the plugin?


-- 
gharris999

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

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


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

2009-05-02 Thread gharris999

tamanaco;419969 Wrote: 
 I'm fine with a final message that reads as you mentioned OK. Server
 should be suspended by now. I can always verify that it has switched to
 the SN by looking at the SB3 screen.
I'm actually enthused now about the idea of redirecting the browser to
SqueezeNetwork after the 2sn actions.  Can you think of any idea why
this wouldn't be a good idea?

For the non-2sn actions, I'll try to add a mission *should be*
accomplished notification.


-- 
gharris999

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

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


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

2009-05-02 Thread epoch1970

Thanks for your ideas.
I don't know why I didn't thought of powering down the whole thing...
The lack of buttons and of any physical sleep state, I guess. (It is
offline, or S0)
The drive holds all the data, and right now I can't see how useful the
machine would really be without it plugged in. So powering off is a
practical solution. To restart, pull the plug and put it back in. Or
send a WOL packet (I have to try that yet.)
I want the drive to be removable so that file transfers can be done
directly by plugging the drive to a computer, not only via the network.

In the other thread, Funkstar has suggested ExecuteScript, I'll look at
that too.

(fantastic little machine. scanning will be slow, and the USB link to
the HDD tends to gobble a good share of the CPU. But overall with 2
players reading flac files through the wired interface CPU load was
under 10%. Fire up the SC web interface and the CPU goes 40-100%, but it
is really very useable. No trade-off, except in the initial OS install,
embedded style.)

I will be happy to contribute a translation. Let me know.


-- 
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/mailman/listinfo/plugins


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

2009-05-02 Thread epoch1970

gharris999;420002 Wrote: 
 I'm actually enthused now about the idea of redirecting the browser to
 SqueezeNetwork after the 2sn actions.  Can you think of any idea why
 this wouldn't be a good idea?
 
 For the non-2sn actions, I'll try to add a mission *should be*
 accomplished notification.

My 2cts.
Some firewalls may block a computer, but let a player go to SN. Very
unlikely. The standard Extras/Music Sources menu on SC goes to SN when
you select it.

For the non-2sn actions, I'd say you could try to ping something via
http. When the SC server stops responding, then the machine is down or
will be soon, theoretically. 
In the old days (again), you would try to use JS to reload a
transparent pixel regularly, and watch for an error. 
Today, I guess you want to use the ajax things for that. Isn't SC using
the prototype JS library?


-- 
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/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: PlayLog -- log track info, easy web searches

2009-05-02 Thread peterw

alphagamma;419652 Wrote: 
 
 Ah I see there is a problem in your if structure, I changed it to:
 ...
 Now it works :)

Ah, that's great to hear. Thanks for diving  finding my goof. I've got
a new version in my testing repo/dir now, but I won't push it to the
stable repo/dir until I'm able to test it on my main system here. Have
you tried selecting a few songs and saving to custom log files? The
Web.pm code also tried explicit UTF-8, but I think my fallback logic
there should be OK, e.g.


Code:


  if ( open(F, :encoding(UTF-8), $file) ||
  open(F, $file) ) {
  



Thanks!


-- 
peterw

http://www.tux.org/~peterw/
free plugins: http://www.tux.org/~peterw/#slim
AllQuiet BlankSaver ContextMenu FuzzyTime KidsPlay
KitchenTimer PlayLog PowerCenter/BottleRocket SaverSwitcher
SettingsManager SleepFade StatusFirst SyncOptions VolumeLock

peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107
View this thread: http://forums.slimdevices.com/showthread.php?t=44582

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


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

2009-05-02 Thread gharris999

epoch1970;420014 Wrote: 
 For the non-2sn actions, I'd say you could try to ping something via
 http. When the SC server stops responding, then the machine is down or
 will be soon, theoretically. In the old days (again), you would try to
 use JS to reload a transparent pixel regularly, and watch for an error.
 Today, I guess you want to use the ajax things for that. Isn't SC using
 the prototype JS library?
I imagine that I'll stay away from the whole ajax thing for as long as
possible...or at least until someone figuratively takes me by the hand
and leads me into the land of enlightenment.

For now, I'll try to implement a take it on faith that it's happened
message.


-- 
gharris999

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-05-02 Thread roloc

Purchased a duet player to work with my ipod touch, but can't get the
player configured with ipeng. When I go to squezeenetwork and enter in
the PIN ipeng provided, I get this error message Unknown PIN code
provided. Where in ipeng can I double check to make sure the PIN is
correct? Can I reset the PIN?

Thanks!


-- 
roloc

roloc's Profile: http://forums.slimdevices.com/member.php?userid=30066
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-05-02 Thread pippin

roloc;420041 Wrote: 
 Purchased a duet player to work with my ipod touch, but can't get the
 player configured with ipeng. When I go to squezeenetwork and enter in
 the PIN ipeng provided, I get this error message Unknown PIN code
 provided. Where in ipeng can I double check to make sure the PIN is
 correct? Can I reset the PIN?
 

Wait a moment, what are you trying to do?
1. You can't setup a receiver with iPeng it's not possible to do that
with iPhone/iPod. For this, you'll need a Controller or Net::UDAP:
http://forums.slimdevices.com/showthread.php?t=57861

2. The PIN code provided by iPeng is for iPeng and your iPhone or iPod.
Do you have issues registering that as well? No Player Found is not
really an error message as long as there's no player connected to the SN
account

3. You can only connect a player to SqueezeNetwork using iPeng if it
(the player) is already connected to a SqueezeCenter. The reason is that
SC has to do the PIN handling for the player and that iPeng can't talk
to the player directly, but only to a server (SN or SC), so to get your
SBR to SN you will have to install SC first if you don't have a
Controller.

I know this is inconvenient, but it's the way the receiver works.
There's a reason it's sonly being sold as an accessory to an existing
duet system. To configure it, you need to create a P2P WiFi network and
that's not possible on iPhone/iPod because it would require hardware
access that Apple don't give you.


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


[SlimDevices: Plugins] Announce: Bill's Jammin Jukebox 0.8

2009-05-02 Thread billf5293

Java front end to control SqueezeCenter. 

Many bug fixes and UI improvements.  Now that I have a linux box with X
I have been able to better test it in a linux environment.

Still working on the radios and music services stuff but decided to go
ahead and release what I had.

http://www.thejavashop.net/bjjslimserver/


-- 
billf5293

Bill F
__
'Bill's Jammin' Jukebox'
(http://www.thejavashop.net/bjjslimserver/index.shtml)

billf5293's Profile: http://forums.slimdevices.com/member.php?userid=20642
View this thread: http://forums.slimdevices.com/showthread.php?t=62975

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


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

2009-05-02 Thread rodef

GoCubs;419560 Wrote: 
 Please remove the plugin and use the extension downloader to install it
 cleanly for ya.
 
 -Greg
Hi - How do I do a completely clean install of SDT? I removed it from
extension downloader and restarted Squeezecenter. I then re-installed it
from SDT and restarted again. But it remembered my old settings.

The reason I want to restart it is because my Squeezebox gives me
future weather information, even though I selected 0 on the Forecast
Data section. Also, one of the screens (when it gives me the future
weather) doesn't obey the format strings I gave it. 

Sorry if this has already been covered in earlier posts. Thanks.


-- 
rodef

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

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


Re: [SlimDevices: Plugins] Announce: Bill's Jammin Jukebox 0.8

2009-05-02 Thread funkstar

That looks good bill. Good work :)


-- 
funkstar

my collection:
*1*x boom
*2*x controller, *1*x receiver
*2*x sb3 (sliver/black, *1*x sb2 wired (silver), *1*x sb (black)
*1*x slimp3 (with rear shield)

interested in any others if you have them!

funkstar's Profile: http://forums.slimdevices.com/member.php?userid=2335
View this thread: http://forums.slimdevices.com/showthread.php?t=62975

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


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

2009-05-02 Thread munch

GoCubs;419560 Wrote: 
 Please remove the plugin and use the extension downloader to install it
 cleanly for ya.
 
 -Greg
thanks greg - works great


-- 
munch

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

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


Re: [SlimDevices: Plugins] Titleparser-Plugin

2009-05-02 Thread dip

DieterK,
it would be great if you could post your plugin, since I also hear
Bayern 3 and miss the title/artist information.


-- 
dip

dip's Profile: http://forums.slimdevices.com/member.php?userid=902
View this thread: http://forums.slimdevices.com/showthread.php?t=62823

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


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

2009-05-02 Thread Phil Meyer
I'm actually enthused now about the idea of redirecting the browser to
SqueezeNetwork after the 2sn actions.  Can you think of any idea why
this wouldn't be a good idea?

I've only half been reading this, but it seems a bit strange.

Under what circumstances would this be useful?

If you are using a web browser on the server that is hosting SC, then it 
doesn't matter because the machine is going to be off-line.
If you are using a web browser remotely, you're probably not interested in 
controlling players through SN.  Is there a concept of remote stream players 
being connected to SN?
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


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

2009-05-02 Thread pippin

Philip Meyer;420089 Wrote: 
 
 If you are using a web browser remotely, you're probably not interested
 in controlling players through SN.

I don't understand this.
If you are shutting down your server because you want to use SN instead
while sitting at your PH (or using the handheld skin) this makes perfect
sense.
I reckon that's a quite common use case, myself, at least, I wouldn't
have come to the idea of shutting down the PC I'm sitting at through a
plugin.

Or did I misunderstand something?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com

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

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


Re: [SlimDevices: Plugins] 7.3 and XM radio

2009-05-02 Thread wsmknicks

Yes...how would you like a contribution! PayPal?


-- 
wsmknicks

wsmknicks's Profile: http://forums.slimdevices.com/member.php?userid=20272
View this thread: http://forums.slimdevices.com/showthread.php?t=56497

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-05-02 Thread roloc

Thanks, Pippin. I understand much better now... I have SC up and
running, and used UDAP to setup my receiver. I can now successfully
stream music using ipeng. 

Still not sure how to go about registering on SN. 

Am I correct in understanding your previous message to mean I have to
register the receiver on SN with a PIN other than the one that appears
on ipeng?

I've tried both PINs ipeng has displayed over the last few days, both
give me the Unknown PIN code provided. error message. Both of these
PINs were generated before I had my receiver connected to SC. Not sure
if that makes a difference...

Thanks for your help.


-- 
roloc

roloc's Profile: http://forums.slimdevices.com/member.php?userid=30066
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


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

2009-05-02 Thread gharris999

Philip Meyer;420089 Wrote: 
 I'm actually enthused now about the idea of redirecting the browser to
 SqueezeNetwork after the 2sn actions.  Can you think of any idea why
 this wouldn't be a good idea?
 
 I've only half been reading this, but it seems a bit strange.
 
 Under what circumstances would this be useful?
 
 If you are using a web browser on the server that is hosting SC, then
 it doesn't matter because the machine is going to be off-line.
 If you are using a web browser remotely, you're probably not interested
 in controlling players through SN.  Is there a concept of remote stream
 players being connected to SN?
Well, this is what I'm thinking:  my assumption has been that the
SrvrPowerCtrl web UI will *mostly* be used by remote web browsers
against headless servers.  The user is using the web UI to suspend the
server and switch the player to SN.  If the plugin pushes the web
browser onto www.squeezenetwork.com, then the user can use the SN web UI
to initiate playback on the player.  Also, in the fullness of time, the
user can use the SN web UI to switch the player back to the now
suspended server.  When that happens, *I think* the player will
automatically WOL the sleeping server.  So, what you get here is
seamless control of player and playback from local server to server
sleep to sn and back to server...all through the web UI and not
requiring a remote, or controller or iPeng (sorry Pippin)...just your
laptop (or whatever) and your web browser.

Does that sound like a legitimate rationale?  Or am I thinking up a
superfluous festoon of a feature simply because I imagine that I can
program it?


-- 
gharris999

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

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


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

2009-05-02 Thread gharris999

pippin;420094 Wrote: 
 I don't understand this.
 If you are shutting down your server because you want to use SN instead
 while sitting at your PH (or using the handheld skin) this makes perfect
 sense.
 I reckon that's a quite common use case, myself, at least, I wouldn't
 have come to the idea of shutting down the PC I'm sitting at through a
 plugin.
 
 Or did I misunderstand something?
No, I think you've got this exactly right.  

Is PH a typo, or is that Deutsch for PC?


-- 
gharris999

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

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


[SlimDevices: Plugins] No-Standby-Plugin

2009-05-02 Thread DieterK

Hello again,

i have a problem with my Squeezebox Boom. I'm using the box in the
kitchen for playing music from morning till night. But sometime my
router auto-reconnects (connection down for ~1 minute) and then the box
stops playing and is in standby mode (shows the time).
Is there a plugin that autorestarts the box or keeps resuming? Or is
there a trick to avoid that behavior? Thanks


-- 
DieterK

DieterK's Profile: http://forums.slimdevices.com/member.php?userid=29535
View this thread: http://forums.slimdevices.com/showthread.php?t=62979

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