Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Matching incorrect release groups #15

Open
Jerrk opened this issue Mar 2, 2021 · 4 comments
Open

Matching incorrect release groups #15

Jerrk opened this issue Mar 2, 2021 · 4 comments

Comments

@Jerrk
Copy link

Jerrk commented Mar 2, 2021

i'm running into an issue where i'm getting matched the incorrect group for my torrents, and this seems to happen a lot.
heres a snippet of the latest log:

Module: CrossSeedAutoDL - Line: 367 - Message: Searching for: Honey I Shrunk the Kids 1989/ Honey.I.Shrunk.the.Kids.1989.BluRay.1080p.DTS-HD.MA.5.1.AVC.REMUX-FraMeSToR

Module: CrossSeedAutoDL - Line: 113 - Message: http://...

Module: CrossSeedAutoDL - Line: 192 - Message: 4 matched of 13 results.

Module: CrossSeedAutoDL - Line: 269 - Message: - Grabbing release: Honey I Shrunk the Kids 1989 BluRay 1080p DTS-HD MA 5.1 AVC REMUX-FraMeSToR [***]

Module: CrossSeedAutoDL - Line: 269 - Message: - Grabbing release: Honey I Shrunk the Kids 1989 BluRay 1080p DTS-HD MA 5.1 AVC REMUX-FraMeSToR [***]

Module: CrossSeedAutoDL - Line: 269 - Message: - Grabbing release: Honey I Shrunk the Kids 1989 1080p BluRay REMUX AVC DTS-HD MA 5.1-EPSiLON [***]

Module: CrossSeedAutoDL - Line: 269 - Message: - Grabbing release: Honey I Shrunk the Kids 1989 1080p Blu-ray Remux AVC DTS-HD MA 5.1 - KRaLiMaRKo [***]

sometimes i get pmp, decibel, privatehd, legi0n, etc.

It would seems pretty obvious to me that a framestor release is not the same as a epsilon or kralimarko release so i was wondering why i'm getting these incorrect matches?

maybe release group isn't weighted heavily enough in the search terms?

@BC44
Copy link
Owner

BC44 commented Mar 2, 2021

Only the series/movie title is passed into the jackett search query, with some season and episode number parameters if it's a show, though I should definitely implement weighing the release group when deciding which release to grab.

@mekarawr
Copy link

mekarawr commented Mar 23, 2021

I'm having a similar problem that would be helped with a more granular search, for example I have a season of the show "Gold Rush" however it will not get matched because searching for "Gold Rush" believe this would be helped by passing along a parsed Season or Episode number as well in the search string. A manual search for this in jackett ui will return a proper match

Gold.Rush.S01.1080p.AMZN.WEB-DL.DD+2.0.x264-QOQ

will just search for "Gold Rush" and not season.

@BC44
Copy link
Owner

BC44 commented Mar 24, 2021

will just search for "Gold Rush" and not season.

The console shows minimal information. In the log file it will show the full search URL and if the filename indicates a season, the search URL will contain a season= parameter with the season number included

It could be that there were no matches if the search results contained a release that was of a much higher filesize than your local file(s), given the possibility of extras such as sample files, etc.

@mekarawr
Copy link

sorry no, I am migrating torrent client and that is the release I've previously downloaded from the same tracker. downloading the .torrent manually it will get picked up by autotorrent and hash check perfectly fine and like i mentioned manually searching in the jackett ui will give me this release as a result

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants