Currently when streaming to VLC the name shown is fd://0
Perhaps it could be changed to show the name of the file.
It works adding to VLC call, after the "-" the following --meta-title "title"
"title" should be changed to a cmd variable (what RCloneBrowser would indicate, and of course it would need to set the name of the variable to the file name, before calling VLC.
Currently when streaming to VLC the name shown is fd://0 Perhaps it could be changed to show the name of the file.
It works adding to VLC call, after the "-" the following --meta-title "title"
"title" should be changed to a cmd variable (what RCloneBrowser would indicate, and of course it would need to set the name of the variable to the file name, before calling VLC.
User should config for steaming
C:\VLCPath\vlc.exe - --meta-title %title% (or alike....)
Thanks!