Prowlarr / Indexers

Contains indexer definitions
69 stars 64 forks source link

BrasilTracker definition returns a unparsable title for Radarr/Sonarr #485

Open doutorinfamous opened 2 days ago

doutorinfamous commented 2 days ago

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.

case

radarr showing wrong parsing

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.

radarr with the correct parsing

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.

case

Environment

- OS: unraid
- Prowlarr: 1.23.1.4708
- Docker Install: yes
- Using Reverse Proxy: no
- Browser: google chrome

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.

bakerboy448 commented 1 day ago

cc @ilike2burnthing @garfield69 for upstream

garfield69 commented 1 day ago

@bakerboy448 the Jackett BrasilTracker indexer is written in C#. Presumably the Prowlarr one is too. Our indexer searches the English titles and has no problem providing Radarr with Killer Heat image perhaps your indexer needs reworking?

ilike2burnthing commented 23 hours ago

BrasilTracker is one of the few YML definitions which exists in Prowlarr but not Jackett - https://github.com/Prowlarr/Indexers/issues/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