This plugin is meant for writing notes along with a video playing
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/nanoseb/VlcNote ~/.vim/bundle/VlcNote
- Vundle
- Add
Bundle 'https://github.com/nanoseb/VlcNote'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/nanoseb/VlcNote'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/nanoseb/VlcNote'
to .vimrc - Run
:PlugInstall
- Add
RunVlc
: to run vlc with the appropriate parameters (telnet), if the current filename is also the name of a video file (with a different extension), this command will open this video. One can also run vlc with the following arguments:
vlc --extraintf telnet --telnet-password passwordVLC --telnet-port 4212 file.mp4
PauseVlc
: to pause and play the videoWriteTimestampVlc
: write the current timestamp at the begining of the lineGotoTimestampVlc
: play the video at the line timestamp