sourit2001108 downloadsA cute private podcast player for local audio files in your Obsidian vault.
VaultCast is a cute private podcast player for local audio files in your Obsidian vault.
It is designed for people who generate, download, or sync audio into their vault and want one simple player instead of opening audio files one by one.
Supported audio formats:
.mp3.m4a.wav.flac.aacVaultCast is not yet listed in the official Community Plugins directory.
Download these files from the latest GitHub release:
manifest.jsonmain.jsstyles.cssPlace them in:
<your-vault>/.obsidian/plugins/vaultcast/
Then restart Obsidian and enable VaultCast from:
Settings -> Community plugins -> Installed plugins
Put audio files in a folder inside your vault, for example:
Audio/
Open:
Settings -> VaultCast
Set Audio folder to the vault-relative folder path.
Run the command:
Open VaultCast player
Press Play latest or choose a track from the playlist.
VaultCast uses vault-relative paths.
For example, if your full folder path is:
/Users/you/Documents/My Vault/TTS Audio
and your vault root is:
/Users/you/Documents/My Vault
then set the VaultCast audio folder to:
TTS Audio
Do not enter the full computer path.
More examples:
Audio
Daily Audio
Podcasts/TTS
Assets/Audio
On mobile, use the command:
Open VaultCast player
VaultCast will open in the main workspace area so it feels more like a full-page player.
There is also a desktop-friendly command:
Open VaultCast player in main area
Install dependencies:
npm install
Build:
npm run build
Development watch mode:
npm run dev
MIT