Open lc-thomas opened 6 years ago
Great to hear! :)
We can leave this issue open as an appreciation thread. 🎉
Write whatever you want in here.
Thank you for creating this!
I totally love this! I was trying to find a way so that when I browse to a video link on my nas, the link will automatically open in vlc without me having to manually trigger it. This totally helps to achieve that!
Brief of how I did it:
Setlocal EnableDelayedExpansion set url=%1 start "VLC" "%~dp0vlc.exe" "%url:~7%"
My browser would originally popup a window asking me if it's ok that this site is trying to open the vlc handler batch file. I've found ways to disable that popup so now everything works automatically.
Hey, just passing by and saying thanks, this works great on Fedora.
Kudos !