Author |
|
mcable1004 Newbie
Joined: March 22 2007
Online Status: Offline Posts: 15
|
Posted: July 23 2008 at 19:35 | IP Logged
|
|
|
Anyone know how to have PH control multiple instances of Winamp that are running? I know there is the class and path parameters in pwrhome.ini, but I'm not sure if or how that relates. I can start multiple instance of Winamp with a different class name.
My goal is to have multiple sound cards on my computer output to a different receiver. Each receiver would then be a zone in my WHAS. It would allow for each zone to select it's play list and currently playing mp3. I was considering using the PSP pages as the interface so anyone near a computer could control the music.
Other suggestions would be helpful as well
|
Back to Top |
|
|
jbbtex Senior Member
Joined: February 15 2007 Location: United States
Online Status: Offline Posts: 181
|
Posted: July 23 2008 at 22:21 | IP Logged
|
|
|
You might look at eHomeCreations DigitalTools. It's touchscreen software that interfaces well with PH. I use it as a control panel for PH in the kitchen. It also has some built in applications that are handy.
It does multiple WinAmp instances to accomplish just what you're talking about. And allows you to create custom screens.
It used to be feeware, but now requires a license.
http://www.ehomecreations.com
Also, I'll bet someone else will chime in on this one with a solution using just PH.
__________________ Brady
"Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity." - Gen. George S. Patton
|
Back to Top |
|
|
TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: July 23 2008 at 22:57 | IP Logged
|
|
|
AFAIK, PH can only control one instance.
I would love to hear someone chime in with a solution to this, though!
|
Back to Top |
|
|
jbbtex Senior Member
Joined: February 15 2007 Location: United States
Online Status: Offline Posts: 181
|
Posted: August 07 2008 at 16:32 | IP Logged
|
|
|
After playing around a bit I am able to control two instances of WinAmp using the xPL plug-ins for PH and WA.
However, I don't know enought about xPL to do anything other that volume, play, etc. I havent been able to figure out how to get playlist info back from WA.
Edited by jbbtex - August 07 2008 at 16:37
__________________ Brady
"Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity." - Gen. George S. Patton
|
Back to Top |
|
|
eHomeCreations Groupie
Joined: February 02 2007 Location: Ukraine
Online Status: Offline Posts: 64
|
Posted: August 11 2008 at 01:37 | IP Logged
|
|
|
One way to to get a playlist from winamp is though the send message API.
SendMessage hWndWinAMP, WM_USER, 3, WA_WRITEPLAYLIST
hWndWinAMP = the windows handle
WM_USER = Windows API const
WA_WRITEPLAYLIST = winamp API const
This forces it to write out a text file named 'winamp.m3u'
This then needs to be read and parsed.
__________________ --Steve http://www. ehomecreations.com
|
Back to Top |
|
|