Re: [SlimDevices: Plugins] Announce: Wave Input plugin v1.00

2010-10-03 Thread bpa

I didn't see the word echo in your original post and onluy now see
feedback in the post title.

straightc solved the same echo problem in a similar way just two post
(#415  #416) before your original post.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] SQL Playlist play unwanted genre

2010-10-03 Thread esa

Dear Erland,

To check if there is a issue with the special character '!', I copy all
the directory to a other place in the NAS ( I suppress the !).
I realize the same test and same issue.

So, I go in the Customize SQL for the two Playlist : 
The Dynamic is as follow :

-- PlaylistName:Random songs from playlist
-- PlaylistGroups:esa
-- PlaylistParameter1:playlist:Select playlist:
select tracks.url from tracks

left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='PlaylistPlayer'

join playlist_track on
tracks.url=playlist_track.track and
playlist_track.playlist='PlaylistParameter1'


left join track_statistics on
tracks.url=track_statistics.url
where
audio=1
and dynamicplaylist_history.id is null
and 
ifnull(track_statistics.lastplayed,0)(unix_timestamp()-604800)
group by tracks.id
order by rand()
limit 10;


The SQL is as follow :

-- PlaylistName:Random for new7b
-- PlaylistGroups:esa
select tracks.url from tracks

left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='PlaylistPlayer'

join playlist_track on
tracks.id=playlist_track.track  

join tracks playlists on
playlists.id=playlist_track.playlist and
playlists.title='new7b'

where
tracks.audio=1
and dynamicplaylist_history.id is null
group by tracks.id
order by rand()
limit 10;


This morning, I modify the SQL Playlist like this : 

-- PlaylistName:Random for new7b
-- PlaylistGroups:esa
select tracks.url from tracks

left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='PlaylistPlayer'

join playlist_track on
tracks.url=playlist_track.track 

join tracks playlists on
playlist_track.playlist=playlists.id and
playlists.title in ('new7b')

where
tracks.audio=1
and dynamicplaylist_history.id is null
group by tracks.id
order by rand()
limit 10;


And, now It's working.
I can select the SQL playlist in the Clock Alarm.
All seems working, but I must check more time.

I don't know the Database structure, so, it is very difficult for me to
understand the link between tables. Is it a document for this ?

Can you analyze this modification and validate it ?

Thanks for your help

Eric


-- 
esa

Synology DS107+ MARVELL_88F5281
Squeeze center Version : 7.5.0 - r30464
Version Perl : 5.8.6
Version MySQL : 5.1.34
Squeezeplay...

esa's Profile: http://forums.slimdevices.com/member.php?userid=9362
View this thread: http://forums.slimdevices.com/showthread.php?t=82259

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-03 Thread blowers


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


Hi

You are very kindly helping me sort out my SqueezeIR problems. You
wanted me to attach 3 files. But, as I said on my PM, I just don't know
how to attach them!! I do have them here - ready and waiting - but
cannot find how to get them to you. Help!!


-- 
blowers

blowers's Profile: http://forums.slimdevices.com/member.php?userid=32176
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-03 Thread blowers


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


And here is the third! Sorry for the hassle.


+---+
|Filename: SqueezeIRxml.txt |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10696|
+---+

-- 
blowers

blowers's Profile: http://forums.slimdevices.com/member.php?userid=32176
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] freenas 0.7.2.5279

2010-10-03 Thread iko

Hi,

I use slimnas on FreeNas 0.7.1 with no problems. Could you give more
info ? Does Extension menu appeared in your Main menu ? Did you
fallow all steps in slimnas' homepage ? Something in log files when you
try to start Squeezebox server ? Maybe some permissions problems ?!? 

You can try to start it from ssh terminal with something like:

Code:

/usr/local/bin/perl /path/to/slimnas/squeezebox/slimserver.pl --user=www 
--daemon --pidfile=/path/to/slimnas/var/squeezebox.pid


and see some errors


-- 
iko

iko's Profile: http://forums.slimdevices.com/member.php?userid=40426
View this thread: http://forums.slimdevices.com/showthread.php?t=82372

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


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

2010-10-03 Thread wonder boy

Don't know if it's just me but I couldn't get the beta version repo to
install as listed at the beginning of this thread, is it still
available?

Installed the non beta alternative on SBS 7.5.1 hopefully will be ok


-- 
wonder boy

Squeezebox ex-fan boy and proud...

2x Boom

1x SB3

Just ordered SB Radio...do I need help…I WISHED I HADN’T!!!

wonder boy's Profile: http://forums.slimdevices.com/member.php?userid=15950
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] freenas 0.7.2.5279

2010-10-03 Thread bechau

Yes the Extension menu appear on the main menu and I followed all the
steps on the slimnas homepage.  It might be some permission problem but
I don't know how to correct it.  

As for ssh terminal, I have never used it before.  How do I go about
doing it?  Can I use the AdvancedCommand page to enter those commands?


-- 
bechau

bechau's Profile: http://forums.slimdevices.com/member.php?userid=36977
View this thread: http://forums.slimdevices.com/showthread.php?t=82372

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


Re: [SlimDevices: Plugins] freenas 0.7.2.5279

2010-10-03 Thread bechau

I was able to log in to my freenas box via putty.
Then I entered your command but it doesn't recognize it.

Do I just type these commands directly into the putty screen after
being logged in?


-- 
bechau

bechau's Profile: http://forums.slimdevices.com/member.php?userid=36977
View this thread: http://forums.slimdevices.com/showthread.php?t=82372

___
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

2010-10-03 Thread avour

ralphpnj;580430 Wrote: 
 the new version (5.9.5) works like a charm. Thank you very much.


-- 
avour

*ma Squeezebox Classic*: 
http://forums.slimdevices.com/showthread.php?p=254271#post254271
*blog perso de ma config*: 
http://avour79.blogspace.fr/r33666/Systeme-Son/
*MSN*:  av...@hotmail.fr

avour's Profile: http://forums.slimdevices.com/member.php?userid=8875
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: Beta version of SvrPowerControl

2010-10-03 Thread gharris999

No, it's not just you.  I screwed up the repo just before I left for
Croatia in June and it's been broken ever since.  I (finally) get back
to New Mexico at the end of the week and I'll be able to address it
then.  In the mean time, I have a sail boat to put to bed for the
season and this includes rebuilding two marine toilets.  Which would I
rather be doing: fixing a few characters in an xml file, or futzing
with a bucket full of very small parts covered in fecal matter?  Why is
this yachting stuff considered fun?


-- 
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] freenas 0.7.2.5279

2010-10-03 Thread iko

bechau;580486 Wrote: 
 Can I use the AdvancedCommand page to enter those commands?

Yes :) I think you can use it too, but I'm console maniac :)

 Do I just type these commands directly into the putty screen after being
 logged in?

yes

 I was able to log in to my freenas box via putty.
 Then I entered your command but it doesn't recognize it.

Which part of command it doesn't recognize ? You should replace
/path/to/ with your real path to slimnas install. Paste here the error
message.
If it doesn't find /usr/local/bin/perl this is a problem. You can find
where is your perl installed with command


Code:

which perl



or try just


Code:

perl /path/to/slimnas/squeezebox/slimserver.pl --user=www --daemon 
--pidfile=/path/to/slimnas/var/squeezebox.pid



-- 
iko

iko's Profile: http://forums.slimdevices.com/member.php?userid=40426
View this thread: http://forums.slimdevices.com/showthread.php?t=82372

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread dukhat2259

Triode;580190 Wrote: 
 You need a recent version of the plugin for this - recommend the latest
 version 1.0.8

Just made another try: plugin 1.0.8 and latest squeezeplay 7.6 beta...
No Go! Simply flatline when playing Spotify tracks. Not a twitch in the
voltage meters or the headset. I can see squeezeplay being connected
to port 9000 on the 64-bit Fedora server.

Anything simple I can debug?


-- 
dukhat2259

dukhat2259's Profile: http://forums.slimdevices.com/member.php?userid=40129
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

___
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

2010-10-03 Thread shabbs

GoCubs;580428 Wrote: 
 I've gone ahead and posted 5.9.5 to www.gregbrown.net.
YAHOO!!! Thanks Greg! Working like a charm.


-- 
shabbs

[shabbs]

*Rip/encode:* 'EAC' (http://www.exactaudiocopy.de/) v0.99 prebeta 5
[secure] w/ 'Lame' (http://www.rarewares.org/mp3.html) v3.98.2 [-V 0]
*Audio:* 'SB1' (http://www.slimdevices.com/pi_squeezebox.html) --
Technics SA-DX1040 -- customs; 'SB3'
(http://www.slimdevices.com/pi_squeezebox.html) -- Yamaha RX-V661 --
JBL E30's

shabbs's Profile: http://forums.slimdevices.com/member.php?userid=6016
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] freenas 0.7.2.5279

2010-10-03 Thread Michael Herger
 work with freenas 0.7.2.5279?  Please advise.

No. As has been written many times FreeNAS 0.7.2 is not supported. Please stick 
with the stable releases.

-- 

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread Triode

dukhat2259;580504 Wrote: 
 Just made another try: plugin 1.0.8 and latest squeezeplay 7.6 beta...
 No Go! Simply flatline when playing Spotify tracks. Not a twitch in the
 voltage meters or the headset. I can see squeezeplay being connected
 to port 9000 on the 64-bit Fedora server.
 
 Anything simple I can debug?

If you set the helper app logging to debug, do you see squeezeplay
connecting to the helper app when you try to play something?  Try it
with the working boom first to see what the log should look like.  [The
log is on the spotify settings page]


-- 
Triode

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

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-03 Thread indifference_engine


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


blowers;580476 Wrote: 
 Hi
 
 You are very kindly helping me sort out my SqueezeIR problems. You
 wanted me to attach 3 files. But, as I said on my PM, I just don't know
 how to attach them!! I do have them here - ready and waiting - but
 cannot find how to get them to you. Help!!
 
 Wait - have managed to attach two of them...
I did send you a pm with my email address but having just looked at my
sent item I don't see it.  I've also been getting about 6 copies of the
messages you sent me so there's something screwy going on there! Anyway,
thanks for the files, I'll look at them now and see if I can see a
problem...


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-03 Thread indifference_engine


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


blowers;580476 Wrote: 
 Hi
 
 You are very kindly helping me sort out my SqueezeIR problems.

Ok, that was quick! I spotted a mistake in your xml that once corrected
allowed SqueezeIR to load up without issue on my Controller.

In your lirc file (arcam.lirc.txt) you have:

Code:


  begin remote
  
  name  arcam.lirc.txt


but if your SqueezeIR.xml you have:

Code:


  parameters
  parameter ID=filenamearcam.lirc.txt/parameter
  parameter ID=remoteArcam_A32/parameter
  /parameters


The filename element in the xml must match the filename of the lirc
file (you got this bit correct). BUT the remote element must match
the name of the remote within the lirc file, and it doesn't.  So, you
have two options;
either a) change the lirc file so it reads

Code:


  begin remote
  
  name  Arcam_A32


or b) change SqueezeIR.xml

Code:


  parameters
  parameter ID=filenamearcam.lirc.txt/parameter
  parameter ID=remotearcam.lirc.txt/parameter
  /parameters


but don't do both or you'll be back to square one!
This error would have meant that (with your configuration) your volume
buttons would not have worked but the rest of the Controller should
have behaved normally.  You did mention that your controller froze up
and spontaneously restarted?  I saw no evidence of the when I loaded
your files onto my controller and the error is trapped by my code to
stop things like that happening.  Anyhow, try the modified files and
see how you get on.


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


[SlimDevices: Plugins] Advanced Alarm / Timer plug-in

2010-10-03 Thread baroquedub

Can anyone tell me if there's a thirty party plug-in that will automate
different squeezebox devices (either turning them on and off or setting
their volume to 100 and 0) according to the time of day?

Here's my usage scenario: I have a squeezebox in my bedroom. I listen
to music at night (sleep timer turns it off and morning alarm turns it
back on). This device is the syncmaster for another squeezebox in my
bathroom so that when I get out of bed and have a shower the music is
already playing in there too. My problem is that my music is playing in
the bathroom during the night - unless I manually turn it off (but I
then have to turn it back on again in the morning...)

Ideally this plug-in would be a mix of Sleep Timer and Alarm so that
for different days of the week I could automate the times that my
various devices turned themselves on and off.

Any help or advice much appreciated!


-- 
baroquedub

http://baroquedub.co.uk/

baroquedub's Profile: http://forums.slimdevices.com/member.php?userid=20938
View this thread: http://forums.slimdevices.com/showthread.php?t=82393

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


[SlimDevices: Plugins] Spotify plug-in: can I save Spotify favorites?

2010-10-03 Thread perstromgren

I would like to return to some of the albums I find on Spotify. I tried
to just hit the favorite button, but that creates an empty playlist,
although the album name is found in the favorite menu. What did I do
wrong? Or is this not possible to do?

Per.


-- 
perstromgren

perstromgren's Profile: http://forums.slimdevices.com/member.php?userid=19837
View this thread: http://forums.slimdevices.com/showthread.php?t=82397

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


Re: [SlimDevices: Plugins] freenas 0.7.2.5279

2010-10-03 Thread bechau

Bummer

Any chance your installer will work with 0.7.2+ in the near future?

I'm pretty much trapped as I have already transferred all my files over
to my freenas box :(
There's no way to downgrade except to re-do a clean set-up.


-- 
bechau

bechau's Profile: http://forums.slimdevices.com/member.php?userid=36977
View this thread: http://forums.slimdevices.com/showthread.php?t=82372

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


[SlimDevices: Plugins] Announce: Whitebear updated version

2010-10-03 Thread AndrewFG

An updated version of Whitebear has been released:

http://www.whitebear.ch/mediaserver

Featuring improvements to the Play To feature, usability improvements
in the Tray Monitor, and an added Status page in the Tray Monitor.

{ prior thread is here:
http://forums.slimdevices.com/showthread.php?t=80632 }


-- 
AndrewFG

Regards,
AndrewFG

http://www.whitebear.ch/mediaserver

AndrewFG's Profile: http://forums.slimdevices.com/member.php?userid=15838
View this thread: http://forums.slimdevices.com/showthread.php?t=82399

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


Re: [SlimDevices: Plugins] Announcement: Whitebear Media Server (UPnP/DLNA) v2.0 released !!

2010-10-03 Thread AndrewFG

A new thread has been started:

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


-- 
AndrewFG

Regards,
AndrewFG

http://www.whitebear.ch/mediaserver

AndrewFG's Profile: http://forums.slimdevices.com/member.php?userid=15838
View this thread: http://forums.slimdevices.com/showthread.php?t=80632

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


Re: [SlimDevices: Plugins] Announce: Wave Input plugin v1.00

2010-10-03 Thread ja2038

bpa;580469 Wrote: 
 I didn't see the word echo in your original post and onluy now see
 feedback in the post title.
 
 straightc solved the same echo problem in a similar way just two post
 (#415  #416) before your original post.

Yes, I saw straightc's post the first day, but I didn't clue in on what
he was saying.  But looking back, yes, it seems we went through the same
journey.

I'd still like to do more.  The fix I rediscovered does away with
problems from line-in, but I'd like to serve any piece of audio from my
desktop and have it play on my desktop and around the place in sync. 
But Stereo Mix with the Realtek HD doesn't appear to have the same
playback volume control that Line In did.

I had a semi-working, but not totally working and not very easy to use
solution with the Virtual Audio Cable demo version, but I didn't
understand Windows audio well enough to get it to work completely.

But I'd like to take audio from my browser (youtube videos, hulu,
netflix), or from dedicated dvd players, or from audio books (Audible
Manager), and stream in sync the audio portions (okay, video portions
too.)


-- 
ja2038

ja2038's Profile: http://forums.slimdevices.com/member.php?userid=40583
View this thread: http://forums.slimdevices.com/showthread.php?t=35718

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


Re: [SlimDevices: Plugins] Spotify plug-in: can I save Spotify favorites?

2010-10-03 Thread Triode

perstromgren;580541 Wrote: 
 I would like to return to some of the albums I find on Spotify. I tried
 to just hit the favorite button, but that creates an empty playlist,
 although the album name is found in the favorite menu. What did I do
 wrong? Or is this not possible to do?
 
 Per.

Which user interface are you using?  I think the web interface may
work, but I am not sure about player interfaces - if it is a player,
which type of player?


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread dukhat2259

Triode;580518 Wrote: 
 If you set the helper app logging to debug, do you see squeezeplay
 connecting to the helper app when you try to play something?  Try it
 with the working boom first to see what the log should look like.  [The
 log is on the spotify settings page]


Code:

[20:54:04.615931] write_cover:57 cover fetch: No error
  [20:54:05.427616] browse_album_callback:410 browse album: ok
  [20:54:05.430772] metadata_updated:69 new meta
  [20:54:10.622982] main:455 req: cover.jpg res: 
d61d5323b176b750529d274a144a7ff9530818c2 par: (null) prot: HTTP/1.0 auth: (null)
  [20:54:10.628493] write_cover:57 cover fetch: No error
  [20:54:16.420015] main:455 req: stream.flc res: 
spotify:track:6FtuJdtX8Zs8PlAcQnofc0 par: 
player=00%3A1e%3A4e%3Ab9%3A84%3Aa9start=0sync=1id=116 prot: SPOTSTREAM/1.0 
auth: (null)
  [20:54:16.420255] main:543 newstream connection from 192.168.0.112
  [20:54:16.474839] check_player:183 bad player: squeezeplay
  [20:54:16.535751] main:599 unable to play on this player: -2


Some easy way to check that I indeed have the correct 1.0.8 plugin
binaries? sha1? I don't trust the squeezeboxserver to have done the
right thing when updating...


-- 
dukhat2259

dukhat2259's Profile: http://forums.slimdevices.com/member.php?userid=40129
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Custom Clock applet for Touch/Radio/Controller

2010-10-03 Thread Sunnysekot

Hi there,
as I was reminded by SBS to update my Custom-Clock Helper Plugin I
found out that its posssible (long since?) to add a feature I was long
missing:
Tracktext: Remaining (Remaining time!)
Maybe it was possible all the time, but I didnt find that feature on
the Squeezewiki Page for Custom Clock Helper / styles.

Anyhow, I updated my selfmade Custom Screen
(SDT celsius, with switching between album Cover) for to have the
missing remaining time (elapsed also). Decent as always.
Today I`m too lazy to make some Screenshots (forgot how to do that
anyway, maybe next time).
For those, who are interested in my Sreen, I'll attach the exported
file, have fun!


+---+
|Filename: SDT Switching Album Cover-LastFM Artist 
Images-Celsius-Rain-Time-Date - controller.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=10699|
+---+

-- 
Sunnysekot

NAS: QNAP TS119 Version 3.2.6 build 0427T (1,2GHz,512MB)
SC Firmware 7.5.1 r8761, SSOTS 4.8, Squeezecenter 7.5.2 r30889
Devices: 3x Boom 2 x Classic 1 x Duett, 1 x Roku Soundbridge

Sunnysekot's Profile: http://forums.slimdevices.com/member.php?userid=20990
View this thread: http://forums.slimdevices.com/showthread.php?t=68269

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


Re: [SlimDevices: Plugins] Announce: Whitebear updated version

2010-10-03 Thread Phil Meyer
An updated version of Whitebear has been released:

Thanks for the update.

I think there's a problem with the Squeezebox Server Login settings though - it 
only allows me to enter 5 chars in the user name and password fields.

Where do the settings get stored (I might be able to manually enter the right 
values into the Registry or settings file?)

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread Triode

dukhat2259;580568 Wrote: 
  
Code:

  [20:54:04.615931] write_cover:57 cover fetch: No error
   [20:54:05.427616] browse_album_callback:410 browse album: ok
   [20:54:05.430772] metadata_updated:69 new meta
   [20:54:10.622982] main:455 req: cover.jpg res: 
d61d5323b176b750529d274a144a7ff9530818c2 par: (null) prot: HTTP/1.0 auth: (null)
   [20:54:10.628493] write_cover:57 cover fetch: No error
   [20:54:16.420015] main:455 req: stream.flc res: 
spotify:track:6FtuJdtX8Zs8PlAcQnofc0 par: 
player=00%3A1e%3A4e%3Ab9%3A84%3Aa9start=0sync=1id=116 prot: SPOTSTREAM/1.0 
auth: (null)
   [20:54:16.420255] main:543 newstream connection from 192.168.0.112
   [20:54:16.474839] check_player:183 bad player: squeezeplay
   [20:54:16.535751] main:599 unable to play on this player: -2

  
 Some easy way to check that I indeed have the correct 1.0.8 plugin
 binaries? sha1? I don't trust the squeezeboxserver to have done the
 right thing when updating...

The helper app log should show the version when it starts up.  What did
it say above this?


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread pbol

Installed the plugin on both ipeng and the squeezecontroler. I login
successfully and can search and select songs, but when pressing play I
get stream failed.

I use squeezebox receiver and controler as player.

I tried the spotify client on my server and It can can play, but not
the plugin.

Please help


-- 
pbol

pbol's Profile: http://forums.slimdevices.com/member.php?userid=17462
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread Triode

pbol;580577 Wrote: 
 Installed the plugin on both ipeng and the squeezecontroler. I login
 successfully and can search and select songs, but when pressing play I
 get stream failed.
 
 I use squeezebox receiver and controler as player.
 
 I tried the spotify client on my server and It can can play, but not
 the plugin.
 
 Please help

Most likely cause is that your receiver can't connect to the helper
application spotifyd.exe - probably because you have a firewall which
blocks this.

Check the helper app log which is available on the settings page for
the plugin - if this does not give any messages about new streaming
connections then its very likely to be a firewall issue.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] New version of OtherPlayers for 7.3

2010-10-03 Thread Sunnysekot

indifference_engine;579065 Wrote: 
 a bit off topic but is this where squeezeir would need to disable
 itself?

I dont think so, because I think OtherPlayers would control the
volume-level of the not-connected player (which might be in another
room anyway) by the controller-wheel, wouldn't it? So SqueezeIR woulnt
be affected, would it?


-- 
Sunnysekot

NAS: QNAP TS119 Version 3.2.6 build 0427T (1,2GHz,512MB)
SC Firmware 7.5.1 r8761, SSOTS 4.8, Squeezecenter 7.5.2 r30889
Devices: 3x Boom 2 x Classic 1 x Duett, 1 x Roku Soundbridge

Sunnysekot's Profile: http://forums.slimdevices.com/member.php?userid=20990
View this thread: http://forums.slimdevices.com/showthread.php?t=57617

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2010-10-03 Thread Sunnysekot


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


Hi great master of the IR-Codes,

just wanted to let you know I replied on your posting in the
otherplayers thread - in short - I dont see any need for deactivating
SqueezeIR for the wanted function. (But will OtherPlayers be updated
anyhow someday? Max Spicer doesnt answer anything it seems, hope he
still has time for this minor important but so satisfying business??)

with many thanks for your great work!


-- 
Sunnysekot

NAS: QNAP TS119 Version 3.2.6 build 0427T (1,2GHz,512MB)
SC Firmware 7.5.1 r8761, SSOTS 4.8, Squeezecenter 7.5.2 r30889
Devices: 3x Boom 2 x Classic 1 x Duett, 1 x Roku Soundbridge

Sunnysekot's Profile: http://forums.slimdevices.com/member.php?userid=20990
View this thread: http://forums.slimdevices.com/showthread.php?t=79524

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread pbol

Triode;580580 Wrote: 
 Most likely cause is that your receiver can't connect to the helper
 application spotifyd.exe - probably because you have a firewall which
 blocks this.
 
 Check the helper app log which is available on the settings page for
 the plugin - if this does not give any messages about new streaming
 connections then its very likely to be a firewall issue.

Hmm, where is the spotifyd.exe located? Any specific ports that should
be open?


-- 
pbol

pbol's Profile: http://forums.slimdevices.com/member.php?userid=17462
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread Triode

pbol;580583 Wrote: 
 Hmm, where is the spotifyd.exe located? Any specific ports that should
 be open?

The port you set in the settings page (default 9001).  The location
should be shown in the helper app log.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread pbol

Triode;580586 Wrote: 
 The port you set in the settings page (default 9001).  The location
 should be shown in the helper app log.

I find it strange that when I look on my server I find no
C:\ProgramData\Squeezebox\Cache\spotifycache

and no

C:\PROGRA~2\SQUEEZ~2\Cache\INSTAL~1\Plugins\Spotify\Bin\MSWIN3~1\spotifyd.exe


I searched my computer for spotifyd.exe, and found nothing
MY LOG

main:422 new connection
[22:40:27.695] main:455 req: cover.jpg res:
2c5f6d607531448a1ff33e01c7750eb43b766797 par: (null) prot: HTTP/1.0
auth: (null)
[22:40:27.804] write_cover:57 cover fetch: No error
[22:40:29.036] main:422 new connection
[22:40:29.099] main:455 req: cover.jpg res:
2c5f6d607531448a1ff33e01c7750eb43b766797 par: (null) prot: HTTP/1.0
auth: (null)
[22:40:29.114] write_cover:57 cover fetch: No error
[22:40:29.239] main:422 new connection
[22:40:29.239] main:455 req: cover.jpg res:
2c5f6d607531448a1ff33e01c7750eb43b766797 par: (null) prot: HTTP/1.0
auth: (null)
[22:40:29.239] write_cover:57 cover fetch: No error
[22:40:40.112] main:325
C:\PROGRA~2\SQUEEZ~2\Cache\INSTAL~1\Plugins\Spotify\Bin\MSWIN3~1\spotifyd.exe
1.0.8 started
[22:40:40.206] main:345 Config: username: spotspottyspot cachedir:
C:\ProgramData\Squeezebox\Cache\spotifycache bitrate: 160 httpport:
9001 cliport: 9090


-- 
pbol

pbol's Profile: http://forums.slimdevices.com/member.php?userid=17462
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2010-10-03 Thread pbol

Triode;580586 Wrote: 
 The port you set in the settings page (default 9001).  The location
 should be shown in the helper app log.

I found it it, windows vista had hidden all the folders and files
(stupid), and the windows firewall blocked the spotifyd.exe, without
prompting.

So I just made an exception for spotidyd.exe in windows firewall.

I have norton firewall too, but it didn´t care.

Now it works amazingly fast.

Great app, thanks!

/peter


-- 
pbol

pbol's Profile: http://forums.slimdevices.com/member.php?userid=17462
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


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

2010-10-03 Thread wonder boy

Thank you Gordon, I don't quite know what to say...err perhaps a good
close manicure might be in order before you begin repairs?


-- 
wonder boy

Squeezebox ex-fan boy and proud...

2x Boom

1x SB3

Just ordered SB Radio...do I need help…I WISHED I HADN’T!!!

wonder boy's Profile: http://forums.slimdevices.com/member.php?userid=15950
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2010-10-03 Thread BoomX2

GoCubs;580428 Wrote: 
 I've gone ahead and posted 5.9.5 to www.gregbrown.net.
 

Thanks Greg!

All is working great.  

I did notice NCAA football scores from yesterday were still showing
today.  I found an extra line of code inadvertently left behind in the
gotCFB sub. .

Removing or commenting out the following at line 5027 fixed it for me.

Thanks again,
Don


Code:

$currentDay = 1;



-- 
BoomX2

BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
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] Grooveshark?

2010-10-03 Thread sunnyshirazian

Grooveshark is something that would add value to the squeezebox name.


-- 
sunnyshirazian

sunnyshirazian's Profile: http://forums.slimdevices.com/member.php?userid=40797
View this thread: http://forums.slimdevices.com/showthread.php?t=78035

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


Re: [SlimDevices: Plugins] SQL Playlist play unwanted genre

2010-10-03 Thread erland

esa;580474 Wrote: 
 
 I don't know the Database structure, so, it is very difficult for me to
 understand the link between tables. Is it a document for this ?
 
There is a wiki page that's fairly updated:
http://wiki.slimdevices.com/index.php/SlimServerDatabaseStructure

esa;580474 Wrote: 
 
 Can you analyze this modification and validate it ?
 
It looks correct, the issue is that earlier you were supposed to join
with:
tracks.id=playlist_track.track 

But this has changed in 7.4 or 7.5 so now you need to use:
tracks.url=playlist_track.track


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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