On 9/26/05, kdf <[EMAIL PROTECTED]> wrote:
> out of mine too, which is why I've always avoided it :)
> maybe checkboxes could be avoided if a series of onclick events could
> add items to a listref, highlighting the items along the way.  the
> server can take a list for a play command.

I'm looking at this from a DHTML point of view :)

On the server side, I have an addition to RPC.pm that'll take an
arbitrary array of song search hashes, like so:
[
 { genre : 2, artist : 7 },
 { genre : 2, artist : 3 },
 { album : 31 },
 15      // equivalent to { id : 15 }
]

Each of the hashes is passed straight to $ds->find(), and the
resultant list of songs is loaded/added/deleted from/inserted to the
playlist. I don't yet have a way to generate those hashes on the
client, as Pages.pm only provides the attributes list in URL-encoding.
Shouldn't be too hard to parse them out though.

However, I'm no good at UI design either. It'd be nice if someone
could come up with a mock-up of how it should look...

- Jacob
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to