[SlimDevices: Plugins] Re: Announce: New Plugin: GrabPlaylist

2005-08-10 Thread kolding

I've put version 0.2 up at:
http://www.aracnet.com/~kolding/GrabPlaylist.pm
Fixes a minor bug in the display.


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


[SlimDevices: Plugins] Re: Announce: New Plugin: GrabPlaylist

2005-08-11 Thread kolding

radish Wrote: 
> Sounds good (will try it tonight). Can I ask a couple of questions -
> 
> * Would it be possible to also "push" a playlist to another player? So
> if I'm moving from room A to room B I can start the music playing in A
> before I leave B?
> 
That would be an easy enough tweak.  Basically, you just reverse the
source and destination.
> 
> * Can I (optionally) stop playback on the player from which the
> playlist has been pushed/pulled?
> 
Right now it automatically stops the remote machine and starts the new
one.  Haven't gotten around to making it work both ways.
> 
> * Any chance of starting playback on the new player at approx the
> current position in the current track? 
> 
Wish I knew how.  I saw some other plugin that did something like that
once, save bookmarks, or some such, but the technique didn't seem to
work well anymore.


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


[SlimDevices: Plugins] Re: Announce: New Plugin: GrabPlaylist

2005-08-14 Thread kolding

kdf Wrote: 
> Quoting kolding  forums.slimdevices.com>:
> 
> 
> > Wish I knew how.  I saw some other plugin that did something like
> that
> > once, save bookmarks, or some such, but the technique didn't seem to
> > work well anymore.
> 
> The change to handle playlists in the db caused a hiccup for a few
> days, but it
> should be working now.  What issues did you have with the technique?
> 
> -kdf

I'd pulled up some code long ago, that seemed to stop working around
the later 5.X's.  I noticed that you updated the bookmark plugin for
6.1, so I'll take a look at what the current interface is, and see if I
can put it in here.  It looks like what's there is fairly
straightforward, so I'll probably update that when I get a chance.

Eric

Eric


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


[SlimDevices: Plugins] Re: Announce: New Plugin: GrabPlaylist

2005-09-13 Thread kolding

radish Wrote: 
> Eric
> 
> Just wanted to bring this one back up :)  I just got around to
> installing the GrabPlaylist plugin and it's really useful - thanks!
> 
> I also decided to try and add the resume functionality we were
> discussing. I downloaded kdf's Bookmark plugin (the latest 6.1 version)
> and copied the (very simple) mechanism for grabbing the offset and
> jumping back to it. The only problem is it doesn't work. After tearing
> out much hair and trying to figure out what I was doing wrong I decided
> to actually test the bookmark plugin and found that didn't work either -
> so it's not entirely my fault :) 
> 
> Anyway, I'd still like to get this working so if kdf or anyone else
> could give me a suggestion I'd appreciate it. The problem seems to be
> that I execute play(), then gototime(), but then about 0.5 secs later
> the log has a "track start event" - which makes me think there's
> something async going on there causing playback to jump back to 0:00.
> Ideas? It may be obvious that I really don't know my way around this
> codebase yet :)

Sorry I haven't gotten back to you, but, well, I've been swamped. 
Unfortunately (for you, not for me), I'm getting married real soon now,
and I'm not going to have a chance to bang on this for a while, probably
once I get back in late October.  But I do hope to give it a try around
then

Let me know if you get anything working...

Eric


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


[SlimDevices: Plugins] Re: Small bug with GrabPlaylist plugin

2005-10-26 Thread kolding

radish Wrote: 
> I've noticed that the name of the plugin (i.e. "Grab Playlist") doesn't
> seem to get populated until you go to the plugins page on the web
> interface. Until then, if you have it on your main menu (as I do) the
> entry is blank. I took a quick look at the code but don't see any
> obvious issue.

I'll add a fix for this in the next couple of days.  I was out of the
country for a while, and never got a chance to see this...

Eric


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


[SlimDevices: Plugins] Re: Small bug with GrabPlaylist plugin

2005-11-05 Thread kolding

radish Wrote: 
> I've noticed that the name of the plugin (i.e. "Grab Playlist") doesn't
> seem to get populated until you go to the plugins page on the web
> interface. Until then, if you have it on your main menu (as I do) the
> entry is blank. I took a quick look at the code but don't see any
> obvious issue.

Ok, I finally got around to fixing this.  I was being entirely too
clever for my own good.  The problem wasn't in the strings, although
there was a problem there (known issues when you change languages), but
in the enabled() function.  Why I couldn't just return 1 is beyond me.

Please go and grab version 0.3, which is at:
http://www.aracnet.com/~kolding/GrabPlaylist.pm

Seems to be working a lot better right now.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=16461

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


[SlimDevices: Plugins] Re: Announce: New Plugin: GrabPlaylist

2005-11-05 Thread kolding

New version's available, 0.3, which seems to work a bit better.

http://www.aracnet.com/~kolding/GrabPlaylist.pm
Also at
http://www.koldware.com/SlimStuff/GrabPlaylist.pm

Still no update on the transfer of the time function, but I'll try to
get that in for a 0.4 release.  I'm also thinking of adding a push
feature, if you desire to annoy others in the house...

Eric
[EMAIL PROTECTED]


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=15431

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


[SlimDevices: Plugins] Re: Small bug with GrabPlaylist plugin

2005-11-09 Thread kolding

kolding Wrote: 
> Ok, I finally got around to fixing this.  I was being entirely too
> clever for my own good.  The problem wasn't in the strings, although
> there was a problem there (known issues when you change languages), but
> in the enabled() function.  Why I couldn't just return 1 is beyond me.
> 

Ok, now I remember why I was so clever.  Turns out there's a small
problem in the current build.  It will crash if you attempt to use it
and you only have one player recognized.  I'll try to get a fix in
soon.


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=16461

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


[SlimDevices: Plugins] GrabPlaylist updated...

2005-11-19 Thread kolding

I just updated GrabPlaylist to version 0.5.
Two new fixes (lightly tested).
1: If you press the "Add Playlist" button, you can push the current
playlist to the remote player.  Pressing "Play" pulls the remote
playlist to the current player.
2: It now doesn't crash the server if you have only one player.

It's at http://www.koldware.com/SlimStuff/GrabPlaylist.pm

As always, let me know if you have any problems.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=18349

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


[SlimDevices: Plugins] Announce: New Plugin: GrabPlaylist

2005-07-30 Thread kolding

If you have more than one Slim device, occassionally you'll want to move
your playlist from one player to another, without necessarily synching
the players up (like when your SO kicks you out of the bedroom and you
have to go listen in the living room).

I've put up a new Plugin which does this, similar to the follow me
script that somebody had written years ago, but it works entirely from
the remote.

Enjoy.  Let me know if you love it, don't tell me if it sucks :-)

http://www.aracnet.com/~kolding/GrabPlaylist.pm

Eric
[EMAIL PROTECTED]


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


Re: [SlimDevices: Plugins] ResetVolume and 7.6.1

2020-06-19 Thread kolding


My plugins currently are in github.   Need to resurrect them.   You
should be able to install a version via this link:

https://github.com/koldinger/ResetVolume/archive/master.zip



See my plugins at http://www.koldware.com/SlimStuff
The Synchronizer, GrabPlaylist, ResetVolume, and RemovePlayedSongs
--
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SqueezeBox Radio
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=89552

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2009-06-22 Thread kolding

Kaizen28;434326 Wrote: 
> Hi All
> 
> I've just upgraded to SC 7.3.3 and also installed ResetVolume for the
> first time.
> 
> I see the plugin is installed when looking at the plugin list but what
> do I do next? I've briefly scanned through other menu options but
> nothing has caught my eye.
> 
> My apologies for such a basic question but I'm stumped.

ResetVolume works on a player by player basis.

Go to the player settings page, and select ResetVolume.
Or use the remote on the players, Extras->ResetVolume.
There's no controller interface.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2009-06-23 Thread kolding

Kaizen28;434434 Wrote: 
> Hi Eric
> 
> I think this where there is a problem. Under the player tab, for a
> given player, I have: Basic Settings; Alarm Clock; Audio etc.
> 
> I don't see ResetVolume.

That's where it should be.  Must be something wrong with your
installation.

Silly question, but have you restarted SqueezeCenter since you
installed the plugin?

Look in your server log, make sure it has a line about "Enabling
plugin: [Plugins::ResetVolume::Plugin]".  You should see a message there
telling you that either it's been enabled, or a bunch of stuff about it
failing.

Which version of SC are you on?  7.3.3 I think you said?  Which OS?

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2009-06-24 Thread kolding

Kaizen28;434820 Wrote: 
> Hi
> 
> Thanks! I found the following in the log:
> 
> "Warning: Module [Plugins::ResetVolume::Plugin] failed to load:
> Can't locate Plugins/ResetVolume/Plugin.pm"
> 
> I must have done something wrong during installation even though the
> plugin is shown in the list of plugins. It was extracted to:
> c:\Program Files\SqueezeCenter\server\plugins\ResetVolume
> 
> Yes, 7.3.3 on XP.

Is that the right location?  I think that may be the location for
plugins which come with SqueezeCenter, not add-ons.  But I use Linux,
not windows, so you'd have to ask somebody who knows more about how it
installs there.

Try using the extension downloader.  Delete what you've got, and go to
the Extension Downloader and add the repository
http://www.koldware.com/SlimStuff/repodata.xml

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] Does iPeng use coverflow?

2009-07-17 Thread kolding

pnam;440335 Wrote: 
> Cover flow would make iPeng perfect. To be fair, it's already almost
> perfect and 10x better than the dreaded Controller.

I never understand why people malign the controller.  I actually prefer
it to iPeng.  Don't get me wrong, iPeng is nice, but I find the
controller quicker to get started, and just as easy to use.  iPeng has
some issues beyond a couple of players, for instance.

Plus, iPeng is on my phone, and I'm not sure where my phone is at any
point ;-)  The controller's there in the charger.

Eric


-- 
kolding

See my plugins at http://www.koldware.com/SlimStuff
The Synchronizer, GrabPlaylist, ResetVolume, and RemovePlayedSongs
--
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=57343

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


Re: [SlimDevices: Plugins] Follow me music

2009-08-19 Thread kolding

JohnsonChris;448177 Wrote: 
> Hi there all,
> 
> Quick question for you - I have a SB3 and Boom, and was wondering if
> anyone has thought about a "follow me" option in the SC menu on the
> players. Here's the example:
> 
> I'm in the lounge listening to music on my SB3. I select "Follow me
> ..." from the menu and it responds with the players attached to my SC
> server. I choose the player I want, in this case my SB Boom.
> 
> After a pre-determind amount of time (configurable in the plugin
> interface of the Web page) my SB3 is switched off, the playlist
> transferred to the Boom, which is powered up and picks up the playlist
> where it left off.
> 
> Anyone seen this being configured as a 3rd party plugin?
> Cheers,
> C.


GrabPlaylist is your friend.   http://www.koldware.com/SlimStuff

Eric


-- 
kolding

See my plugins at http://www.koldware.com/SlimStuff
The Synchronizer, GrabPlaylist, ResetVolume, and RemovePlayedSongs
--
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=66634

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer 0.7

2009-08-28 Thread kolding

nowork;452518 Wrote: 
> Hi,
> 
> I use and enjoy The Synchronizer Plugin everyday.
> 
> I have a few suggestions:
> 1) Timed Sync Sets - Sync some players for a fixed and repeatable
> time.
> I want my wakeup alarm to be on a few players and synchronized in the
> morning when I wander around the house.  At night I want the players to
> be fully independent and playing different music for different people in
> the house.
> 

Isn't there some sort of timer plugin that you can tell to do things at
certain times of the day?  If that can execute a CLI command, it could
do this.
But I don't really have any plans for it.

> 
> 2) Power on Players, to be sticky to individual Sync Sets and
> individual players.
> On some Sync Sets, I want all the players to be all powered. On some
> Sync Sets, I just want the players already on, and playing to be
> syncronized.
> 

Yeah, working on it.  Ish.  When I have the time.  It makes the UI a
bit messy in that configuration screen.  Also, if I do this, it will
make the current configurations invalid.


-- 
kolding

See my plugins at http://www.koldware.com/SlimStuff
The Synchronizer, GrabPlaylist, ResetVolume, and RemovePlayedSongs
--
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox 1 -> AudioEngine A2's
SqueezeBox Boom x 2
SliMP3 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51760

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


[SlimDevices: Plugins] GrabPlaylist for SqueezeCenter 7

2007-11-27 Thread kolding

I've updated GrabPlaylist for SqueezeCenter 7.
At this point, it's still pretty raw, but please, check it out and let
me know if you run into any bugs.

Avalaible at
http://koldware.com/SlimStuff/Plugins-GrabPlaylist-Plugin.zip


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=40637

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


Re: [SlimDevices: Plugins] Timed on/off display plugin for SC7?

2008-01-13 Thread kolding

I was just about to write Felix about hacking on his Autodisplay for SC
7.  I've got a pretty primitive version, not yet ready for primetime,
but mostly doing it's thing.  No web interface, only programmable from
the display.

Felix, if you're reading this, let me know if you'd like my changes, or
if you've got something in place already.  I'll try to find your email
and touch base with you that way too.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42199

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


Re: [SlimDevices: Plugins] Timed on/off display plugin for SC7?

2008-01-14 Thread kolding

Let me know if you need any help.  Like I said, I've got the main flow
mostly hacked, but not the settings page.  If nothing else, it's been a
good place to try to figure out a bit more about SC7 plugins.

Apparently us Portlanders really like the screen to shut down at
night

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42199

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


[SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-01-27 Thread kolding

I have a new plugin up, The Synchronizer.
The Synchronizer attempts to emulate something of the Sonos idea of
zones, allowing you to create a sets of players you want to synchronize
together, and quickly activate the set.  For instance, you have 4
players, say bedroom, study, living room, outside, you could create a
set for bedroom and study, and leave the other's unsynchronized.  You
could also create a set where the study and living room are
synchronized together, as are the outside and study are synchronized
together.  You can create an arbitrary number of sets, and switch
easily between them.

Available at
http://www.koldware.com/SlimStuff/Plugins-Synchronizer-Plugin.zip

This is brand new, and pretty much beta quality.  Please, give it a
spin and let me know if you like, or if you have problems.

Now, if only I had a Squeezebox Controller to port the control
interface to that

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Timed on/off display plugin for SC7?

2008-01-28 Thread kolding

I've hacked one together.  Seems to mostly do the trick.  This is not
the official version that Tobias is working on, but I wanted to learn a
bit more about settings pages and SC7.

It's pretty rough.  Use at your own risk.  Seems to work for me.

It's available at
http://www.koldware.com/SlimStuff/Plugins-AutoDisplay-Plugin.zip

If anybody wants to hack further, feel free.


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42199

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-01-30 Thread kolding

Updated to 0.3, and added a few new capabilities through the web
interface.  Can now synchronize all players to one, or unsynchronize
everything, through the settings page.

http://www.koldware.com/SlimStuff/Plugins-Synchronizer-Plugin.zip

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-05 Thread kolding

Eric Seaberg;265940 Wrote: 
> OK... I'll be patient!  This plug-in was one of the reasons I was
> holding out on moving to SlimCenter.
> 
> Thanks for all the original work you did!!

There's an unofficial version under:
http://www.koldware.com/SlimStuff

It seems to work.  I'm talking with Tobias about merging with his
changes, or making it official, or whatever.

Have you tried that?  Is it giving problems?

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-05 Thread kolding

kdf;265996 Wrote: 
> >
> 
> > There's an unofficial version under:
> > http://www.koldware.com/SlimStuff
> 
> The link there is currently pointing to the Synchronizer plugin
> 

Bad Programmer, cut and paste is not your friend.
Link is now fixed, thanks

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-05 Thread kolding

There was a discussion of that over in the developers forum a while
back, but it doesn't look like much has changed.

One thing that really stands out as weird are these two lines:

Code:


  2586  01-30-08 23:36   lib/AutoDisplay/PlayerSettings.pm
  2594  01-30-08 23:36   lib/Plugins/AutoDisplay/PlayerSettings.pm



It seems to be picking up two separate copies of the PlayerSettings.pm
file, which only differ by a comment line inserted at the start of the
file (I believe it's specifying a path for debugging).

I'm fairly certain I'm using the tool correctly.  It builds a .par file
which seem to work, and any other permutations I've tried fail.  The
extra stuff just appears to be annoying.  Hopefully the SlimDevices
folks will get to this once SC7 goes gold.

I've looked at this a bit, it appears to me that pp is somehow not
correctly processing the exclude list.  Don't know if it's my version
of pp (stock for Fedora 7, 0.976), or something weird.

Original discussion of this here:
http://forums.slimdevices.com/showthread.php?p=253941

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-06 Thread kolding

Michael Herger;266050 Wrote: 
> > I haven't used the plugin builder script yet, but is it normal for
> the
> > .par to include Perl code from the base SqueezeCenter release?
> 
> No. I'm not sure whether the problem is the way SC is installed on
> Linux  
> now, and the script is assuming a plain SVN checkout? Please file a bug
> 
> report about this.
> 
> Michael

Well, I am pointing at a SVN checkout, not an installed version,
although an installed version does exist on the box, and is running. 
Not sure if the two could be an issue, although that seems a bit odd.

Bug filed, bug 6980 (http://bugs.slimdevices.com/show_bug.cgi?id=6980)

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-02-12 Thread kolding

matthijskoopmans;268593 Wrote: 
> 
> However, when I switch off a synchronised player, I want all players,
> including the master player, to switch off as well (one stop power
> off)... now when I switch off the slave, the master stops playing, but
> does not switch off. 
> 

That's a SqueezeCenter option.  There's a synchronize power option on
each player somewhere.  You'd have to set it for each player, but then
when you powered down any player in a group, all would power down
together.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-02-12 Thread kolding

matthijskoopmans;268525 Wrote: 
> 
> Are you moving this to the plugin section?
> 

Not sure what you mean. It's listed on the PluginsAudio
(http://wiki.slimdevices.com/index.cgi?PluginsAudio ) page.  Of course,
it's also 7.0 only, so public exposure is only so useful at the
moment

Did you mean there, or somewhere else?  Or am I misinterpreting your
question?

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-02-12 Thread kolding

I've updated The Synchronizer, yet again, and moved it's location
slightly.

Due to packaging problems discussed in another thread, I've repackaged
this by hand, rather than using PluginBuilder.  The result is quite a
bit smaller, but doesn't use the par file.  If you get the new version,
please delete your old Plugins/Synchronizer directory before unzipping
the new package. This will prevent the old par file from conflicting
with the new package.

Package is at www.koldware.com/SlimStuff/Synchronizer.zip.

Please let me know if you run into any issues.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-12 Thread kolding

Ok,
Since the last version had issues, like it didn't really work, I've
updated AutoDisplay.  Now it should actually undim the display when the
appropriate time arrives.  I've also cleaned up the scheduling mechanism
a bit.

Due to packaging problems that have been mentioned in this thread, I
repackaged it by hand to include only what's needed, and not to include
a par file.  Hopefully, PluginBuilder will get cleaned up in the future,
and we can make this a bit cleaner.

Anyhow, please give it a try.  This appears to be a lot more solid and
less of a hack.  If the previous was hack/alpha quality, this is
probably all the way up to beta...
http://www.koldware.com/SlimStuff/AutoDisplay.zip

Please, if you give this a shot and encounter any bugs, let me know. 
Thanks...

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Power on when syncing with Other Players

2008-02-15 Thread kolding

NigelMSB;269759 Wrote: 
>  What'd be really nice is a plugin that offered that function and the
> kinds that Other Players does (move playlists back and forth, volume
> control, etc.).  Bonus points for player, web and SBC interfaces.  ;-)

Actually, they're kinda different functionalities.

OtherPlayers operates on one player at a time.
The Synchronizer works on all the players at once.
They're really complimentary, so I don't know that one which does both
really improves things much.

The Synchronizer (and GrabPlaylist, which is kinda like
OtherPlayers-lite, in fact the OP author used some code from
GrabPlaylist) will be growing SBC interfaces as soon as I can get one
to play with.
Web interfaces basically already exist for all the functionality in
OtherPlayers, except the GrabPlaylist type functionality of moving
playlists from one to another.  Maybe I'll add that this weekend,
hmmwife's going to busy anyhow

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43507

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


Re: [SlimDevices: Plugins] Power on when syncing with Other Players

2008-02-15 Thread kolding

You might also be running into bug 7121
(http://bugs.slimdevices.com/show_bug.cgi?id=7121), or something
similar.

I've got a plugin that handles some synchronization things, called The
Synchronizer.  It allows quick syncing of all players to one, or the
creation of "sync sets", where you can pre-specify sets of players that
will be synced together (say, living room and kitchen together, and
study and bedroom together, but separate from the first).  It also has
an option to power on all players when doing a synchronization.  It's
SC7 only, but you're already there.

http://www.koldware.com/SlimStuff/Synchronizer.zip

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43507

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-02-15 Thread kolding

I was bored, this was easy.


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

-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-02-17 Thread kolding

oddquad;270386 Wrote: 
> It would be wonderful to also be able to turn the feature off and on
> with the remote.  Kolding, what do you think? ;)

Yeah, that would be great, wouldn't it :-)

Perhaps if I can find the time.  That's a much bigger hack than this
was.  Porting this guy to SC7 was very easy, as it doesn't have any
options or interface.  That's where things start to get, uh,
interesting.

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-02-18 Thread kolding

kolding;270487 Wrote: 
> Yeah, that would be great, wouldn't it :-)
> 
> Perhaps if I can find the time.  That's a much bigger hack than this
> was.  Porting this guy to SC7 was very easy, as it doesn't have any
> options or interface.  That's where things start to get, uh,
> interesting.

Ok, so the new Knight Rider was really mindless (like that was a
surprise) and I found myself with some time.

I added a menu item to turn it on and off, and also fixed what appeared
to be a bug that I think would have occurred if anybody had tried to run
this while playing music on two SqueezeBoxen at one time.

I've put it on my server, under http://www.koldware.com/SlimStuff

Hopefully pulling off the web will solve the problems some people seem
to have with unzipping (I can't duplicate that, BTW.  Downloads and
unzips fine for me).

Enjoy
Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-02-20 Thread kolding

Updated to fix a bug.  Should handle startup better now, and better
handling of new clients.

In the usual place, http://www.koldware.com/SlimStuff

Eric


-- 
kolding

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


[SlimDevices: Plugins] Announce: New Plugin ResetVolume v0.1

2008-02-25 Thread kolding

George Carlin used to do this bit that went something like this:
Ever get in your car, and start driving to the store.  On your way
there, you turn the radio out to rock out to your favorite tune.  Song
ends when you're in the parking lot, and you go into the store, and
when you come out and start your car, the radio is THIS F**KING
LOUD

ResetVolume will help you avoid that situation.  It allows you to
specify a volume you want your SqueezeBox to set to when it powers up. 
You can have it be quiet everytime it powers up, or you can have it
power up THAT F**KING LOUD!!!  Should you be into that.

At http://koldware.com/SlimStuff

SqueezeCenter 7.0 only.  Right now it can only be configured through
the display, so it won't help Receiver users right now.  I hope to add
SBC support once I can figure that out.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43881

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-03-07 Thread kolding

Daryle Tilroe;276302 Wrote: 
> Hi Eric.  I just upgraded to SlimCenter and was please to find someone
> had ported AutoDisplay.  It was a bit my baby since I rewrote the
> algorithim that didn't work correctly and fixed a few bugs.  The port
> seems to work fine but I'm curious about a few things.
> 
> One quesestion is what did you mean about 'issues' and 'hack'?  I've
> used it forever on two SB3's and one SB2 with SS 6.5.x and earlier
> (since 0.4a I suppose) and not had a problem; rock solid.  What was
> happening?  I know the very earliest versions had some time checking
> that was just not good.
> 
> The other is about your code mods.  Now I'm not really a perl or plugin
> guy so I'm syntactically challenged and a little fuzzy on all the
> variables so bear with me.
> 
> First I see in the main "checkOnOff" where you did some factoring of
> $power which is ok and moved $flag which looks fine as long as it can
> never be undefined as was checked just before where it used to be. 
> Assuming it's OK you might want to move the comment "#If autodisplay
> has been set to "ON" then continue..." to where you moved $flag.  Also
> if you are cleaning this up then perhaps the rest of the defines could
> be moved or removed.
> 
> Second I notice the checking (where "checkOnOff" is called) appears to
> be in a few more places and is called a lot more frequently.  The first
> version only checked every 60 seconds to keep the load down.  This might
> still be desirable.  It is this, previously simple, "setTimer" routine
> that I don't understand now.  It has morphed into something more
> complicated that in turn calls two other complicated funtions: "now"
> and "nextTime".  I don't quite have the mental energy to wade though
> them at 2AM and figure them out.  Perhaps when you have a minute you
> could explain what they do.  My gut feeling is that they may be a lot
> more than required for a simple check every minute and they may be a
> higher load than really needed (particularly with multiple boxes).
> 
> PS.  Thanks again for the port!

Well, by "hack" I meant that at first I did a quick hack of it, before
doing some serious porting work.

As for functions, well,now() returns, well, now, in seconds since
midnight.  nextTime() computes when the next change should take place.

So, now instead of checking every minute, it simply computes when the
next needed transition will be and only sets the timer for then.

The logic behind this was that transitions between bright and dim occur
only twice per day per enabled player, so, no need to check every minute
(1440 times per day) when you really only need to do it twice per day
per player, plus when you turn things off or add new players.  Also has
the advantage that the display goes dim at the time specified (ie,
11:00:00) instead of sometime in the next minute, and it goes dim when
the player powers off, rather than going bright for up to a minute, and
then going dim.

Also, I hate polling.  Just as a matter of principle.  Maybe I've been
working in embedded systems too long :-)

Hey, it seems to work...

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] AutoDisplay (Autodim) with 7.x?

2008-03-07 Thread kolding

servies;276529 Wrote: 
> Look here:
> 
> http://www.koldware.com/SlimStuff/
> 
> I installed it but I can't change any settings, so I'm not sure if it's
> fully functional...

What happens when you try to change settings?  They should work.
Are you using the web interface or the screen?

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=41216

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-03-07 Thread kolding

Daryle Tilroe;276734 Wrote: 
> 
> Well if you are doing that then the whole checkOnOff() is sort of
> redundant.  You could probably simplify it. 

Not really.  You could get a timer notification when the timer was on,
and you'd still need to check when it was turned off

> 
> OTOH, as you note, the polling allows one not to have to check for all
> sorts of conditions like transitions in the player state and changes in
> the on/off times.  Actually doesn't the setTimer routine cycle every
> time slice (second?) anyhow.  Aren't all those extra
> calculations/functions called (ie. nextTime) somewhat more of a load?

setTimer() only gets called from checkOnOff(), and checkOnOff() is only
called if a: the timer fires (twice a day per enabled player), b: a
change in state takes place (player on/off, only a few times a day, or
new player detected, even less often, probably), or c: you change the
options (very infrequently).  I have no idea how the timer mechanism in
SqueezeCenter is implemented.  I'd assume as a priority queue, and this
would be way down that queue most of the time.

Anyhow, it works, and this probably isn't the best forum for a
code/design review.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] AutoDisplay (Autodim) with 7.x?

2008-03-31 Thread kolding

Dpfels;285818 Wrote: 
> Sorry,
> I seem to be having the same problem.
> I have set this up once in the past, but can't seem to find the
> location of the settings this time.
> I have looked under the plugins settings (there is no link next to
> Autodisplay).
> 
> What am I doing wrong?
> Thanks,
> Dan

Settings are on a per-Player basis.  So, more like Settings->Player,
then Auto Dim Display on the pull down menu.

Also on the player itself under Extras->Auto Dim Display.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=41216

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


Re: [SlimDevices: Plugins] Auto Display for v.7

2008-03-31 Thread kolding

peterw;285900 Wrote: 
> Eric, if you're bored... I'd love a feature in AutoDisplay to have it
> automatically brighten the display one stop at dawn and dim it one stop
> at dusk, as I like my players a wee bit brighter when there's sunlight
> streaming in the windows. :-)

Well, there are a couple classes on CPAN to calculate sunset and
sunrise, but it would be a bit interesting to integrate.  You'd have to
enter your latitude and longitude for configuration.

However, having just moved into a new house, probably a while before I
could even think about it

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43104

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-04-07 Thread kolding

rich.simpson;288632 Wrote: 
> Eric - any plans to add this to the controller menu? - It would be very
> cool to have these functions on the controller.
> 

Yeah, I've got plans.  Lots of plans.

Actually, I really want to find some time to do this, but I just moved
into a new house, and well, it's been eating all my time.  Only one
more room to unpack though, so maybe soon.

I've also been hoping to hear about somebody else who got a plugin
working with the Controller menus.  Didn't really want to pioneer
things there.  I haven't seen any that do that yet, not that I've done
any sort of extensive search.

> 
> Ive also noticed that if you have the option to power up the players
> turned on it powers up all players, not just the ones in that sync
> group. Not sure if thats intentional or a bug.
> 

Well, that's what I meant, but I'll take that as an enhancement
request.  The main issue becomes how complex do you want the interface
to become (too many options is bad).  Since the Synchronizer always
does "something" to every single player, it just seemed easier to power
them all on.  You don't really say "sync this group" and power that
group on, but you sync everything to something else (or to nothing
else).  But if I can figure out a good way, I'll do it.  As an aside, I
use the Powersave plugin, which will turn the other players off 15
minutes later, so it doesn't really bother me.  Joe Bob says "Check it
out"...

> 
> Great plugin by the way.
> 
> 

Thanks.


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] AutoDisplay (Autodim) with 7.x?

2008-05-06 Thread kolding

the cosmic gate;296450 Wrote: 
> whats the correct way to instal ?I tried everything :(
> First unzip to the plug in dir that doesnt work, then try to copy some
> thing to diferent dír's .
> please anybody who can help me ?

Did you ever get it figured out?

You should be able to just unzip the AutoDisplay.zip in your Plugins
directory, and restart SqueezeCenter.  You'll have an AutoDisplay
directory tree under your plugins directory, but it should "just
work".

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=41216

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-05-14 Thread kolding

tcutting;301757 Wrote: 
> I can't seem to get this plugin to work.  I downloaded from the link on
> the plugins page which claims v7 compatibility.  It shows on the
> plugins window of settings, and is checked, but songs don't get
> removed.  I tried clearing the cache file, but didn't help.  I also
> don't see the menu for turning off (is that something only on the
> controller?).
> 

Settings are controlled through the remote control on a SqueezeBox w/ a
display.  Extras->RemovePlayedSongs.

There's no support for the SBC at present.  Hopefully soon.
There's also no configuration via the web interface, so if you're using
a Receiver, this is not yet ready.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-05-14 Thread kolding

tcutting;301890 Wrote: 
> Since I don't have actual squeezebox, would this be available on
> SoftSqueeze?  (I'm currently using squeezeslave as my player).

Should be.  It just emulates a SqueezeBox/Transporter, and it's got a
"display", as it were

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-05-14 Thread kolding

tcutting;302092 Wrote: 
> OK... when I use SoftSqueeze as a player, I can get to the extras
> display and enable or disable, and it works.  The problem is, I'm
> generally using Squeezeslave as my player.  I guess it's a problem for
> Duet (SBP/SBC) as well.  Any way to add the enable/disable function to
> the web interface?

Well, there's always a way.
Time, well, not so much right now, sorry.  Maybe somebody else wants to
hack on it.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Auto Dim not working w/ 7.01

2008-05-20 Thread kolding

PRGeno;303564 Wrote: 
> I can confirm the install.xml does have maxversion set to "7.0+" but
> changing it does not fix the problem.  
> 
> With the install.xml set to "7.1+" or "*", AuotDim does dim the display
> at the appropriate time, but the display immediately switches back to
> the previous setting.  
> 
> So the release of 7.01 has broken something in the plugin.

I haven't been able to duplicate the maxVersion problem, but I'll
adjust the version numbers on this and my other plugins in the next
couple of days.

The display coming back on, not sure what's up with that.  Something
happening in the new SqueezeCenter.  It doesn't appear to actually be
coming from the plugin in anyway, so I need to track down why the
server is resetting the brightness and how to get around it.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=47857

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-05-25 Thread kolding

SoftPhill;304813 Wrote: 
> does this work on a mac?

Never tried it, but it doesn't do anything that shouldn't work on a
Mac.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Auto Dim not working w/ 7.01

2008-05-27 Thread kolding

There is definitely something going on in SqueezeCenter 7.0.1.  The
plugin is doing the "right" thing, and invoking the
Client->brightness() call to set the brightness.  However, it appears
the server is somehow retrieving the "off brightness" value for the
players, and resetting that value.  I haven't dug deep, but I can't
seem to figure out exactly where this is getting invoked.

AutoDisplay is probably not going to be working on 7.0.1 given this
"bug".  Maybe a 7.0.2?  Your best bet is probably to move back to 7.0
for the time being.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=47857

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-05-27 Thread kolding

pippin;305371 Wrote: 
> Eric,
> 
> Cool plugin.
> 
> How can one access your plugin's functionality? Do you have a CLI
> command?
> Any documentation?
> 
> Do you know iPeng? It's a plugin to use SC with iPhone/iPod touch.
> I recently added a cool MultiPlayer feature that allows you to access
> all players in one place and synchronize them. Support for your plugin
> would fit in here quite handy ;-)
> 
> Some impression on how it looks now (without your plugin):
> 
> http://forums.slimdevices.com/showpost.php?p=301712&postcount=60

Documentation?  What dat?

I'


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Auto Dim not working w/ 7.01

2008-07-18 Thread kolding

peterw;320192 Wrote: 
> And in future versions of SqueezeCenter, it is very likely that auto
> display will not only be the default, but you won't be able to choose a
> "manual" setting.
> 
> I've just posted a version of AutoDisplay that works with auto
> brightness (and adds support for FuzzyTime, though FuzzyTime is NOT
> required!). Look for the latest AutoDisplay zip file (currently
> AutoDisplay-0.91p.zip) here:
> http://www.tux.org/~peterw/slim/slim7/FuzzyTime/
> 

I've been resisting doing something like this, hoping that the SlimFolk
would "do the right thing" (ie, do what I want them to do) in the
server.  Unfortunately, it looks like they're not going to, based on
recent bug mails.

This solution has a really bad property.  It completely mangles the
settings in the UI.  During the "bright" period, the value of the
powerOffBrightness setting is on thing, and during the "dim" period,
it's something else.  In fact, if I read this code right, if you set
the powerOffBrightness value during the "dim" period, your change in
the setting will be lost next time you transition to the "bright"
period.  I don't think there's really a good answer, other than to
override the values totally in the plugin (ie, have a bright and a dim
value in the plugin UI), but that makes for a very confusing UI. 
Argh

The other choice would be to move this stuff into the server proper. 
That would be the now closed bug 1850
(http://bugs.slimdevices.com/show_bug.cgi?id=1850  ) for those of you
keeping score at home.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=47857

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-07-18 Thread kolding

ModelCitizen;319868 Wrote: 
> Is the Synchronizer a third party plugin still or is it included with
> 7.1/2 (I ask as I seem to have it installed but don't remember
> downloading the plugin seperately).
> 
> 
Yup, you must have grabbed it from me at some point

> 
> Anyway I am finding it very useful and hope it will be developed
> further.
> 

Yeah, I want to add a Controller interface as soon as I can. 
Unfortunately, finding time to actually work on these has been rather
difficult of late.  I was hoping to find some time this week, but no
go.

> 
> Am I right to think that in the web gui to unsynchronize players I
> select the "Unsynchronize all players" option and then hit errr....
> "Synchronize"?   :-)
> 

Yup.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer v0.1

2008-07-18 Thread kolding

ModelCitizen;320117 Wrote: 
> I'm finding that after synchronising my players and then unsynchronising
> them (if I've understood how to do this correctly) despite being stopped
> one seems to keep playing... and keep playing...
> 

Could you repeat it?  Can you describe your setup and what happened in
a bit more detail?  Probably some sort of issue with SqueezeCenter
itself, as all Synchronizer does is say "sync" or "unsync".

Synchronizer apparently doesn't play well with SyncOptions.  Not sure
why, but there seem to be issues.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=42803

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


Re: [SlimDevices: Plugins] Is there an "auto power off" plugin?

2008-08-04 Thread kolding

Yup, it's called PowerSave.

http://ultratrendy.com:31888/slim/

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=50659

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


Re: [SlimDevices: Plugins] PLUGIN Development Help!

2008-08-28 Thread kolding

cparker;333131 Wrote: 
> Take a look at AutoDisplay http://www.koldware.com/SlimStuff/ which can
> turn the display on and off
> 

The version at koldware.com has problems with 7.0.1 and 7.1.  There's a
version here: http://www.tux.org/~peterw/slim/slim7/FuzzyTime/ that
works somewhat better, but still doesn't do quite what I'd like.  I'll
try to incorporate those changes into the mainline one of these days.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51567

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


Re: [SlimDevices: Plugins] AutoDisplay and 7.2

2008-08-29 Thread kolding

mr_hyde;333568 Wrote: 
> Hi,
> 
> in former versions of SC, it was possible to disable Autobrightness in
> the player settings. This was necessary to get AutoDisplay working
> fine.
> 
> With the official 7.2 i can't find this switch in the player settings
> and Autodisplay is not working anymore. Where is it gone?

It appears to be just gone now.

There's a newer version of AutoDisplay here:
http://www.tux.org/~peterw/slim/slim7/FuzzyTime/
It supposedly works with 7.1 and 7.2, but I haven't tried it.  It's
also a bit awkward, in that if you change the preference during the
"off" period, it won't take.  This is a bit of a side effect of the
changes made in 7.0.1 that broke AutoDisplay to begin with.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51654

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


[SlimDevices: Plugins] Announce: The Synchronizer 0.7

2008-08-30 Thread kolding

Synchronizer 0.7, now with added Jive.
http://www.koldware.com/SlimStuff

The Synchronizer allows you to predefine sets of players to synchronize
together, and quickly switch between sets.  Also allows you to
synchronize all players to one player, or unsynchronize them all
simultaneously.

Now, with a Jive interface, allowing the SB Controller to select
synchronization sets.  You still have to define your sets using the web
interface, but can select via the web UI, the player's display, or the
controller.

This is still Beta-ish.  Please let me know if you have any problems.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51760

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-04 Thread kolding

markstrom;336501 Wrote: 
> ResetVolume should honor the "Alarm Volume" if it is an alarm fires and
> starts the player.
> 
> I clearly noticed when I woke up this morning from a really load bird.

Thanks, I was wondering if it would do that.  Now I don't have to test
;-)

I just posted a new version, 0.2, which fixes a problem in setting the
volume.  Now it should work with 7.2.  At
http://www.koldware.com/SlimStuff

The bug above isn't fixed, obviously, as I just got it.  I'll work on
that, as well as a Web or controller interface so those poor guys with
SBR's/Duet's can use it too.

Eric


-- 
kolding

SliMP3 -> the closet
SqueezeBox 1 -> Bose Soundwave
SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-04 Thread kolding

MeSue;336633 Wrote: 
> I'm going to try this plugin. The last few days I have blasted my ear
> drums by turning the Boom on in the bedroom after having used it
> previously outside at high volume.
> 
> Does it reset the volume every time the player is turned on, or only
> when it is disconnected from power? The second option would be my
> preference, but either way is better than going deaf. ;-) 
> 
> And can it be enabled for only one player?

Everytime it's turned on.
Set on a player by player basis.  Currently only on players with
displays.

I'll be adding some new features soon.
1: Don't do anything on alarms (turns out to be real easy)
2: Be able to specify not to raise the volume, only lower it (so if you
had it really soft for a reason, it will stay there).
3: Web UI.
4: Jive/Controller UI if I can figure it all out.

Hopefully a quick turn around on these, but no promises.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-04 Thread kolding

markstrom;336670 Wrote: 
> Great, this is one of the simples plugins and you use it all the time
> without even knowing it's there. To disable it and keep using the alarm
> was never an option for me.

Try pulling it down again and let me know how it works.  Should honor
the alarm now, or more precisely, do nothing when there's an alarm
happening.
http://www.koldware.com/SlimStuff

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-05 Thread kolding

rickwookie;336952 Wrote: 
> I like this plugin. It's like when I get in my wifes car and am blasted
> by the stereo every time I start the car, unlike in my car, where if
> the stereo was left on last time, it restarts at a sensible low
> volume.
> 

This was actually inspired by an old George Carlin sketch.  Went pretty
much like "Ever drive to the grocery store, and you hear a great song on
the radio, so you crank it up.  When the song is over, you go into the
store.  When you come back out, you turn on your car and the radio is
THIS F**KING LOUD!!!"

I will say that Audi stereos do reset the volume to a reasonable level
when powered off.  Kind a nice.  Maybe your wife needs an Audi next
time?  (come on Audi, let's get some free swag over here.)
> 
> A couple of suggestions though:
> The enable/disable menu might be more intuitive using the little
> toggle circle thingy (don't know the officical name) to make it clear
> what the current state is.
> 
You mean a checkbox?  Not a bad idea, if I can figure out how.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-08 Thread kolding

I've updated ResetVolume to version 0.5.
This adds two new features.
1: A web UI.  This will make it at least usable for Duet/SBR users who
don't have a display.
2: An option to have it not raise the volume on power up.  Thus, if you
had set the volume to 25 when you last listened, and your reset volume
was 50, you'd come up at 25, but if you'd listened at 75, you'd come up
at 50.

This version is marked as 7.2 and better.  It uses a feature which I
think is part of SqueezeJS, so it should work on 7.1 and later, but I
haven't tested it there, so it's marked 7.2.  Version 0.4 is also
available, but doesn't have the Web UI.  It should work on 7.0 and
later.

Enjoy, and please let me know if there are any problems.
http://www.koldware.com/SlimStuff

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-09 Thread kolding

MeSue;338266 Wrote: 
> Hi Eric.
> 
> I installed the new version this morning. The new options are there,
> but the actual volume resetting is not working. I set to to only lower
> the volume and not raise it, but when I power off and on or even
> completely unplug it, the volume is not going back to the default. 
> 
> This is on a SBBoom. I have the default set to 50 and when I brought it
> from outside today and plugged it in, it was still on 70-something.
> Turned it off and on several times after that and it never changed
> volume. Went back into settings and everything is set how it should be.

Weird.  Works perfectly for me, on everything I've got to test it on.

Can you get a server log with plugin.resetvolume set to debug, and send
it to me via PM?

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-09 Thread kolding

markstrom;338586 Wrote: 
> All features works fine for me.
> 
> I'll try waking up to an ambulance tomorrow morning.

I'm going to hope you mean some sort of sound effect on the SB, and
that I shouldn't take that too literally.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-09-11 Thread kolding

MeSue;338266 Wrote: 
> Hi Eric.
> 
> I installed the new version this morning. The new options are there,
> but the actual volume resetting is not working. I set to to only lower
> the volume and not raise it, but when I power off and on or even
> completely unplug it, the volume is not going back to the default. 
> 

This problem was related to having the Resume on Power mode set to
play.
I've updated the plugin to version 0.6, and it should fix this
problem.
http://www.koldware.com/SlimStuff

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


[SlimDevices: Plugins] Announce: RemovePlayedSongs 2.1, now with Added Jive

2008-09-18 Thread kolding

RemovePlayedSongs now has a Jive (SB Controller) interface.  No other
changes.
http://www.koldware.com/SlimStuff

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=52800

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


[SlimDevices: Plugins] Announce: GrabPlaylist 1.1, now with added Jive....

2008-09-22 Thread kolding

GrabPlaylist v. 1.1 is now available.  Now supports the SB Controller/SB
Duet.
http://www.koldware.com/SlimStuff

There's no documentation (documentation is for wimps).  But, in the
players menu, play or center grabs the playlist from the other player,
add sends the playlist to the other player.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=52932

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


Re: [SlimDevices: Plugins] Arbitrary play Plugin?

2008-09-22 Thread kolding

Any server based solution will have one small problem, it's not going to
work well on any box that's not the server.  If you have a file on your
desktop, and you want to play it off the server, well, not so easy. 
You'd first have to copy it to the server, and then tell the server to
play it.

An interesting idea would be a streamer that you could put on your
desktop.  You'd open a file in the streamer app, it would tell
Squeezecenter to start playing a stream that it would feed, and stream
that file out through that stream.  Of course, you'd have to write this
for each major platform, at least some minor changes, but it could be
interesting

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=52806

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer 0.7

2008-11-12 Thread kolding

SoftPhill;357094 Wrote: 
> Hi Eric, i have been playing around with this today. I have 4 players
> and am using 7.2.1. I had 2 questions/observations for you
> 
> 1. When you define the player sets do you have to have a master or can
> you sync, say, the kitchen to the living room and the living room to
> the kitchen?
> 

Sure.  Effectively, everything should sync to the "root" of the tree of
players, so if you sync A to B, and B to C, C should end up with A's
playlist.  You can do the circular thing above, and it will work.  Just
not entirely sure what the playlist will be.

> 
> 2. I was hoping what would be the case with this plugin would be that a
> user defined group would appear as a "phantom" player. So "Downstairs"
> would be the master player interface but control 2 players
> simultaneously and it would appear as a player in its own right.
> I would be interested on your thoughts on whether point 2 would be
> something others might want or whether it is a niche idea? 
> 

This only builds on what SqueezeCenter already has, and since that's
not there, well, sorry.

> 
> Cool plugin BTW, thanks for making it!

Thanks.  BTW, I just upgraded to version 0.8 to support SC 7.3.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51760

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


Re: [SlimDevices: Plugins] ResetVolume and 7.2

2008-11-22 Thread kolding

MeSue;362028 Wrote: 
> I installed SC 7.3 today and reinstalled ResetVolume via the Extension
> Downloader, but now the settings page for ResetVolume is blank when I
> try to pull it up via player settings in the webUI.

Packaging error.  Please remove it and try it again.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51975

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-11-29 Thread kolding

NFLnut;364638 Wrote: 
> For some reason, I can't get this plugin to work anymore. I DID upgrade
> to 7.3, and it DID work previously with 7.0 (I skipped 7.1 and 7.2). I
> intalled ver. 2.3, and enabled it in the settings/plugins, but it just
> won't remove songs. It also doesn't show up in the Extras menu.
> 
> Any ideas?

You probably have version 2.2. It's not compatible with SC 7.3.  The
Sync interfaces changed.
Please grab version 2.3, which hopefully works.
I've seen some problems where it only deletes every other song, and I
can't quite figure out why.  Let me know if you see this.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Help: Problem with Max Spicer's OtherPlayers Plugin

2008-11-30 Thread kolding

indifference_engine;364256 Wrote: 
> 
> 
> In the meantime I'm using GrabPlaylist which does work but I like the
> sound of OtherPlayers more (no offence Eric).
> 

I'm deeply offended, and am going to sit in my house, pout, and move
playlists all around (I wanted to say something about grabbing my
playlist, but that sounded too much like a weird double entendre).

Actually, I use OtherPlayers a bit myself.  I like the ability to turn
off other players from one.  But I use GrabPlaylist for moving
playlists.  Less button pushes.  And I'm real lazy.  

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=55612

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-12-08 Thread kolding

oddquad;367982 Wrote: 
> Same here... 2.3 under 7.3, RemovePlayedSongs doesn't appear under
> 'Extras' in SB3 menu anymore.
> 
> Alas, Alas.  
> 
> :(

I'll check tonight, but if one of you guys could generate a log of you
trying to get it in the menu, that would be great.

You're talking the display menu on the player itself, right?

Have you tried setting it via a controller, or the web interface?  Are
those all showing up?

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Delete Played Songs From Playlist?

2008-12-09 Thread kolding

Please pull down version 2.3.1.  Stupid typo.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=43421

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer 0.7

2009-01-06 Thread kolding

rksingla;379341 Wrote: 
> I tried to download synchronizer 0.9 through the SC 7.3 extension
> manager and I get the error message "The Synchronizer (v0.9) - Failed
> to install (file checksum does not match)."  Any ideas?
> 

Well, there were a couple spaces after the checksum value in the
repository file, but I would have hoped those weren't the problem. 
Maybe a minor bug in the way SqueezeCenter parses those files.  Or else
your download failed for whatever reason.

Anyhow, give it another shot.  I cleaned up the file a bit.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51760

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


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

2009-01-07 Thread kolding

Brian Ritchie;379778 Wrote: 
> 
> So it's still not possible to sync >2 players together without having
> to switch players. (Well, there's The Synchronizer, but it seems to
> require the master (at least) to be stopped.)
> 

Shouldn't have to be stopped.  You should just pick up what's on the
master player for each sync set.  If the master is playing, the whole
sync set should begin playing.  Is that not so?

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

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

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


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

2009-01-07 Thread kolding

Brian Ritchie;380860 Wrote: 
> Tried it just now: with Living Room unsync'd (which may or may not have
> left Kitchen + Upstairs sync'd) and playing, tried Synchronizer / Sync
> all to Living Room, whilst watching Kitchen. Nothing happened - Kitchen
> and Upstairs remained silent.  Nor did either of my pre-cooked groups
> (both with LR as master) work. The built-in Sync i/f shows Living Room
> is still unsync'd (and no sign of a Kichen / Upstairs sync group).
> 
> I'm not in a position to try anything else right now (actually
> listening to music!) but my previous experiences are that even pausing
> the master doesn't work, it has to be Stopped.  Until now, I assumed
> that's just the way it was. So there's hope!
> 
> I have SyncOptions on, with mid-track sync set. Wonder if that could be
> interfering somehow?
> 

Which version of SC and The Synchronizer?

Try turning mid-track sync off, especially if you're on 7.3.  I seem to
remember something about having bad interactions between SyncOptions and
the Synchronizer.  7.3.x really has the mid-track sync by default, but
you'll need the latest version of The Synchronizer to go with it.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

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

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


Re: [SlimDevices: Plugins] Announce: The Synchronizer 0.7

2009-01-10 Thread kolding

Kuben72;382433 Wrote: 
> 0.9.1 works with 7.3.2. Thanks.
> 
> By the way I added the danish translations for the new entries in the
> string.txt file. I have attached it here.

Great, thanks.  Is that you Kurt?

I'll put a version 0.9.2 up soon.  No changes but the translations. 
Also, German translations from Christian Sebok were added in 0.9.1.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=51760

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


Re: [SlimDevices: Plugins] Other Players plugin question

2009-02-15 Thread kolding

I posted a bug about something similar a while back.  The
RemovePlayedSongs plugin seems to screw up the Controller playlist as
it deletes songs.  Couldn't figure out why.  I think I was doing
everything right, but every time a song was removed, the controller
display would go wonky, and stay wonky.

It's bug 9547.

Eric


-- 
kolding

SqueezeBox 2 -> Rotel RSX-1056 -> Totem Acoustic Dreamcatchers
SqueezeBox 3 -> Rotel RX-1052 -> Vandersteen 1B's
SqueezeBox Boom
SliMP3 and Squeezebox 1 -> Retired

kolding's Profile: http://forums.slimdevices.com/member.php?userid=31
View this thread: http://forums.slimdevices.com/showthread.php?t=59232

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