Fix radarr duplicates, nestarr false positives, mobile layout, log modules#7
Closed
chodeus wants to merge 2 commits intoexperimentalfrom
Closed
Fix radarr duplicates, nestarr false positives, mobile layout, log modules#7chodeus wants to merge 2 commits intoexperimentalfrom
chodeus wants to merge 2 commits intoexperimentalfrom
Conversation
…e responsiveness, log modules - Stop flagging same movie across different Radarr instances (e.g. radarr vs radarr4k) as duplicates. Only flag within-instance duplicates now. Also fix fuzzy matching to skip cross-instance comparisons. - Fix Nestarr false positives by adding fallback matching via TMDB/TVDB/IMDB IDs and title+year when plex_mapping_id is not set. Parse Plex GUID format for ID extraction. - Add Nestarr scan result persistence: cache results server-side, load cached results on page mount so they survive page navigation. Show last scan timestamp. - Pre-create log directories for all known modules (including Nestarr) so they always appear in the log dropdown, even before their first run. - Add mobile-responsive layouts: stack headers vertically on small screens, show icon-only buttons on mobile, add flex-wrap for toolbars. Fix poster grid to single column on narrow screens. - Add sm: responsive typography CSS utilities. https://claude.ai/code/session_01StWyCqGwxvoaxQdhvy1Vab
| guids["imdb"] = guid.replace( | ||
| "com.plexapp.agents.imdb://", "" | ||
| ).split("?")[0] | ||
| except Exception: |
Owner
Author
|
All items from this PR have been implemented directly on experimental: radarr duplicate filtering, nestarr GUID fallback matching, log directory pre-creation, mobile responsiveness, and nestarr scan result persistence (adfb9bf). Closing as completed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
radarrvsradarr4k) as duplicates. These are intentional different-quality copies. Only within-instance duplicates are now flagged. Fuzzy matching also updated to skip cross-instance comparisons.plex_mapping_idis not set. Parses Plex GUID format (themoviedb://,thetvdb://,imdb://) for ID extraction. This fixes cases like Borat being flagged as "Not in Plex" when it is present.sm:responsive typography CSS utilities.Test plan
https://claude.ai/code/session_01StWyCqGwxvoaxQdhvy1Vab