kmusk01 Wrote:Is it possible to get this awesome app to open something other than an exe file?
I am trying to open a media playlist. This is controled from down stairs so we can listen to music throughout the house. I normally have it up at all times on htpc. This way I only have to hit play on my remote and music starts.
Currently with your app I can get media player to open, but then i have to select the playlist manually. This defeats the purpose of me being able to just hit play.
The playlist extension is: .wpl. when I try to start that I get an error saying this is not a windows program.
Thanks,
Ken~
Hi Ken,
yes that should definately be possible. All that is needed is to figure out which application that should open the playlist and then give the playlist as an argument to that application.
In this case I assume that it is Windows Media Player that you're using?
Then, you just use the path to windows media player and add the path to the playlist as an argument:
C:\Program Files\Windows Media Player/wmplayer.exe "C:\Users\a\Music\Playlists\MyPlaylist.wpl"
or even:
C:\Program Files\Windows Media Player/wmplayer.exe /Playlist MyPlaylist
So the configuration entry in Remote Launcher Server would be something like:
Play MyPlaylist
Start wmplayer with MyPlaylist
C:\Program Files\Windows Media Player/wmplayer.exe /Playlist MyPlaylist
Hope that helps!