Movie Import Filtering #9364

Open
opened 2026-02-20 00:13:08 -05:00 by deekerman · 0 comments
Owner

Originally created by @RyanScottLewis on GitHub (Feb 16, 2026).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

When doing the initial movie import on a large library (1400 movies, in my case), it is very tedious and time consuming to go through the list of movies one-by-one to make sure the movie's search result matches the actual movie title or that any search results are found.

Here is an example of what I'm looking for on the initial import. A very close, but non-exact match (wrong year):

Image

Describe the solution you'd like

Filters to show only non-exact matches, poor matches (Levenshtein distance?), or no matches for movie titles.

Describe alternatives you've considered

No alternative - I could make a script that parses the HTML source and lists only the filtered results.

Anything else?

N/A

Originally created by @RyanScottLewis on GitHub (Feb 16, 2026). ### Is there an existing issue for this? - [x] I have searched the existing open and closed issues ### Is your feature request related to a problem? Please describe When doing the initial movie import on a large library (1400 movies, in my case), it is very tedious and time consuming to go through the list of movies one-by-one to make sure the movie's search result matches the actual movie title or that any search results are found. Here is an example of what I'm looking for on the initial import. A very close, but non-exact match (wrong year): <img width="854" height="273" alt="Image" src="https://github.com/user-attachments/assets/95b5e413-f1e1-42d6-9666-f90506e57a5a" /> ### Describe the solution you'd like Filters to show _only_ non-exact matches, poor matches (Levenshtein distance?), or no matches for movie titles. ### Describe alternatives you've considered No alternative - I could make a script that parses the HTML source and lists only the filtered results. ### Anything else? N/A
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#9364
No description provided.