pafcu / pymplb

Simple python bindings for mplayer slave mode
6 stars 3 forks source link

setting enviroment variables for mplayer process #1

Closed ext closed 13 years ago

ext commented 13 years ago

In certain setups it is desirable to set environmental variables for the mplayer process, especially the DISPLAY variable. I also ran into an issue where trying to read a property always failed because mplayer had outputted a debug string to stdout, which was read instead of the actual property.

pafcu commented 13 years ago

Merged. Thanks for the improvements!