Skip to content

Conversation

@jaredledvina
Copy link

This PR expands support to lidarr and radarr in the hunt manager view to support making those entires clickable too. I've been running this locally and it looks like it works well! I don't have the other services to test those out.

Enable Radarr entries in Hunt Manager to be clickable and link directly
to movies in the Radarr web interface.

Changes:
- Enable Radarr entries to be clickable in Hunt Manager
- Fix Radarr URL generation to use numeric TMDb IDs (/movie/{tmdbId})
- Store TMDb ID in hunt_history for Radarr entries instead of internal ID
- Update click handler to process both Sonarr and Radarr
- Remove incorrect slug-based URL generation for Radarr
- Apply TMDb ID fix to both missing and upgrade processing

Note: Existing hunt history entries will still have internal IDs.
Users can clear hunt history to regenerate with correct TMDb IDs.
Enable Lidarr entries in Hunt Manager to be clickable and link directly
to albums in the Lidarr web interface.

Changes:
- Enable Lidarr entries to be clickable in Hunt Manager
- Use foreignAlbumId (MusicBrainz UUID) for Lidarr URLs
- Store foreignAlbumId in hunt_history for Lidarr entries
- Update click handler to process Sonarr, Radarr, and Lidarr
- Apply foreignAlbumId fix to both missing and upgrade processing

Note: Existing hunt history entries will still have internal IDs.
Users can clear hunt history to regenerate with correct UUIDs.
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.

1 participant