-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
BrasilTracker definition returns a unparsable title for Radarr/Sonarr #485
Comments
cc @ilike2burnthing @garfield69 for upstream |
@bakerboy448 the Jackett BrasilTracker indexer is written in C#. Presumably the Prowlarr one is too. |
BrasilTracker is one of the few YML definitions which exists in Prowlarr but not Jackett - #370 Yea, the Jackett indexer does a lot to the titles - https://github.com/Jackett/Jackett/blob/master/src/Jackett.Common/Indexers/Definitions/BrasilTracker.cs |
I was able to make the YML definition work. Now the BrasilTracker is parsing ok in Radarr. Hope it helps everybody that needs it
|
@doutorinfamous can you PR it for Prowlarr then if you've tested it please |
Did some improvements on the titles so Radarr is close to perfection as it can be due to limitations, but episodes still won't be parseable as that seems to require converting the indexer to C# as the site lacks basic info like season/episode when grouping torrents is disabled. |
Is there an existing issue for this?
Current Behavior
When using a Brazilian tracker, the movie name appears in Portuguese before the English title, and the release year is often missing. This causes Radarr to fail to parse the movie correctly. Additionally, the tracker does not follow the standard formatting for video quality labels like 1080p and 2160p, instead using terms like "Full HD" and "4K". As a result, it's nearly impossible to download movies and TV shows because Radarr and Sonarr can't find or match them properly.
Expected Behavior
The correct information from the Brasiltracker should display the English title first (without being enclosed in brackets), include the movie's release year, and use numerical resolution formats like 1080p or 2160p.
Steps To Reproduce
Search for any movie manually using a Brasiltracker.
Notice that Radarr/Sonarr fails to parse the movie because the English title is not at the front and the release year is missing.
Environment
What branch are you running?
Master
Trace Logs? Not Optional
There are no logs available because the issue is not within the Prowlarr system itself, but rather in the DEFINITION of how information is displayed by the Brasiltracker. The solution is to adjust the YAML definition for the tracker to ensure the movie year, English title (at the front), and numerical resolution are correctly shown.
Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace
- that are relevant and show this issue.The text was updated successfully, but these errors were encountered: