vlc-cli

VLC.app cli


Keywords
vlc, applescript, cli, macos
License
Unlicense
Install
pip install vlc-cli==2019.4.13

Documentation

Travis

Installation

$ [sudo] npm i -g vlc-cli
$ [sudo] pip install vlc-cli

CLI

usage: vlc command [options]

Available commands:
    play                    play current item
    playing                 detect playing
    pause                   pause

    volume                  get/set volume

    path                    current item path
    duration                duration
    time                    time

    fullscreen-detect       return true/false if fullscreen active
    fullscreen-enter        enter fullscreen
    fullscreen-exit         exit fullscreen

    kill                    kill VLC.app process
    pid                     VLC.app pid

Examples

$ vlc open "path/to/pron.avi"
$ vlc pause
$ vlc play

volume

$ vlc volume 42
$ vlc volume
42

fullscreen

$ vlc fullscreen-enter
$ vlc fullscreen-detect
true
$ vlc fullscreen-exit

readme-generator