[SlimDevices: Plugins] Re: Slimserver version for IR Blaster?

2006-02-27 Thread fcm4711
Hi Kyle For IR Blaster you'll need FW >= 23 which was included with 6.2.1 (if I am not mistaken). But if you want to use IR Learning and IR Repeater you'll need at least FW >= 29 which is only available through nightlies at the moment. A single-channel emitter should work fine. Cheers Felix -

[SlimDevices: Plugins] Slimserver version for IR Blaster?

2006-02-27 Thread Kyle
Do I need a nightly build for IR Blaster or will 6.2.1 work? Also, will a single-channel emitter work? I've got a couple of those lying around. -- Kyle Kyle's Profile: http://forums.slimdevices.com/member.php?userid=2541

[SlimDevices: Plugins] Re: Live Music Archive plugin question ...

2006-02-27 Thread tvoil
This is by far my favorite plugin. However it seems the new code is having a problem with shows that have different sources on the same day. Looking at the opml it looks like SqueezeNetwork isn't differentiating between the shows when they are cataloged. Every show seems to point to the same so

[SlimDevices: Plugins] Re: Live Music Archive plugin question ...

2006-02-27 Thread woo
just wondering if the LMA is now browsable through the web interface. -dave -- woo woo's Profile: http://forums.slimdevices.com/member.php?userid=3307 View this thread: http://forums.slimdevices.com/showthread.php?t=21456

[SlimDevices: Plugins] Re: Permenant Shadow play

2006-02-27 Thread GoCubs
paulf1965 Wrote: > Wonder if anyone else has experienced this or can replicate it? > Hey Paul- I too have experienced what you describe on a manual or automatic rescan. My solution was just to disable the automatic rescans and manually restart SlimServer whenever a manual rescan completes. N

[SlimDevices: Plugins] Re: Permenant Shadow play

2006-02-27 Thread fcm4711
Hi Paulpaulf1965 Wrote: > Firstly, thanks for a very useful piece of code.You're welcome. paulf1965 Wrote: > I've found that I have a minor issue with the above plugin. It works > absolutely fine, until my automatic re-scan kicks in at 5AM. I can reproduce it in my setup. The problem lies within

[SlimDevices: Plugins] Re: IRBlaster: Change Default Volume

2006-02-27 Thread fcm4711
Hi Kyle That's correct. The stock plugin locks SB volume at 50% (20 on the display) if an ir command is set for either volume up or down. And if you change the value to 100 in the plugin you'll get 40 on the display. Felix -- fcm4711 Everyone said: This cannot be done. But one day someone ca

[SlimDevices: Plugins] Re: IRBlaster: Change Default Volume

2006-02-27 Thread Kyle
fcm4711 Wrote: > Hi Nick > > Please open the Plugin.pm file with an editor and find the following > line in the 'Global variables' section: > > my $gFixedVolume = 50;# Volume set (in SB2/3) if volup or voldown is > used (max is 100) > > Change the default value to your liking. > > You

[SlimDevices: Plugins] Re: Permenant Shadow play

2006-02-27 Thread paulf1965
Hi, Firstly, thanks for a very useful piece of code. My amp is remote from the lounge and this plugin allows me to have a local display in the lounge and keep my better half unaware of all the techie stuff. I've found that I have a minor issue with the above plugin. It works absolutely fine, unt

[SlimDevices: Plugins] Re: AllienBBC stopped playing

2006-02-27 Thread kkken
i increased the internet radio timeout to 60 seconds and everything seems to be ok again, is there something about the BBC or Virgin that is different than the slimdevices picks ? Maybe increasing the internet radio time default may be a good thing ;-) thanks for your help ken -- kkken -

[SlimDevices: Plugins] Re: Live Music Archive plugin question ...

2006-02-27 Thread danaronson
glad you like it, help spread the word! I'll see what I can do about the sorting order. Hitting play on the show vs. hitting play on a specific track is by design, I think it would be confusing telling the SB to play a track and get the whole show instead. -- danaronson --

[SlimDevices: Plugins] Re: Question on iTunesupdate and SB 3 Device

2006-02-27 Thread govardha
I did not like the looks of SoftSqueeze, that said a dedicated device probably will work better. When I wanted to skip to the next song, it seems like it took just about forever to skip over? I should place my order shortly. Gov -- govardha ---

[SlimDevices: Plugins] Re: XM Radio Plugin Sound Quality

2006-02-27 Thread GoCubs
Alabamatodd Wrote: > > Roku SoundBridge 1001 > Although it would probably not make much of a difference on a 64kb stream, I'd swap the POS Roku with a SB :) -Greg -- GoCubs GoCubs's Profile: http://forums.slimdevices.c

[SlimDevices: Plugins] Re: KDF's alarm plugin: some questions

2006-02-27 Thread gorman
Many thanks to both of you. Now everything is clear(er). :) Cheers! -- gorman gorman's Profile: http://forums.slimdevices.com/member.php?userid=56 View this thread: http://forums.slimdevices.com/showthread.php?t=21548 __

Re: [SlimDevices: Plugins] KDF's alarm plugin: some questions

2006-02-27 Thread kdf
On 27-Feb-06, at 3:36 AM, gorman wrote: I'll try to keep it simple :) 1) The plugin says in the web interface "This player can have up to 8 alarms: one alarm that goes off every day and individual alarms for each day of the week." To get up to 8 alarms I have to install several instances of t

[SlimDevices: Plugins] Re: pfarrell's MusicUtil

2006-02-27 Thread Kyle
I never got it working because Amazon changed their login system, so the code is outdated. I corresponded with Pat about it, and he said he would probably eventually change it, but I don't know if he has or not. I manually downloaded art with Tag&Rename, which took awhile, but it's done. -- Ky

[SlimDevices: Plugins] Re: pfarrell's MusicUtil

2006-02-27 Thread rupped
Kyle- Did you get this working? I am experiencing the same failure (no config file) Thanks David -- rupped rupped's Profile: http://forums.slimdevices.com/member.php?userid=305 View this thread: http://forums.slimdevic

[SlimDevices: Plugins] ANNOUNCE: Lyrics.pm Version 0.6

2006-02-27 Thread lsmithso
I'm pleased to announce Version 0.6 of Lyrics.pm - a plugin that displays the lyrics for the current song on the Squeezebox display. Get it from http://slimlyrics.sourceforge.net This version displays lyrics from the local ID3 tag, if any. Otherwise it gets them from the server. -- lsmithso

Re: [SlimDevices: Plugins] KDF's alarm plugin: some questions

2006-02-27 Thread Michael Herger
1) The plugin says in the web interface "This player can have up to 8 alarms: one alarm that goes off every day and individual alarms for each day of the week." This is the standard alarm's introduction. I guess Kevin simply used the same string token when they still were the same. In the mean

[SlimDevices: Plugins] Re: IRBlaster: Change Default Volume

2006-02-27 Thread fcm4711
Hi Nick Please open the Plugin.pm file with an editor and find the following line in the 'Global variables' section: my $gFixedVolume = 50; # Volume set (in SB2/3) if volup or voldown is used (max is 100) Change the default value to your liking. You need to restart SlimServer. Cheers Felix

[SlimDevices: Plugins] Dynamic Transition Updater question

2006-02-27 Thread gorman
When this plugin is activated, what happens to the Crossfade settings in the standard web server interface? They get ignored by Slimserver, so I can forget about what they say? -- gorman gorman's Profile: http://forums.sli

[SlimDevices: Plugins] KDF's alarm plugin: some questions

2006-02-27 Thread gorman
I'll try to keep it simple :) 1) The plugin says in the web interface "This player can have up to 8 alarms: one alarm that goes off every day and individual alarms for each day of the week." To get up to 8 alarms I have to install several instances of this plugin, right? So that I will have Alarm

[SlimDevices: Plugins] code example using Audio::WAV

2006-02-27 Thread mwphoto
Hi, Apologies for a cross post, I've developed some code (that may turn into a plugin) which is relevant for Audiophiles (so I posted it over on the audiophile forum). However I suspect there may some interest in this forum as well, and I'm not sure if there is much of a shared audience between t

[SlimDevices: Plugins] Re: Question on iTunesupdate and SB 3 Device

2006-02-27 Thread el payo
James Wrote: > > The keys used to work everywhere but I am not sure if that's the case > any more, because holding the numbers now defaults to activating saved > favourites. Ratings also work in the 'Now Playing' screen on the SB3, which is how I tend to enter my ratings. -- el payo

[SlimDevices: Plugins] Re: Question on iTunesupdate and SB 3 Device

2006-02-27 Thread James
Yes, you can. You can hold the number keys 0-5 while in the iTunes Update menu to rate the current song. The keys used to work everywhere but I am not sure if that's the case any more, because holding the numbers now defaults to activating saved favourites. (You can always use SoftSqueeze to see