Plugin Request: Invoke VLC (media player) with start and end time timecode

Context: Using links that are timecoded/deeplinked in order to trigger audio player from Joplin

Which led to this PR getting merged: Desktop,Mobile: Resolves #9745: Markdown: Allow specifying the start/end of audio, videos, and PDFs by personalizedrefrigerator · Pull Request #14257 · laurent22/joplin · GitHub

But ultimately it didn’t scratch the itch that I needed which was to be able to invoke VLC on my system with a timecoded start time and optional stop time. That way I wouldn’t have to pull the media file into joplin to play it but instead trigger my media player to to so.

tl;dr

I’m wondering if there’s a plugin dev that would be open to creating a plugin that can invoke:

vlc /path/to/video.mp4 --start-time=X --end-time=Y