Jellyfin Forum
Links to other detail pages in overview - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Links to other detail pages in overview (/t-links-to-other-detail-pages-in-overview)



Links to other detail pages in overview - zelpi - 2024-10-29

I would like to create a link in an overview description of a movie profile, that leads to another movie profile in the local database, e.g. a sequel.

Can such local links be inserted? I noticed, that at least simple html works in that overview field.


RE: Links to other detail pages in overview - zelpi - 2024-11-02

As there’s no reaction on my issue I searched and found this link, which may help for those who are interested:

https://www.reddit.com/r/jellyfin/comments/ref94a/adding_links_to_metadata/


RE: Links to other detail pages in overview - niels - 2024-11-02

Both markdown and (basic-)HTML is supported in the item descriptions so yes you can add a URL.


RE: Links to other detail pages in overview - zelpi - 2024-11-04

(2024-11-02, 09:32 PM)niels Wrote: Both markdown and (basic-)HTML is supported in the item descriptions so yes you can add a URL.

And what about local links to another movie page in my library? How would then be the code?


RE: Links to other detail pages in overview - niels - 2024-11-04

Just take the link from the browser and add it, so it would be something like:

Code:
<a href="/web/#/details?id=32158a5703d8212eacf2ce782b10f10a">Sample Text</a>



RE: Links to other detail pages in overview - zelpi - 2024-11-04

(2024-11-04, 09:43 AM)niels Wrote: Just take the link from the browser and add it, so it would be something like:

Code:
<a href="/web/#/details?id=32158a5703d8212eacf2ce782b10f10a">Sample Text</a>

Thanks for the quick answer. I will try.


RE: Links to other detail pages in overview - zelpi - 2024-11-09

Ok, I tested the linking. Unfortunately, it links to the browser web page of Jellyfin. I expected that, but my real intention is, to stay within the client I use (Jellyfin Media Player), when I click on the link. Is that possible?