Vim simple music player plugin.
Oscar Andrés Granada @oagranada
Install gstreamer tools, in debian systems use apt:
apt-get install python-gst-1.0 python-gst0.10 gstreamer0.10-fluendo-mp3 gstreamer1.0-fluendo-mp3
You can use Vundle to install it:
" Put the next line in your .vimrc file
Bundle 'ogranada/vlayer'
Play a single file or a entire folder with Vplay:
:Vplay /home/user/Music/testfile.ogg
" Or "
:Vplay /home/user/Music/folder
You can play web media files especifying the protocol
:Vplay http://upload.wikimedia.org/wikipedia/commons/4/40/Elephant_voice_-_trumpeting.ogg
:Vplay http://listen.radionomy.com/Thrash-Zone-Radio
You can stop the actual reproduction
:Vstop
If you playing a folder you can skip the current track
:Vskip
If you want pause the current track
:Vpause
:Vp " swap the pause state
If you want play the current paused track
:Vunpause
:Vp " swap the pause state
- Make current playing action
TO DO
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.