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

nzbgeek multilanguage bug #888

Open
PeterRudolpf78910 opened this issue Sep 1, 2023 · 3 comments
Open

nzbgeek multilanguage bug #888

PeterRudolpf78910 opened this issue Sep 1, 2023 · 3 comments
Labels

Comments

@PeterRudolpf78910
Copy link

Hi nzbhydra team,

I tried the following. I wanted to search nzbgeek for a TV show with multiple languages. In the result, I can see the two languages, but it seems like nzbhydra is not mapping them correctly. When I look in sonarr it only shows Japanese and not both languages.
Could also be an issue from sonarr not interpreting the newznab:attr:language correctly, hope you can assist.

Here is the API call result:
image

Here is the debug archive:
nzbhydra2-debug-infos.zip

@theotherp
Copy link
Owner

Hydra usually doesn't care about the language and forwards all newznab attributes. You can test it by making the API query made by sonarr to hydra in your browser (e.g. http://127.0.0.1:5076/api/t=search&q=fullmetal.alchemist&apikey=). See if the attributes are returned properly.

@PeterRudolpf78910
Copy link
Author

PeterRudolpf78910 commented Sep 4, 2023

Hey, you are totally right. You forward the Language value without any changes:

image

The syntax doesn't seem right on indexer side if I compare to this, but I will try to open a bug report on Sonarr Side. Is it possible you can parse that attribute so Sonarr can understand it as multi-language, or isn't that your intention with hydra, or simply not possible?

And if the attribute is not set, Sonarr is trying to get the Language out of the Title and then multilanguage works, like here:
image
image

I will open a bug on the Sonarr side. Thanks for your help so far.

@theotherp
Copy link
Owner

theotherp commented Sep 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants