[PR #4419] [MERGED] Episode view modal makes timestamps in description clickable #4247

Closed
opened 2026-04-25 00:18:59 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/4419
Author: @advplyr
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @advplyr

Base: masterHead: episode-timestamps-clickable


📝 Commits (1)

  • b884967 Episode view modal makes timestamps in description clickable

📊 Changes

1 file changed (+37 additions, -3 deletions)

View changed files

📝 client/components/modals/podcast/ViewEpisode.vue (+37 -3)

📄 Description

Brief summary

Podcast episode descriptions that have timestamps can be clicked to open the player at that time.

Which issue is fixed?

No issue but matches the mobile app https://github.com/advplyr/audiobookshelf-app/pull/1208

and an incomplete attempt at this https://github.com/advplyr/audiobookshelf/pull/4386

In-depth Description

Parsing timestamps uses the same regex that has been tested in the mobile app the last year.

Screenshots

image


🔄 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/pull/4419 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `episode-timestamps-clickable` --- ### 📝 Commits (1) - [`b884967`](https://github.com/advplyr/audiobookshelf/commit/b8849677de53859aa7f49d944984d7de06890e73) Episode view modal makes timestamps in description clickable ### 📊 Changes **1 file changed** (+37 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/ViewEpisode.vue` (+37 -3) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Podcast episode descriptions that have timestamps can be clicked to open the player at that time. ## Which issue is fixed? No issue but matches the mobile app https://github.com/advplyr/audiobookshelf-app/pull/1208 and an incomplete attempt at this https://github.com/advplyr/audiobookshelf/pull/4386 ## In-depth Description Parsing timestamps uses the same regex that has been tested in the mobile app the last year. ## Screenshots ![image](https://github.com/user-attachments/assets/cf83f730-fde0-45dc-b6b8-8575cb4f830e) <!-- If your PR includes any changes to the web client, please include screenshots or a short video from before and after your changes. --> --- <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-25 00:18:59 +02:00
adam closed this issue 2026-04-25 00:18:59 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4247