vlc-song

1.0.1 • Public • Published

VLC Song

Gets the currently playing song in VLC.

Installation

npm i vlc-song -g

Usage

vlc-song -p password

or

vlc-song -password password

The password is the password that you set in VLC's, Preferences > Main interfaces > Lua.

Optionally, you can pass a port argument, which is the port of the web interface. The default is 8080.

Output

If the metadata contains a title:

TITLE


If the metadata contains a title and an artist:

ARTIST - TITLE


If the metadata doesn't contain a title.

FILENAME

/vlc-song/

    Package Sidebar

    Install

    npm i vlc-song

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.99 kB

    Total Files

    6

    Last publish

    Collaborators

    • hparcells