Help invoking VLC with a vlc:// URI that has a timecode deeplinked to a section of local audio/video file

Anyone know how to trigger VLC to open from a vlc:// URI that has a timecode in it ?
What i would like to do is automagically invoke VLC from clicking on a URI like:
vlc://path/to/audio/file.mp3#t=219

Anyone have any success with that ?

Edit: Yes, I am aware of using the CLI cvlc –start-time=219 but that’s not what I’m seeking to figure out.