Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to open URLs found in book descriptions in browser #1281

Open
colvdv opened this issue Aug 9, 2024 · 2 comments
Open

Add ability to open URLs found in book descriptions in browser #1281

colvdv opened this issue Aug 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@colvdv
Copy link

colvdv commented Aug 9, 2024

Describe the Feature/Enhancement

Add URL hyperlink support to audiobook descriptions.

Why would this be helpful?

There are several audiobooks I have that contain URLs in the book description, but from the audiobookshelf app I am currently unable to engage the URL as a link, and the ability to select text from the description isn't a thing so I can't copy and paste it either. The best implementation would be to make URLs engageable as hyperlinks that open in the device default browser.

Future Implementation (Screenshot)

Make URLs engageable in book descriptions (hyperlink).

Audiobookshelf App Version

Android App - 0.9.74

Current Implementation (Screenshot)

No response

@colvdv colvdv added the enhancement New feature or request label Aug 9, 2024
@advplyr
Copy link
Owner

advplyr commented Aug 10, 2024

Related issues for the web client:
advplyr/audiobookshelf#1820
advplyr/audiobookshelf#1366
advplyr/audiobookshelf#617

This might be better as a server side change where we support rich text descriptions. The downside to this is when embedding descriptions in audio file meta tags we would want to strip the HTML tags which wouldn't be consistent. This is the main reason it hasn't already been implemented.

The alternative is to detect the hyperlinks client side and make them links.

@colvdv
Copy link
Author

colvdv commented Aug 13, 2024

The alternative is to detect the hyperlinks client side and make them links.

Detecting client side seems to make more sense to me. This feature isn't needed for access from web browser since text can easily be selected to be copied and pasted. It is within the audiobookshelf app that there isn't a good way to open URLs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants