Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadarrSync adding every single movie to 4K Radarr #43

Open
blade316 opened this issue Jun 15, 2020 · 0 comments
Open

RadarrSync adding every single movie to 4K Radarr #43

blade316 opened this issue Jun 15, 2020 · 0 comments

Comments

@blade316
Copy link

Describe the bug
I use UnRAID v6.8.3
Docker version 19.03.5
RadarrSync: latest
Docker mount points for both: /data

I just spun up a RadarrSync container, and set it up with my normal Radarr URL + API and my 4K Radarr + API + Profile ID.

In my standard Radarr I have a profile called “Best Available” - that is ID 7. This is the profile I use for movies I want to grab 1080p versions of and then also send to 4K Radarr.
image

I also have another profile “Only 1080p” (profile ID 4) for movies that I don’t want to send to my 4K Radarr. I also confirmed the profile IDs in both Radarr and Radarr 4K databases using DB browser for SQLite.

I also use the custom format options just for tighter control on matching:

Custom Formats for "Best Available" in normal Radarr Profile ID 7
image

However, this is not working ... all my movies in both “Best Available” and “Only 1080p” are getting sent to Radarr 4K, which is not the expected behavior.

Expected behavior
Expected behavior is for it to honor the profile with the corresponding Profile ID set in the containers Radarr 4K setting, and only pass movies through to 4K Radarr when that profile is selected. Movies with other profiles should be excluded.

Configuration
Docker version doesn't have a config.txt file.
Just uses container variables to pass through to RadarrSync.py

image

Logs
No useful debug info at all in output.txt - unless there is a way to enable a debug output?

2020-06-14 17:45:29,949 [MainThread ] [INFO ] adding John Dies at the End to server
2020-06-14 17:45:30,508 [MainThread ] [INFO ] adding Johnny English to server
2020-06-14 17:45:31,074 [MainThread ] [INFO ] adding Johnny English Reborn to server
2020-06-14 17:45:31,655 [MainThread ] [INFO ] adding Johnny English Strikes Again to server
2020-06-14 17:45:32,057 [MainThread ] [INFO ] adding Johnny Mnemonic to server
2020-06-14 17:45:32,431 [MainThread ] [INFO ] adding Joy to server
2020-06-14 17:45:32,867 [MainThread ] [INFO ] adding Judge Dredd to server
2020-06-14 17:45:33,356 [MainThread ] [INFO ] adding Juno to server
2020-06-14 17:45:33,750 [MainThread ] [INFO ] adding Jupiter Ascending to server
2020-06-14 17:45:34,135 [MainThread ] [INFO ] adding Just Getting Started to server
2020-06-14 17:45:34,644 [MainThread ] [INFO ] adding Just Go with It to server
2020-06-14 17:45:35,110 [MainThread ] [INFO ] adding Just Mercy to server
2020-06-14 17:45:35,509 [MainThread ] [INFO ] adding K-19: The Widowmaker to server
2020-06-14 17:45:35,923 [MainThread ] [INFO ] adding K-9 to server
2020-06-14 17:45:36,422 [MainThread ] [INFO ] adding The Bourne Identity to server
2020-06-14 17:45:36,811 [MainThread ] [INFO ] adding The Bourne Legacy to server
2020-06-14 17:45:37,202 [MainThread ] [INFO ] adding The Bourne Ultimatum to server
2020-06-14 17:45:37,729 [MainThread ] [INFO ] adding The Bourne Supremacy to server

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

No branches or pull requests

1 participant