I'm now using windows 10 and vlc portable 3.0.3, I send a url to
localhost:8080/requests/status.xml?command=in_play&input=A%3a%2ffiles%2f396_%20Did%20Rising%20Rates.mp4
(this is a file with url encoding that decodes to A:/files/396_ Did Rising Rates.mp4)
and it does not work with a message saying: lua warning: Playlist item's path should be a string
This used to work in the past, with win7 and an older version of vlc.
Is there any documentation on what the format of this string should be? I tried looking up the lua source but the test is too complex, many nested macro definitions that I couldn't follow.