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-mp3You 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/folderYou 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-RadioYou can stop the actual reproduction
:VstopIf you playing a folder you can skip the current track
:VskipIf you want pause the current track
:Vpause
:Vp " swap the pause stateIf 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.