Skip to content

Nanoseb/VlcNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A vim plugin to take notes while playing a video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published