mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
Search on torrenting.com doesn't use season and episode number #841
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#841
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 @koudman on GitHub (Apr 12, 2023).
Is there an existing issue for this?
Current Behavior
While searching for past episodes on torrenting.com prowlarr it show IMDBId, Season and Episode in the parameters but the generated URL (e.g. https://torrenting.com/t?4=&5=&18=&29=&55=&82=&99=&q=tt******&qf=adv) it uses for the search only includes the IMBDId.
This leads to issues as the Query only returns 35 results and for older episodes this means the search comes up empty (they are beyond the 35 results limit = first page)
Expected Behavior
In stead of only sending the IMDBId send the season and epsiode number as well (format: SxxExx) in the search URL to ensure that relevant hits show up within the first 35 results.
like: https://torrenting.com/t?4=&5=&18=&29=&55=&82=&99=&q=tt******+SXXEXX
Steps To Reproduce
Environment
What branch are you running?
Master
Trace Logs?
2023-04-12 21:00:57.4|Info|ReleaseSearchService|Searching indexer(s): [Torrenting] for Term: [] | ID(s): IMDbId:[0115147] for Season / Episode:[2023.03.08], Offset: 0, Limit: 100, Categories: [5000, 5030, 5040, 5020]
2023-04-12 21:00:57.4|Info|Cardigann|Adding request: https://torrenting.com/t?4=&5=&18=&29=&55=&82=&99=&q=tt0115147&qf=adv
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
@mynameisbogdan commented on GitHub (Apr 12, 2023):
How about these cases:
q=tt******+SxxExx: shows only one specific episode?q=tt******+Sxx: shows one specific season and/or all episodes for that season?q=tt******+Exx: shows one specific episode for all seasons?q=tt******+xxxx.xx.xx: daily shows like2023.01.03are shown?@ilike2burnthing commented on GitHub (Apr 12, 2023):
yes
yes
yes, but they don't support partial matches, so searching for
tt******+E02orshow+name+E02will not returnShow Name S01E02 1080pbut will returnShow Name E02 1080pandShow Name S01E01-E02 1080p(and as far as I can see they don't support wildcards)yes (title format is
2023 01 03, but.is ignored in search)github.com/Jackett/Jackett@007f012b44@mynameisbogdan commented on GitHub (Apr 12, 2023):
Ah, cool then. 🙀
Thanks @ilike2burnthing.
@mynameisbogdan commented on GitHub (Apr 12, 2023):
github.com/Prowlarr/Indexers@b612f8b094