mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
LimeTorrents results contain no punctuation, so CFs on Sonarr will not parse Release Groups #1249
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#1249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @callephi on GitHub (Nov 12, 2025).
I attest that there is not an existing issue for this?
I attest this is not related to a Cardigann YML Indexer.
Current Behavior
When querying Prowlarr either through interactive search or through Search on Prowlarr, results from LimeTorrents contain no punctuation, particularly hyphens which for some odd reason, when missing at the end with the Release Group name, Sonarr fails to parse.
Example (as shown on site):
Pluribus S01E01 We Is Us 2160p ATVP WEB-DL DDP5 1 Atmos DV HDR H 265-FLUX
Returned:
Pluribus S01E01 We Is Us 2160p ATVP WEB DL DDP5 1 Atmos DV HDR H 265 FLUX
Expected Behavior
Results from search should come back with exact title identical to as it's shown on the website.
Steps To Reproduce
Environment
What branch are you running?
Master
Trace Logs?
prowlarr.trace.txt
I attest that 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.@ilike2burnthing commented on GitHub (Nov 12, 2025):
github.com/Prowlarr/Indexers@b1c69921d7/definitions/v11/limetorrents.yml (L93-L100)Because longer titles are cut off, we pull the full title from the details URL instead, then strip the
-torrent-12345.htmlend and replace all-with spaces to make it more human readable.While you could do this in a way to leave/insert the last
-, that would result in a lot of false positives.Not really fixable, unless LimeTorrents provides alt text of the full titles.