1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-02 10:22:21 +02:00

Created Indexer Flags (markdown)

Leonardo Galli 2018-05-26 18:50:57 +02:00
parent 383a374d9f
commit 810bd41cc6

13
Indexer-Flags.md Normal file

@ -0,0 +1,13 @@
Torrent Indexers sometimes have torrents that, while they contain the same video, have other attributes that differentiate them. In Radarr, these are called Indexer Flags and you can do some cool stuff with them. See the table below, for a list of available flags and what they signify.
| Flag Name | Description |
|---|---|
| G_Freeleech | Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet. |
| G_Halfleech | Similar to G_Freeleech, G_Halfleech signifies that only half of the size of this torrent will count towards your download quota or ratio. |
| G_DoubleUpload | Similar to G_Freeleech, G_DoubleUpload signifies that any amount of data you upload via seeding is counted twice towards your upload quota and ratio. This is very useful, if you want to build up a ratio buffer. |
| PTP_Golden | On PassThePopcorn, some torrents are given the Golden tag, when they meet certain encoding standards. These are usually the best encodes, with almost no perceptible quality loss. You can learn more on their wiki page. |
| PTP_Approved | On PassThePopcorn, some torrents are approved, when they meet the minimum standards for encoding (e.g. no low bitrates). See their wiki for more information. |
| HDB_Internal | Releases on HDBits receive this tag, when the release was uploaded by one of the release groups of HDBits themselves. |
| AHD_Internal | Release on Awesome HD receive this tag, when the release was uploaded by one of the release groups of Awesome HD themselves. |
| G_Freeleech75 | Similar to G_Freeleech, G_Freeleech75 signifies that only 25% of the size of this torrent will count towards your download quota or ratio. |
| G_Freeleech25 |Similar to G_Freeleech, G_Freeleech25 signifies that only 75% of the size of this torrent will count towards your download quota or ratio. |