Use vim as a front-end to mpg123
vim-playlist requires a working python install. At the moment, it's tested against python 2.7. I hope to add 3.4 support soon. No additional libraries are required to run the server, although the tests do have a few extra requirements (mock, nose)
:PlaylistLoad path_to_playlist
The line of reasoning that has led me to this point can be summarized as:
- iTunes sucks
- So apparently does everything else
- mpg123 is usable, mostly...
- ...except the console controls aren't reading keyboard events right on my terminal, and frankly are pretty minimal anyway
- The FIFO controls are working fine though
- I should just write a script to manage the FIFO controls
- It would be sweet if that script had a playlist editor
- Even writing a minimal editor is a ton of work