Skip to content

Home assistant interface using VLC's HTTP API for controlling VLC on a remote box.

Notifications You must be signed in to change notification settings

fixsssator/vlc_remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vlc_remote

Home assistant interface using VLC's HTTP API for controlling VLC on a remote box.

Initial version borrowed heavily from Squeezebox setup by Kingo55. Added play_media url option by gambalaya (required for HA text to speech).

No documentation yet. Simply:

  1. Enable HTTP interface in VLC, taking note of user/pass and port.

  2. Add the following under "media_player":

  - platform: vlc_remote
    host: 192.168.0.2
    port: 8080
    name: "HTPC VLC" # Optional
    username: "something" # Optional
    password: "xyz" # Optional
  1. Copy integration files to \custom_components\vlc_remote

To Do:

  • Async
  • Syncing
  • More media info and typing
  • Handle closing/stop states better

About

Home assistant interface using VLC's HTTP API for controlling VLC on a remote box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%