Jellyfin Forum
Is it possible to mod Jellyfin movie pages to include a Letterboxd link like IMDB? - 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: Is it possible to mod Jellyfin movie pages to include a Letterboxd link like IMDB? (/t-is-it-possible-to-mod-jellyfin-movie-pages-to-include-a-letterboxd-link-like-imdb)



Is it possible to mod Jellyfin movie pages to include a Letterboxd link like IMDB? - kandykarter - 2024-11-04

I know letterboxd can use IMDB codes, for example https://letterboxd.com/imdb/tt0087800 will direct you to the letterboxd page for A Nightmare On Elm Street, but I'm not sure which files to edit in my config directory.

Thanks!


RE: Is it possible to mod Jellyfin movie pages to include a Letterboxd link like IMDB? - crobibero - 2024-11-04

The easiest way to implement this would be to build a server plugin that implements IExternalUrlProvider


RE: Is it possible to mod Jellyfin movie pages to include a Letterboxd link like IMDB? - kandykarter - 2024-11-04

Ah, okay. I think I'd be pretty out of my depth with something like that. I was hoping I could do a quick bit of HTML/CSS editing and be done.

Thanks!