Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Controlling Windows Media Player from Python
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Avizoa, post: 1888246"] The fact of the matter is that python doesn't need to ask WMP for the metadata. Python can get the metadata from the file itself and then tell the computer to play the file. If you're looking to do something more complicated, try PyMedia or even download wxPython and take a look at the examples. There's an embedded WMP example. By the way, someone has most likely made a module specifically for reading the metadata from many types of music files, but I don't have time to look. Maybe someone else can point you in the right direction. For telling WMP to play the file you want one of the os.exec variants. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Controlling Windows Media Player from Python
Top