Can i get some sort of "party-mode"?

9 views
Skip to first unread message

milaweb

unread,
Dec 14, 2009, 1:17:42 AM12/14/09
to Alloysoft
Hi there

I just love this little signal on my htpc!!!

Is any of you making some sort of "party mode" with signal(maybe it
can be done with playlists). I would like to get signal to play my
music randomly, if no one is has "ordered" some music.

Is that possible?


/Michael Larsen - DK

Matt Stevens

unread,
Dec 14, 2009, 4:19:38 PM12/14/09
to allo...@googlegroups.com
Hi Michael,

Thanks, glad you like the app! You should be able to do what you want with a
playlist, iTunes and WMP have built-in playlists for all music and it's
possible to create one with Winamp. Start the playlist, toggle shuffle on if
necessary and you're set. I can see how an up-front shuffle everything
option would be useful as well, I'll put that on the request list.

--
Matt Stevens
www.alloysoft.com
> --
>
> You received this message because you are subscribed to the Google Groups
> "Alloysoft" group.
> To post to this group, send email to allo...@googlegroups.com.
> To unsubscribe from this group, send email to
> alloysoft+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/alloysoft?hl=en.
>
>
>

milaweb

unread,
Dec 15, 2009, 3:37:08 AM12/15/09
to Alloysoft
Hi Matt

Thank you! I hadn't noticed the "toggle the playlist's shuffle" in the
documentation. That is it! I use winamp. Would i be better of using
the WMP(better of = less work)? Or would you recommand iTunes? I have
no prefs in this field. I havn't used any of them :-)


/Michael Larsen - DK

Matt Stevens

unread,
Dec 15, 2009, 4:25:25 PM12/15/09
to allo...@googlegroups.com
I'd say stick with what you're using until it stops working for you. They're
all great media players.

--
Matt Stevens
www.alloysoft.com

----- Original Message -----
From: "milaweb" <mil...@gmail.com>
To: "Alloysoft" <allo...@googlegroups.com>

milaweb

unread,
Dec 18, 2009, 9:53:17 AM12/18/09
to Alloysoft
Just to let others, with the same need, know. I have created a
little .NET program that will randomize an existing playlist in winamp
without mouse and keyboard attached.

I do not know if I am allowed to throw my link in here, but I try:
http://www.milasupport.dk/randomize-playlists-in-winamp/


/Michael Larsen - DK

On 15 Dec., 22:25, "Matt Stevens" <m...@alloysoft.com> wrote:
> I'd say stick with what you're using until it stops working for you. They're
> all great media players.
>
> --

Matt Stevens

unread,
Dec 20, 2009, 3:56:44 PM12/20/09
to allo...@googlegroups.com
Cool, thanks for sharing!

If you just want to randomize playback without keeping the playlist to a specific size you should be able to do this by toggling Winamp's shuffle function with the playlist loaded (so you wouldn't need to restart Winamp). Doing that directly through the Winamp API could be accomplished like so:

#define IPC_SET_SHUFFLE 252
// hwnd is a handle to the Winamp window
SendMessage(hwnd, WM_WA_IPC, 0, IPC_SET_SHUFFLE);
SendMessage(hwnd, WM_WA_IPC, 1, IPC_SET_SHUFFLE);

You can also do this through Signal by sending two HTTP POSTs to http://x.x.x.x:3569/xml:

xml=<SetShuffleStateRequest><shuffleState>false</shuffleState></SetShuffleStateRequest>
xml=<SetShuffleStateRequest><shuffleState>true</shuffleState></SetShuffleStateRequest>

--
Matt Stevens
www.alloysoft.com

milaweb

unread,
Dec 29, 2009, 2:57:11 AM12/29/09
to Alloysoft
OK!

Which playlist will it shuffle if i send the xml through signal - is
it the last selected one(i could eg. bookmark these xml-calls in
safir?) ?
It would be alot "cleaner" than having an homewritten program to do
this stuff.

/Michael Larsen - DK


On 20 Dec., 21:56, Matt Stevens <m...@alloysoft.com> wrote:
> Cool, thanks for sharing!
>
> If you just want to randomize playback without keeping the playlist to a specific size you should be able to do this by toggling Winamp's shuffle function with the playlist loaded (so you wouldn't need to restart Winamp). Doing that directly through the Winamp API could be accomplished like so:
>
> #define IPC_SET_SHUFFLE 252
> // hwnd is a handle to the Winamp window
> SendMessage(hwnd, WM_WA_IPC, 0, IPC_SET_SHUFFLE);
> SendMessage(hwnd, WM_WA_IPC, 1, IPC_SET_SHUFFLE);
>

> You can also do this through Signal by sending two HTTP POSTs tohttp://x.x.x.x:3569/xml:


>
> xml=<SetShuffleStateRequest><shuffleState>false</shuffleState></SetShuffleS tateRequest>
> xml=<SetShuffleStateRequest><shuffleState>true</shuffleState></SetShuffleSt ateRequest>
>
> --

> Matt Stevenswww.alloysoft.com

Matt Stevens

unread,
Dec 31, 2009, 10:34:24 PM12/31/09
to allo...@googlegroups.com
It will reshuffle the current playlist's play order by toggling the media player's shuffle option off and then back on. You can also do this through Signal's control interface by tapping on the shuffle icon.

--
Matt Stevens
www.alloysoft.com

milaweb

unread,
Jan 4, 2010, 3:03:43 AM1/4/10
to Alloysoft
Nice!
It had not been necessary to code my little playlist-program, then!
The only advantage of my playlist-program is that you can see what
track the player will play next.

I learn constantly!!!

Thanks Matt

/Michael

Reply all
Reply to author
Forward
0 new messages