
Importarr , force import stuck titles due to mismatch id/name
Hi there,
So anyone with an anime library will face these kind of issues where sometimes certain titles get stuck in the queue with a warning saying "Found matching series via grab history, but series was matched by series ID. Automatic import is not possible", forcing you to either manually import those or delete them and block them.
This is manageable, but if you are like me , not being on the server 24/7 you will get surprised of how many of those will stack up after leaving the server for one week. This can happen to radarr also.
What I found is that 99% of these are correctly labeled and are actually just one click away of a button to import. hence why I made this tool.
Importarr aims to solve this particular issue by scanning you queue for items with this message . and forcefully import them for you. simple and clean.
You can add multiple instances of both sonarr and Radarr. additionally can be run continues with a set interval to scan your queue.
Binaries are compiled for every major OS . a docker image has been published also .
there is also a TUI interface but it's not completed yet so it's experimental .
I am always up for suggestions and features. my goal is to make importing titles is as automatic as possible.
Disclaimer: using my knowledge in go I vibe coded most of the backend. the code has been reviewed.