First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.
What I’m trying to do
The default preview mode of obsidian shows the first frame of the video, which is an ugly black or white rectangle. Instead I want to use an arbitrary image as starter for video.
Now I can start a video in the default app with right-click → context menu: Open in default app →left-click.
The syntax for an arbitrary preview image as video starter: ![[Spiegelei_braten_video-title.jpg|300]]
Can the behaviour of Obsidian be changed, so that a single left click on the link to an video can start playing it in the default video player app, e.g. SMPlayer or VLC?
Things I have tried
I just searched the current obsidian help. I went through the settings of obsidian. I tried some Markdown syntax.
Did you try with a file:// url? That will open in your default player rather than inside Obsidian. You’ll need to test whether relative or absolute links are required by your OS.
Can the behaviour of Obsidian be changed, so that a single left click on the link to an video can start playing it in the default video player app, e.g. SMPlayer or VLC?
That’s strange, it works perfectly for me in Linux - the file opens immediately in VLC.
If you don’t want to change your links, perhaps there is a plugin which can force items to open externally? But changing all links should be fairly easy doing a global regex search and replace in an external text editor (or even via JS/Python/Bash script.
[Impress_Basics](<file:///mnt/aethon/EDV/Computech_obv/LibreOffice/Impress/assets/BM1_Impress Grundlagen HD - YouTube [720p].mp4>)
[The_change_of_borders_in_Europe](file:///home/bartolo/Videos/Die_Grenzen_Europas.webm)
the videos are playing immediately in SMPlayer on one click.
But as I use my vaults on more than one computer, I can’t use absolute links.
My programming skills don’t go beyond copy-paste, so a regex search and a script are not an option for me.
I would rather prefer a hack in the settings or a plugin, that forces to open links (to videos) externally.