[PR #1208] [MERGED] feat: Add Time Marker Detection in Episode Descriptions #1519

Closed
opened 2026-04-24 23:59:01 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1208
Author: @mfcar
Created: 5/19/2024
Status: Merged
Merged: 5/22/2024
Merged by: @advplyr

Base: masterHead: mf/detectableTimestamp


📝 Commits (3)

  • 00eeeb2 Add detectable timestamp
  • b833019 Change href link to span, to avoid change the page and improve code
  • 67d3216 Update the parse description to identify time marker in anchor links

📊 Changes

1 file changed (+68 additions, -18 deletions)

View changed files

📝 pages/item/_id/_episode/index.vue (+68 -18)

📄 Description

Here's the corrected text for your pull request:

Several podcast apps, such as Overcast and Pocket Cast, have a feature that detects Time Markers in the episode description. This feature provides a way to jump directly to that time. It's very similar to chapters, but the time markers aren't embedded in the files; they are automatically detected from the description.

Screenshot 2024-05-19 at 14 23 50

This PR adds support for detecting time markers in the AudioBookShelf app as well.

image

The detector identifies time markers in multiple formats (at least minutes and seconds):

H:M:SS
H:MM:SS
HH:MM:SS
H:M:SS

Demo

https://github.com/advplyr/audiobookshelf-app/assets/814828/431ea9b9-2a5f-4b09-aac8-29dc4349c31b


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1208 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 5/19/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `mf/detectableTimestamp` --- ### 📝 Commits (3) - [`00eeeb2`](https://github.com/advplyr/audiobookshelf-app/commit/00eeeb2a5add899441a94353b8f896bef1ada957) Add detectable timestamp - [`b833019`](https://github.com/advplyr/audiobookshelf-app/commit/b833019a1417c6c902001e14e64af3b4b948e662) Change href link to span, to avoid change the page and improve code - [`67d3216`](https://github.com/advplyr/audiobookshelf-app/commit/67d32164d902d98e12644ef9c24d1bf96c8b8871) Update the parse description to identify time marker in anchor links ### 📊 Changes **1 file changed** (+68 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `pages/item/_id/_episode/index.vue` (+68 -18) </details> ### 📄 Description Here's the corrected text for your pull request: Several podcast apps, such as Overcast and Pocket Cast, have a feature that detects Time Markers in the episode description. This feature provides a way to jump directly to that time. It's very similar to chapters, but the time markers aren't embedded in the files; they are automatically detected from the description. <img width="385" alt="Screenshot 2024-05-19 at 14 23 50" src="https://github.com/advplyr/audiobookshelf-app/assets/814828/609d35f0-defd-48c6-81e5-c5d260a393ab"> This PR adds support for detecting time markers in the AudioBookShelf app as well. <img width="400" alt="image" src="https://github.com/advplyr/audiobookshelf-app/assets/814828/a96ea856-3011-468d-9bc1-99302716c1c9"> The detector identifies time markers in multiple formats (at least minutes and seconds): ``` H:M:SS H:MM:SS HH:MM:SS H:M:SS ``` ---- Demo https://github.com/advplyr/audiobookshelf-app/assets/814828/431ea9b9-2a5f-4b09-aac8-29dc4349c31b --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:01 +02:00
adam closed this issue 2026-04-24 23:59:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1519