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.
This PR adds support for detecting time markers in the AudioBookShelf app as well.
The detector identifies time markers in multiple formats (at least minutes and seconds):
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:mf/detectableTimestamp📝 Commits (3)
00eeeb2Add detectable timestampb833019Change href link to span, to avoid change the page and improve code67d3216Update 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.
This PR adds support for detecting time markers in the AudioBookShelf app as well.
The detector identifies time markers in multiple formats (at least minutes and seconds):
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.