motey / MPSteam

Tiny plugin for MediaPortal for starting Valves Steam from Homemenu
Other
1 stars 0 forks source link

Stop current playback when openening steam #20

Closed jensbuehl closed 10 years ago

jensbuehl commented 10 years ago

Stop current playback when openening steam.

Automatically stop music or video playback before starting steam. Which API-Call is needed for that?

motey commented 10 years ago

Maybe this helps: https://github.com/MediaPortal/MediaPortal-1/blob/master/mediaportal/MediaPortal.Application/MediaPortal.cs#L2319

jensbuehl commented 10 years ago

Either this way or sending the windows "StopMedia" keystroke. I'll test it @home.

SendKeys.Send(Keys.MediaStop.ToString());