https://github.com/ckep1/obsidian-autopause
Allows only one audio track playing in Obsidian at a time, pausing the others.
https://github.com/ckep1/obsidian-autopause
Last synced: 3 months ago
JSON representation
Allows only one audio track playing in Obsidian at a time, pausing the others.
- Host: GitHub
- URL: https://github.com/ckep1/obsidian-autopause
- Owner: ckep1
- License: mit
- Created: 2024-09-05T17:52:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-06T18:17:06.000Z (about 1 year ago)
- Last Synced: 2024-09-06T21:32:20.321Z (about 1 year ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoPause
AutoPause is a simple Obsidian plugin that automatically pauses playing audio when a new clip is played, with the option to reset to the beginning instead of just pausing. This is to allow for one audio stream maximum without needing to locate the previous playing file.
## Features
- Automatically pauses playing audio when a new clip is played
- Option to reset to the beginning instead of just pausing
- Works on desktop and mobile across tabs and document types.## Installation
1. Download the latest release from the [Releases](https://github.com/ckep1/obsidian-autopause/releases) page (manifest.json and main.js)
2. Add these files to a folder called `auto-pause` in the Plugins folder of your Obsidian Vault
3. Reload Obsidian## Usage
- No interaction is required besides enabling the plugin.
- With an audio clip playing, starting another one will pause or stop the initial playing one depending on the setting.
- Tested and working with local audio files and the default Obsidian audio embed.## Settings
- Reset to beginning: When enabled, other audio clips will be reset to the beginning instead of just pausing. This is the same as stopping in other audio players.