You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An episode "Overview" (<plot>) can contain html to describe the content, including links (<a>).
This works well in the browser version of jellyfin, however the android app will treat them as app-internal-links.
current behaviour
Links in <plot> open as part of the app.
If you click on a link, it will open that link inside the jellyfin app as if it was part of the app.
when a link is clicked:
there is no way to go back (other than closing the app and restarting)
no browser bar is shown
no way to open a link externally in another app (browser)
expected behaviour
links in <plot> should be opened externally (open in the default android app that handles that type of link. For example open normal website links with the browser, open youtube links with the youtube app, ...)
My usecase
I am downloading videos and podcasts from websites and create .nfo files for them. In the <plot> I add the original link. Sometimes I want to open them to view comments or lookup other details.
How to reproduce
edit the overview of an episode to contain an html link (this can be done via UI or <plot> in .nfo**)
view the episode in the android app. it will show the plot and show the link as a blue clickable link
click on the link
** if you edit the .nfo file, you have to escape the html. so for example: <plot><a href="https://github.com/jellyfin/jellyfin-android">my test link<a></plot>
Logs
No response
Application version
2.4.4
Where did you install the app from?
F-Droid
Device information
Sony Experia XA2 Ultra
Android version
LineageOS 11
Jellyfin server version
10.8.9
The text was updated successfully, but these errors were encountered:
Describe the bug
An episode "Overview" (
<plot>
) can contain html to describe the content, including links (<a>
).This works well in the browser version of jellyfin, however the android app will treat them as app-internal-links.
current behaviour
Links in
<plot>
open as part of the app.If you click on a link, it will open that link inside the jellyfin app as if it was part of the app.
when a link is clicked:
expected behaviour
links in
<plot>
should be opened externally (open in the default android app that handles that type of link. For example open normal website links with the browser, open youtube links with the youtube app, ...)My usecase
I am downloading videos and podcasts from websites and create
.nfo
files for them. In the<plot>
I add the original link. Sometimes I want to open them to view comments or lookup other details.How to reproduce
<plot>
in.nfo
**)** if you edit the .nfo file, you have to escape the html. so for example:
<plot><a href="https://github.com/jellyfin/jellyfin-android">my test link<a></plot>
Logs
No response
Application version
2.4.4
Where did you install the app from?
F-Droid
Device information
Sony Experia XA2 Ultra
Android version
LineageOS 11
Jellyfin server version
10.8.9
The text was updated successfully, but these errors were encountered: