/VlcNote

A vim plugin to take notes while playing a video

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

VlcNote

This plugin is meant for writing notes along with a video playing

Installation

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
  • NeoBundle
    • Add NeoBundle 'https://github.com/nanoseb/VlcNote' to .vimrc
    • Run :NeoBundleInstall
  • vim-plug
    • Add Plug 'https://github.com/nanoseb/VlcNote' to .vimrc
    • Run :PlugInstall

Available functions

  • 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 video
  • WriteTimestampVlc: write the current timestamp at the begining of the line
  • GotoTimestampVlc: play the video at the line timestamp