Hey Guys, I open the vlc media player out of my c# code: var info = new ProcessStartInfo(vlc_path, "--quiet --meta-title=#TITLE# --qt-minimal-view --width=500 --height=400 #FILEPATH#") { }; Process.Start(info); But in the VLC you can still see the filepath (In my example, it is a url) via ...