[PR #7134] [MERGED] Implement Trakt Episode Links #11280

Closed
opened 2026-02-07 06:35:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7134
Author: @adavier
Created: 1/7/2022
Status: Merged
Merged: 1/12/2022
Merged by: @crobibero

Base: masterHead: trakt-episode-links


📝 Commits (1)

  • 9574d13 Implement trakt episode links using the implementation from Series.cs

📊 Changes

1 file changed (+18 additions, -0 deletions)

View changed files

📝 MediaBrowser.Controller/Entities/TV/Episode.cs (+18 -0)

📄 Description

Implement trakt episode links using the implementation from Series.cs.

The code is the same as MediaBrowser.Controller/Entities/TV/Series.cs, using the imdbID to generate Trakt links.
The trakt url for episodes is https://trakt.tv/episodes/{0}.

Changes
Introduce Trakt links on episode pages.

Issues
#7133


🔄 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/jellyfin/jellyfin/pull/7134 **Author:** [@adavier](https://github.com/adavier) **Created:** 1/7/2022 **Status:** ✅ Merged **Merged:** 1/12/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `trakt-episode-links` --- ### 📝 Commits (1) - [`9574d13`](https://github.com/jellyfin/jellyfin/commit/9574d13059357f61af9ee7beda05448099cf2c39) Implement trakt episode links using the implementation from Series.cs ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/TV/Episode.cs` (+18 -0) </details> ### 📄 Description Implement trakt episode links using the implementation from Series.cs. The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links. The trakt url for episodes is `https://trakt.tv/episodes/{0}`. <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Introduce Trakt links on episode pages. **Issues** #7133 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:35:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11280