Importarr , force import stuck titles due to mismatch id/name
▲ 5 r/PlexMedia+1 crossposts

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.

github.com
u/ajmandourah — 10 days ago
▲ 33 r/Servarr+2 crossposts

Bazarr-sync 0.7 is here

I have been busy with life recently so I did not have the chance to work on my side project but here we are again.

Bazarr-sync v0.7

its a cli tool that solve a problem in bazarr. syncing multiple different subs has always been a chore. especially when you reach the level of hoarding hundreds of movies and shows . this tool aim to make it a little bit easier.

latest update wad almost 1 year ago . I fixed many of the issue and bugs here and there. so it should fly smoothly.

and yeah there is a docker container as well.

what's new

  • sync subtitles of a certain language.
  • improve terminal compatibility
  • fixed a leak in Http requests causing crashes
  • resume inturrepted syncs

Disclaimer:

the original code was completely written by hand. this update includes some vibe coded elements. but reviewed .

https://github.com/ajmandourah/bazarr-sync

github.com
u/ajmandourah — 17 days ago