Prowlarr / Indexers

Contains indexer definitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Season search does not add the term in search on ygg

vincent-boulin opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

I actually use sonarr manually to fetch my tv shows and i always wait that all tv show is released to fetch it.

When i search for example the witcher s01 there is an issue that doesn't add the season in the search.
I try it using the search available in prowlarr and the same logs appear.

When trying using s01e01 seems to work correctly and add this term to the search query

Expected Behavior

When only season is passed ot the query, the resulted query on the indexer must contains the term

Steps To Reproduce

On the search screen of prowlarr, search the witcher s01. you will see a lot of result not corresponding to the query

Environment

- OS: Arch Linux (docker linuxserver.io)
- Prowlarr: 1.8.6.3946
- Docker Install: Yes
- Using Reverse Proxy: No
- Browser: Not concern

What branch are you running?

Master

Trace Logs?

2023-10-16 16:30:37.9|Info|ReleaseSearchService|Searching indexer(s): [YGGtorrent] for Term: [The Witcher US] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5050, 5060, 5080, 102179, 102182, 102184]
2023-10-16 16:30:37.9|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%22The%22+%22Witcher%22+%22US%22
2023-10-16 16:30:37.9|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%22The%22+%22Witcher%22+%22US%22
2023-10-16 16:30:38.3|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522The%2522%2B%2522Witcher%2522%2B%2522US%2522
2023-10-16 16:30:38.3|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522The%2522%2B%2522Witcher%2522%2B%2522US%2522
2023-10-16 16:30:40.1|Debug|ReleaseSearchService|Total of 3 reports were found for Term: [The Witcher US] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5050, 5060, 5080, 102179, 102182, 102184] from 1 indexer(s)
2023-10-16 16:30:40.1|Debug|Prowlarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2023-10-16 16:30:40.1|Info|ReleaseSearchService|Searching indexer(s): [YGGtorrent] for Term: [The Witcher] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5050, 5060, 5080, 102179, 102182, 102184]
2023-10-16 16:30:40.1|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%22The%22+%22Witcher%22
2023-10-16 16:30:40.1|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%22The%22+%22Witcher%22
2023-10-16 16:30:42.3|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522The%2522%2B%2522Witcher%2522
2023-10-16 16:30:42.3|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522The%2522%2B%2522Witcher%2522
2023-10-16 16:30:44.5|Debug|ReleaseSearchService|Total of 40 reports were found for Term: [The Witcher] for Season / Episode:[S01], Offset: 0, Limit: 100, Categories: [5050, 5060, 5080, 102179, 102182, 102184] from 1 indexer(s)

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.

I can try to push a PR if someone can give me some informations on where search to begin to search for

Is strip season enabled? If so this would be expected.

YGG does not support partial matches and has a very anti-automation view...including banning users for merely discussion automation....thus their search is lackluster at best

- name: strip_season
type: checkbox
label: Strip season only (e.g. S01) from searches, as tracker does not support partial matches
default: true

Yes ok, strip season was enabled.
Disabling it the search seems to be better but too wide (see logs)

As we can see, the search of terms "the witcher" is done and seems to fetch a lot of other release.

And yes ygg doesn't wan't to simplifies automation... and i don't understand why : if the upload ratio of account are ok i don't see the problem of automation...

2023-10-16 17:21:05.9|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%22the%22+%22witcher%22
2023-10-16 17:21:05.9|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=2145&do=search&order=desc&sort=publish_date&name=%22the%22+%22witcher%22+%22s01%22
2023-10-16 17:21:05.9|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=2145&do=search&order=desc&sort=publish_date&name=%22the%22+%22witcher%22+%22s01%22
2023-10-16 17:21:06.3|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522the%2522%2B%2522witcher%2522
2023-10-16 17:21:06.3|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=all&do=search&order=desc&sort=publish_date&name=%2522the%2522%2B%2522witcher%2522
2023-10-16 17:21:08.2|Debug|Cardigann|Adding request: https://www3.yggtorrent.wtf/engine/search?category=2145&do=search&order=desc&sort=publish_date&name=%2522the%2522%2B%2522witcher%2522%2B%2522Saison%2B1%2522
2023-10-16 17:21:08.2|Debug|Cardigann|Downloading Feed https://www3.yggtorrent.wtf/engine/search?category=2145&do=search&order=desc&sort=publish_date&name=%2522the%2522%2B%2522witcher%2522%2B%2522Saison%2B1%2522```

Nothing that can be done on Prowlarr's nor Jackett's end given the site's limitations, issues, and search quality

Ok that's what i think !
I will need to find another tracker or check if usenet can provide french content 🤔 .
Thank you a lot for your time and explanation, at this moment i think that disable strip season permit me to have some accetable results.