Skip to content

[WIP] Add link to current episode in Plex on show page#32

Merged
scottwf merged 1 commit into
mainfrom
copilot/add-plex-link-to-show-page
Dec 29, 2025
Merged

[WIP] Add link to current episode in Plex on show page#32
scottwf merged 1 commit into
mainfrom
copilot/add-plex-link-to-show-page

Conversation

Copilot AI commented Dec 29, 2025

Copy link
Copy Markdown
Contributor

Add Plex Link to Show Page

Implementation Plan:

  • Add Plex link display to show_detail.html template alongside IMDb, TVDB, TMDB links
  • Use TVDB ID to construct Plex web search URL format
  • Add Plex logo to static assets if not already present
  • Test the implementation with a local server run
  • Take a screenshot of the UI changes

Technical Approach:

The Plex link will use the TVDB ID (already available in show data) to construct a deep link in the format:
https://app.plex.tv/desktop#!/search?query={show_title} or use the TVDB ID for more precise matching.

This is a minimal change that only modifies the show detail template to add one more link in the existing metadata section.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add a link to the current episode or show in plex.</issue_title>
<issue_description>The show page should include a link to plex along with the Lins to imdm ad tvdb etc</issue_description>

<agent_instructions>the show page should include a link to view the show in plex beside the other links to imdb etc. </agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@scottwf scottwf marked this pull request as ready for review December 29, 2025 02:41
@scottwf scottwf merged commit 3aceb63 into main Dec 29, 2025
1 check failed
Copilot AI requested a review from scottwf December 29, 2025 02:41
@scottwf scottwf deleted the copilot/add-plex-link-to-show-page branch January 2, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a link to the current episode or show in plex.

2 participants