Hacker News new | ask | show | jobs
by canada_dry 2105 days ago
Getting mp3 to play on linux via python for some reason has been a challenge, and I ended up using this abomination:

  subprocess.Popen(['cvlc','--play-and-exit','/home/me/music/trumpet.mp3'])  
Going to give your library a try!
1 comments

This doesn't look like an abomination to me!