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

Tabletop Music Player

Ryan HammondRyan Hammond184 downloads

Plays ambient TTRPG music tracks in the background using note front matter.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

A lightweight, zero-friction audio controller for Obsidian.md designed specifically for Game Masters who run sessions from a centralized campaign prep note. It decouples the HTML5 audio thread from the user interface, maintaining persistent background playback while you jump between separate note logs, NPC sheets, and monster stat blocks.

Features crossfade transitions, a dual-channel mixer for weather layers, custom inline note link buttons, and an autocompleting, configurable folder structure.


🎧 Core Features

  • Persistent Playback: Background audio thread continues looping seamlessly when notes or sidebar panes are switched or closed.
  • Cinematic Crossfading: Intercepts track shifts and overlays sound transitions using an adjustable blending window (Defaults to 2.5s).
  • Dual-Channel Mixing Panel: Independent volume adjustment sliders for the core Music playlist and looping Environmental Weather layers.
  • Tactical Filter Matrix: A tightly packed button grid targeting Biome, Tone, and Intensity properties embedded in note front matter.
  • Scene Retention Loops: Tracks loop continuously upon natural ending. Music changes are strictly restricted to manual skip button presses, inline notes, or hotkeys.
  • Inline Click-to-Play Links: Custom markdown post-processor transforms special URI targets into tactile, interactive media execution buttons directly inside your reading or live-preview prep text.
  • Searchable Autocomplete Settings: Leverages Obsidian's native Suggester APIs to provide search-filterable inputs for choosing root directories and weather audio paths.
  • Zero-Footprint Global Hotkeys: Registers global commands (Play, Pause, Skip, Panic Stop) that can be mapped to blank custom keyboard layout combinations out-of-the-box.

🎮 Interface Architecture

To save screen real estate for your campaign prep text, the sidebar panel is engineered into a tightly packed, zero-whitespace grid containing the following control sections:

  1. Now Playing Card: A single-line layout reporting the active track name currently running in the audio engine cache.
  2. Media Control Row: Quick buttons to Play, Pause, or Skip to the next matched track in your queue.
  3. Live Mixing Panel: Dual-slider volume inputs for managing Music and Weather levels independently.
  4. Search Matrix: Grid button selections for Biomes (Forest, Marine, Highlands, Dungeon, Settlement), Tones (Calm, Mysterious, Tense, Epic, Spooky), and Intensity (Low, Medium, High).
  5. Weather Overlays: Configurable looping environmental backdrops (Clear, Rain, Storm, or user-defined audio toggles).
  6. Playlist Notes: An autocomplete-friendly input box to type and launch customized sequential adventure albums.

📋 Metadata & Data Structuring

To optimize scanning performance in large vaults, your music notes and hardcoded playlist files should sit under your chosen Audio Folder Root Location specified in the settings tab.

1. Standalone Track Note

Create a .md card inside your music folder for each track asset. The player uses standard YAML parameters to query and shuffle selections:

---
file_path: Jukebox/Audio/Music/Misty_Isles_Theme.mp3
biome: Marine
tone: Mysterious
intensity: Low
---

2. Handcrafted Sequential Playlist Note

To create multi-phase battle scores or continuous themes that play in an exact order, configure a custom playlist file. These never shuffle; they track your path linearly and cycle back to track 1 when finished.

---
type: playlist
playlist_id: dragon-fight
paths:
  - Jukebox/Audio/Music/Intro_Roar.mp3
  - Jukebox/Audio/Music/Combat_Phase_1.mp3
  - Jukebox/Audio/Music/Combat_Phase_2.wav
  - Jukebox/Audio/Music/Victory_Fanfare.mp3
---

⚡ Interactive Inline Commands

Keep your mouse cursor inside your adventure notes during play. You can trigger tracks and custom playlist IDs natively right out of your lore parameters using standard markdown formatting:

  • Trigger a sequential playlist note: [⚔️ Boss Battle](ttrpg-music:playlist:dragon-fight)
  • Trigger a standalone isolated track path: [🕵️ Stealth Cue](ttrpg-music:track:Jukebox/Audio/Music/Suspense_Drone.mp3)

🛠️ Installation & Building

Manual Installation

  1. Navigate to your vault's hidden plugin directory: .obsidian/plugins/
  2. Create a folder named obsidian-ttrpg-music
  3. Download and move the three final compiled production assets (main.js, manifest.json, styles.css) from our GitHub Releases panel directly into that folder.
  4. Open Obsidian $\rightarrow$ Settings $\rightarrow$ Community Plugins $\rightarrow$ Reload, and toggle the plugin On.

Local Development Compilation

Clone this repository locally to build or tweak features:

# Install tool configurations and compilers
npm install

# Run the live esbuild watcher to hot-compile changes on save
npm run dev

# Run a code quality lint check
npm run lint

# Compile a minimized, production-ready release
npm run build
HealthExcellent
ReviewPassed
About
Keep audio playing in the background with cinematic crossfades and scene-retention loops as you jump between notes and panes. Mix music and looping weather layers with a dual-channel mixer, trigger tracks from inline click-to-play links, and control playback with global hotkeys and searchable folder selection.
AudioMusicSidebar
Details
Current version
1.0.3
Last updated
2 months ago
Created
2 months ago
Updates
4 releases
Downloads
184
Compatible with
Obsidian 1.5.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
Ryan HammondRyan Hammondmllhouze
GitHubmllhouze
  1. Community
  2. Plugins
  3. Audio
  4. Tabletop Music Player

Related plugins

Voice

Listen to your notes as natural speech with text-to-speech (TTS). Read notes aloud, play them like an audiobook in the voice player, download MP3 audio and listen offline hands-free on mobile.

ABC Music Notation

Render music sheets directly from code blocks using ABC music notation via abcjs.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.

Longform

Helps you write and edit novels, screenplays, and other long projects.

HiNote

Add comments to highlighted notes, use AI for thinking, and flashcards for memory.

Hide Folders

Quickly toggle the visibility of specific folders in the file navigator based on configured names. Useful for hiding attachment folders.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.