zuluwi3k downloadsTake video/movie notes with timestamp links and snapshots from VLC Player.
This plugin
so you can take notes from the video without losing focus from the Obsidian Editor.
Turn off Settings → Community plugins → Restricted mode, click Settings → Community plugins → Browse and search for "VLC Bridge" or open this link, then install and enable it.
Or:
obsidian://show-plugin?id=obsidian42-brat link or from Settings → Community plugins → BrowseAdd a beta plugin for testing command and then entering zuluwi/obsidian-vlc-bridge or by opening the link obsidian://brat?plugin=zuluwi/obsidian-vlc-bridge<vault_location>/.obsidian/pluginsmain.js and manifest.json files to this folderSettings → Community plugins → Restricted mode and enable VLC Bridge in Installed plugins.[!important] To use the plugin,
- for Windows, you must first select
vlc.exein the plugin settings from the location where VLC Media Player is installed,- for Linux and macOS, you must install the
vlccommand line on your systemand then set a port number
Select a file to open with VLC Player command or by clicking on the icon in the sidebaryou can control VLC Player with the plugin for videos you open in these ways.
[!tip] If you want to be able to use the plugin when you open VLC yourself on your computer, you must save the parameters you set in the plugin settings in the VLC preferences
- Open
Tools → Preferences → select "All" in "Show Settings" at the bottom-left corner → Interface → Main interfacesand checkWeb, then inMain interfaces → Luaset the password tovlcPasswordin theLua HTTPheaderselect "Simple" in "Show Settings" at the bottom-left corner → Video → Video snapshotsand setDirectoryto the folder you set in the plugin settings- VLC Player uses port
8080and this cannot be changed in the preferences, so you have to set the port to8080in the plugin settings.
Open the command palette (Ctrl+P) and use the command Paste timestamped link of current video to paste the timestamped link of the current video where the cursor is in the editor.
Link Syntax:
[{{Timestamp Linktext}}](obsidian://vlcBridge?mediaPath=<File URI>&subPath=<File URI or Absolute Path>&subDelay=<in seconds>×tamp=<hh:mm:ss.ms or in seconds or percentage value>)
[!tip]
- Check
Pause video while pasting timestampin Settings- You can add delay with
Timestamp offsetsetting- In the
Link templatessettings you can setTimestamp linktextand a template for how to paste the link
If you want to include the subtitle link in the video link, instead of dragging the subtitle to the VLC Player, use the Add subtitles command to select the file and add it to the video, otherwise the plugin will not be able to access the existing subtitle in the player.
Open the command palette (Ctrl+P) and use the Take and paste snapshot from video command to paste a snapshot of the current video with the timestamped link where the cursor is in the editor.
[!tip]
- Check
Pause video while pasting snapshotin Settings- If you want to open the exact frame in the snapshot with the timestamp link, enable
Use percentile position instead of seconds as timestamp value in the linkin Settings- In the
Link templatessettings you can setSnapshot linktextand a template for how to paste the snapshot embed
Open the command palette and use the Open transcript view command to view the subtitles with .srt, .vtt, or .ass extensions in the video you added using the Add subtitles command or opened with a link containing the subPath value, based on the transcript template you set in the settings.
Syncplay is an application that connects to an online server to open the preferred player and synchronizes the connected players. If the syncplay command line is installed on your system, or in Windows by selecting Syncplay.exe from the plugin settings and clicking the Start Syncplay button, you can start Syncplay so that the plugin interacts with the VLC Player that the app will open.
[!tip] Create a shortcut with the url
obsidian://vlcBridge-runSyncplayto open Obsidian and then Syncplay
My knowledge of using Git and collaborative project management is very limited, and I only spend time on this plugin at long gaps. If you have new ideas about the plugin or additions you want to make, please feel free to fork the repository and release a new version. If these changes are related to issues in the repository, please feel free to redirect those who opened the issue to the versions you released. 🙏