Index of /projects/vimmpc

      Name                    Last modified      Size  Description
Parent Directory - vimmpc-20070410.tar.gz 2010-12-28 05:45 132K README 2009-11-19 02:53 1.6K vimmpc.vim 2009-11-19 02:44 1.8K vimmpc.sh 2009-11-19 02:44 26 vimmpc.py 2009-11-19 02:44 20K screenshots/ 2009-11-19 02:44 - COPYING 2009-11-19 02:44 18K
Vimmpc README

About

Vimmpc provides functionality for manipulating MPD from within the Vim editor.

Download

Dependencies

The following dependencies are required to use vimmpc:

Installation

$ tar xzf vimmpc-(revision).tar.gz
$ cd ~/.vim/plugin
$ ln -s /path/to/vimmpc/vimmpc.vim
$ ln -s /path/to/vimmpc/vimmpc.py

And finally:

$ vim -c MPC

To complete the installation and launch Vim with MPC loaded.

Note
Vim can be loaded as normal and vimmpc activated by use of :MPC

Screenshots

Here is a screenshot of vimmpc in action:

Playlist

Development

The development version can be viewed on github: http://github.com/gaving/vimmpc/.

Please note that development is currently stalled just now due to an expired interest on my part. Anyone wishing to maintain it please feel free.

TODO

All the mpdclient2 stuff should be ripped out in favour of py-mpd amongst loads of other fixes and tweaks.