shidarin / RipMaster

Extract, convert and transcode bluray and dvd rips. Preserve HD audio and subtitles while resizing. Individual settings per movie.
MIT License
4 stars 1 forks source link

Replace use of os.popen #19

Open shidarin opened 11 years ago

shidarin commented 11 years ago

Last time I tried the alternatives to os.popen, I couldn't get anything to work like os.popen did. Now that time has passed, let's try again.

shidarin commented 11 years ago

We'll be replacing os.popen and os.system with subprocess

shidarin commented 10 years ago

3d61b183cb024e624e7438dfa9dea4f29c7976fa began the process of switching our older shell calls into subprocess.