mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.32k stars 418 forks source link

streaming improvement #120

Open caspertone2003 opened 6 years ago

caspertone2003 commented 6 years ago

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!