Skip to main content

VLC commands for Plover

Project description

Add support for controlling VLC from Plover.

Setup

  • create vlc.json in the same directory as your configuration, set those settings that differ from defaults, e.g.:

    {
      "host": "localhost",
      "port": "8080",
      "user": "",
      "pass": "password"
    }
  • start VLC with the HTTP interface enabled, e.g.: vlc --extraintf http --http-password password ...

Available commands

  • VLC_pause, VLC_resume, VLC_stop, VLC_toggle_pause: self explanatory

  • VLC_rate: change the rate of playback, for example {PLOVER:rate:0.5} to halve the playback speed, or {PLOVER:rate:2.0} to double it.

  • VLC_seek: seek the video, for example {PLOVER:VLC_seek:-10s} to seek backward 10 seconds, {PLOVER:VLC_seek:+1m} to seek forward 1 minute, or {PLOVER:VLC_seek:50%} to seek to the halfway point.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plover_vlc_commands-0.6.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

plover_vlc_commands-0.6.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page