Replies: 1 comment
-
The matching logic will always choose the torrent with the most seeders
that's within the quality profile chosen. So, "any" would simply choose
the torrent with the most seeders and not care about the quality.
You can play with the quality profiles by specifying min/max sizes on top
of the actually qualities (e.g. 720p). See the settings page to change the
quality profiles.
…On Sun, Sep 15, 2024 at 8:56 AM cmess77 ***@***.***> wrote:
Thanks for this amazing project, I love it! I just have a quick question
about the behavior of the any quality profile. I tried digging around in
the source, but couldn't really find an answer, likely due to my lack of
experience with TypeScript.
When the any profile is selected, does the application take the first
quality it finds? Or, does it slowly lower the quality as long as it can't
find a torrent?
—
Reply to this email directly, view it on GitHub
<#307>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKYIKNHZFRCCCI32IW6DRYTZWWG2JAVCNFSM6AAAAABOH27SZOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGE4DMMBTGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cmess77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for this amazing project, I love it! I just have a quick question about the behavior of the any quality profile. I tried digging around in the source, but couldn't really find an answer, likely due to my lack of experience with TypeScript.
When the any profile is selected, does the application take the first quality it finds? Or, does it slowly lower the quality as long as it can't find a torrent?
Beta Was this translation helpful? Give feedback.
All reactions