Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Audio Timestamp Player

IT039IT03963 downloads

Play video and audio embeds from clickable transcript timestamps.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

English | 简体中文

Audio Timestamp Player is an Obsidian community plugin for transcripts, interviews, lectures, podcasts, meeting notes, and video notes. Select a timestamp link to seek an embedded audio or video file and start playback immediately.

Features

  • Seek and play audio or video from timestamp links.
  • Support MM:SS and HH:MM:SS timestamps.
  • Work in Reading view and Live Preview.
  • Recognize timestamp links while editing in Source mode.
  • Bind timestamps explicitly to multiple recordings in the same note.
  • Support MP3, WAV, M4A, OGG, and FLAC embeds.
  • Support MP4, WebM, OGV, MOV, and M4V video embeds.
  • Keep a top-centered floating player alive across view-mode changes, long-note scrolling, and pane rerenders.
  • Continue, pause, or close the player when switching pages, with continue as the default.
  • Run entirely locally without telemetry or network requests.

Usage

Embed an audio file in the note:

![[meeting-recording.mp3]]

Add timestamp links using the following format:

[00:13](#audio-time=00:13) Speaker 1: Welcome to the meeting.
[05:22](#audio-time=05:22) Speaker 2: Let us review the proposal.
[01:05:30](#audio-time=01:05:30) Speaker 1: Closing remarks.

If you want square brackets to appear around the timestamp, escape them in the link label:

[\[00:13\]](#audio-time=00:13)

For multiple recordings, assign a stable alias on the same line as each embed and reference it from the timestamp:

![[interview-part-1.mp3]] %%audio-id: part1%%
![[interview-part-2.mp3]] %%audio-id: part2%%

[\[00:13\]](#audio-time=00:13&audio=part1)
[\[00:13\]](#audio-time=00:13&audio=part2)

Aliases use 1-32 letters, numbers, hyphens, or underscores and are case-insensitive. A note with one recording may omit audio. A note with multiple recordings must specify it so playback is never routed to the wrong file.

For video, use the parallel video-time, video-id, and video syntax:

![[demo-part-1.mp4]] %%video-id: part1%%
![[demo-part-2.webm]] %%video-id: part2%%

[\[00:13\]](#video-time=00:13&video=part1)
[\[00:13\]](#video-time=00:13&video=part2)

A single embedded video may omit the video parameter. Multiple videos require an explicit alias.

Settings

The settings page has separate Audio and Video sections. Each When switching pages setting controls what happens after opening another note, image, PDF, canvas, or empty tab:

  • Continue playback (default) preserves the current playing or paused state.
  • Pause playback pauses audio but keeps the player available.
  • Close player stops playback and removes the player.

Video player display chooses compact controls or an expanded player that shows the video picture. The expanded player starts at a compact 480 × 320 px size. An external double-corner handle resizes it while preserving the video's original aspect ratio, and the last size is remembered. The handle is enabled by default and can be disabled in settings; settings also provide a reset button.

Language changes only this plugin's interface and notices:

  • Follow Obsidian uses Simplified Chinese for Chinese Obsidian locales and English for every other Obsidian language.
  • 简体中文 always displays this plugin in Simplified Chinese.
  • English always displays this plugin in English.

Changing the plugin language never changes Obsidian's own language. The close button on the player always stops playback, releases the media, and removes the floating bar.

Installation

Regular users do not need Node.js and do not need to run npm install or npm run build.

Option 1: Install from Obsidian Community plugins

After the plugin is accepted into the official Obsidian Community plugins catalog:

  1. Open Settings → Community plugins in Obsidian.
  2. Select Browse.
  3. Search for Audio Timestamp Player.
  4. Select Install, then select Enable.

The plugin only appears in Community plugin search after it is published in a public GitHub repository and accepted into the official Obsidian community catalog.

Option 2: Install from a GitHub release

  1. Download the following file from the latest GitHub release:

    audio-timestamp-player.zip
    

    Do not download GitHub's automatically generated Source code.zip or Source code.tar.gz.

  2. Extract audio-timestamp-player.zip. It contains the complete plugin folder:

    audio-timestamp-player/
    ├── main.js
    ├── manifest.json
    └── styles.css
    
  3. Copy the entire audio-timestamp-player folder into:

    <vault>/.obsidian/plugins/
    

    The final structure must be:

    <vault>/.obsidian/plugins/
    ├── audio-timestamp-player/
    │   ├── main.js
    │   ├── manifest.json
    │   └── styles.css
    └── other-plugin-folders/
    
  4. Open Settings → Community plugins.

  5. Refresh the installed plugin list. If the plugin does not appear, fully restart Obsidian.

  6. Find and enable Audio Timestamp Player.

Development

This section is only for developers who want to modify the source code or build the plugin themselves. Regular users can skip it.

Requirements:

  • Node.js 18 or later
  • npm

Commands:

npm install
npm run dev
npm test
npm run lint
npm run build
  • npm install downloads the development dependencies. It is normally required once after obtaining the source code.
  • npm run dev watches the source files and rebuilds automatically during development.
  • npm test runs timestamp parsing and Source-mode link regression tests.
  • npm run lint checks the TypeScript and Obsidian plugin coding rules.
  • npm run build type-checks the project and generates the production main.js file.

After npm run build, developers can copy these files to a test vault's plugin folder:

main.js
manifest.json
styles.css

main.js is generated from the TypeScript source and is not committed directly to Git. When a formal GitHub release is created, the included workflow builds the plugin, places main.js, manifest.json, and styles.css in an audio-timestamp-player folder, and packages that folder as audio-timestamp-player.zip. Regular users only download the archive, extract it, and copy the complete folder.

The release also keeps main.js, manifest.json, and styles.css as individual assets for the official Obsidian community plugin release and validation process. Regular users can ignore those individual assets.

See TESTING.md for the automated checks and the manual regression checklist covering mode switching, long notes, multiple panes, and continuous seeking.

Privacy

The plugin works entirely inside Obsidian. It does not collect analytics, transmit vault data, or make network requests.

License

This project is released under the 0BSD license.

HealthExcellent
ReviewSatisfactory
About
Turn transcript timestamps into instant playback controls for embedded audio and video in Obsidian. Select MM:SS or HH:MM:SS timestamp links in Reading view, Live Preview, or Source mode to jump to the exact moment and start playback. Bind timestamps to specific recordings when a note contains multiple media files, and keep playback accessible through a floating player while scrolling, switching views, or navigating between pages. Supports MP3, WAV, M4A, OGG, FLAC, MP4, WebM, OGV, MOV, and M4V. Runs entirely locally with no telemetry or network requests.
AudioLinksVideo
Details
Current version
1.2.0
Last updated
3 weeks ago
Created
4 weeks ago
Updates
4 releases
Downloads
63
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
IT039IT039itnq18
GitHubitnq18
  1. Community
  2. Plugins
  3. Audio
  4. Audio Timestamp Player

Related plugins

Media Extended

Integrate, manage video or audio directly in your notes, with enhanced playback and timestamp support. (Closed source)

Media Notes

Take notes on YouTube videos and podcasts with media controls and timestamps.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Advanced URI

Control everything with URI.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Find orphaned files and broken links

Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.

ExcaliBrain

An interactive, structured mind-map of your Obsidian vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Link Favicons

See the favicon for a linked website.

Waypoint

Easily generate dynamic MOCs in your folder notes using waypoints. Enables folders to show up in the graph view and removes the need for messy tags!