crazydevman / mute-profanity

XBMC add-on used to mute profanity
GNU General Public License v3.0
33 stars 14 forks source link

Change check_output to Popen for subprocesses #4

Closed crazydevman closed 12 years ago

crazydevman commented 12 years ago

As fauxpaux pointed out, check_output will not work for mac clients since XBMC uses python 2.6 in the mac version. Also, the mkvextract and MP4Box executables can return progress information that we should be reading to update the progress bar in the UI. This task is for changing the check_output to Popen to make these things possible.

crazydevman commented 12 years ago

Completed in current version