Skip to content

Provides an easy way to control the playback of a VLC playlist

Notifications You must be signed in to change notification settings

JohanWinther/vlc-playlist-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLC Playlist Control

Provides an easy way to (programmatically) control the playback of a VLC playlist.

Setup

Requisites

  • VLC desktop version
  • Node

Installation

Run these commands:

git clone https://github.com/JohanWinther/vlc-playlist-control.git
cd vlc-playlist-control
npm install

Enable the VLC http server. Remember to set a password and port number under the Lua settings.

Change the server host+port number and/or password in the index.js file.

Commands

The commands need to be run in the same directory as index.js or be referenced with paths.

Start video number N in opened playlist

node index.js video N

where N is the video number.

Run custom command

node index.js command

where command is a supported VLC http command. Further reference can be found here.

About

Provides an easy way to control the playback of a VLC playlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages