Page 1 of 1

Remote Control Interface Spam Output

Posted: 25 Sep 2019 00:02
by jtrofe
I'm trying to use the remote control interface. Playing songs works and everything, but whenever a song is playing the interface outputs this literally nonstop, dozens of times a second:

Code: Select all

status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 ) status change: ( audio volume: 320 )
Normally I would just put up with this, but I'm trying to communicate with the interface using Python and it's spamming the socket. Is there any way to make it stop doing this?
I'm on Windows 10 using VLC 3.0.8 Vetinari

Thank you!