You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: schemas/torznab.xsd
+2
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,8 @@
75
75
<xs:enumerationvalue="seedtype" /> <!-- TBD, which criteria must be met. was going for 'ratio,seedtime,both' but afaik it's always 'either' -->
76
76
<xs:enumerationvalue="minimumratio" />
77
77
<xs:enumerationvalue="minimumseedtime" />
78
+
<xs:enumerationvalue="downloadvolumefactor" /> <!-- factor for the download volume, in most cases it should be set to 1, if a torrent is set to freeleech set it to 0, if only 50% is counted set it to 0.5 -->
79
+
<xs:enumerationvalue="uploadvolumefactor" /> <!-- factor for the upload volume, in most cases it should be set to 1, if a torrent is set to neutral leech (upload is not counted) set it to 0, if it's set to double upload set it to 2 -->
0 commit comments