node-vlc-client icon indicating copy to clipboard operation
node-vlc-client copied to clipboard

A node client/remote to control VLC with simple function calls using it's own HTTP interface

Results 4 node-vlc-client issues
Sort by recently updated
recently updated
newest added

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I am using vlc 4.0 nightly...

It would be really great if there is a feature to rearrange the playlist. E.g.: - current playlist: ``` song 1 song 2 song 3 song 4 ``` after sending...

enhancement

in vlc http interface can support all options as array type,but this project lost most. // publish udp screem with out sout sample options = ['file-caching=1000', 'sout=#udp{dst=127.0.0.1:1234}', 'no-sout-all', 'sout-keep']; const...

Hi, the method parsePlaylistEntries ignores the other nodes returned such as "Media Library". ![image](https://user-images.githubusercontent.com/1968109/103153385-00264600-47f5-11eb-9358-0d069fba2919.png) Would be nice to expose these as well. Perhaps a getPlaylistRaw() Maybe the request method could...