atom-vlc

A bottom panel to control VLC media player from Atom

renatoalencar

583

1

0.2.2

MIT

GitHub

Atom VLC

A bottom panel to control VLC media player from Atom

Screenshot

Installation

Atom VLC is available at apm index, install from Atom interface or using apm command.

$ apm install atom-vlc

Or Settings ➔ Install ➔ Search for atom-vlc

Features

Configuration

Atom VLC uses VLC's Lua HTTP interface to control VLC. So you need to configure VLC in order to accept connections from Atom and Atom VLC too.

VLC

VLC's Lua HTTP interface only works when it's set a password to access the interface. So go to Tools ➔ Preferences. Bellow Show settings area toggle All then go to InterfaceMain interfacesLua, bellow Lua HTTP set a password.

After that go to View ➔ Add interface ➔ Web.

VLC Preferences

Atom VLC

Only Password setting is required, the others can work by default.

Setting Type Description
Password string The password at VLC Interface
Host string The IP address or hostname of the host running VLC
Compact mode boolean Show the panel compact

Developers

Run from git repository

You only have to clone the repository, install dependencies and link to a directory in the Atom's package directory.

$ git clone https:/github.com/renatoalencar/atom-vlc
$ cd atom-vlc
$ npm install
$ cd ..
$ ln -s atom-vlc ~/.atom/packages

Dependencies

License

MIT