Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72848 > unrolled thread

Re: Automating windows media player on win7

Started byMichael Torrie <torriem@gmail.com>
First post2014-06-06 08:40 -0600
Last post2014-06-06 08:40 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Automating windows media player on win7 Michael Torrie <torriem@gmail.com> - 2014-06-06 08:40 -0600

#72848 — Re: Automating windows media player on win7

FromMichael Torrie <torriem@gmail.com>
Date2014-06-06 08:40 -0600
SubjectRe: Automating windows media player on win7
Message-ID<mailman.10816.1402065653.18130.python-list@python.org>
On 06/06/2014 07:39 AM, Deogratius Musiige wrote:
> Thanks a lot mate. 
> 
> You just made my day. 
> I have looked around the net but cannot find the controls available. 
> 
> I would like to be able to:
> - get current playing track
> - get wmplayer state (playing/paused/stopped)
> - get the selected sound device

You might want to ask on the python win32-specific mailing list.
https://mail.python.org/mailman/listinfo/python-win32

If you're not married to Windows Media Player, VLC is designed for this
sort of thing.  It's fully remoteable using a simple socket interface.

 https://github.com/CodeSturgeon/vlcrc

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web