Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(guide): basics how scoring works for the CF #2176

Open
notifiarr-bot opened this issue Dec 24, 2024 · 0 comments
Open

feat(guide): basics how scoring works for the CF #2176

notifiarr-bot opened this issue Dec 24, 2024 · 0 comments
Assignees

Comments

@notifiarr-bot
Copy link

Let’s say you have three custom formats, A, B and C. Scored as:

  • A: 10
  • B: 20
  • C: 30

Then, let’s say you have three releases, X, Y and Z. They happen to match your custom formats as follows:

  • X matches A
  • Y matches B and C
  • Z matches A and C

Total custom format scores would therefore be:

  • X: 10 (matches A)
  • Y: 50 (matches B and C)
  • Z: 40 (matches A and C)

So looking at the download rank I shared above, Quality is the first check. If all three of our example releases here are the same quality - eg, WEBDL-1080p, then we move on to the next check which is custom format score. In the example above, Y would be chosen as it has the highest cumulative custom format score.

Origin user: yammes
Origin message: Discord Server Link
Reporting user: trash.guides
Reporting message: Discord Server Link

@TRaSH- TRaSH- self-assigned this Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants