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


Groups > comp.lang.python > #72848

Re: Automating windows media player on win7

Date 2014-06-06 08:40 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: Automating windows media player on win7
References <A804AEE67207BF42BAF8CEC79839C8D613BF3275@kbnmxexc11.Demant.com> <538F7219.2020705@mrabarnett.plus.com> <A804AEE67207BF42BAF8CEC79839C8D613BF85BA@kbnmxexc11.Demant.com>
Newsgroups comp.lang.python
Message-ID <mailman.10816.1402065653.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web