assorted unit3d: MST comments typo fixes

This commit is contained in:
Garfield69
2024-09-04 05:08:13 +12:00
parent df9c493c68
commit d6cd9921a6
16 changed files with 19 additions and 18 deletions

View File

@@ -195,6 +195,6 @@ search:
# minimumratio:
# text: 1.0
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.1.3

View File

@@ -186,6 +186,6 @@ search:
# minimumratio:
# text: 0.4
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.3.0b

View File

@@ -189,6 +189,6 @@ search:
# minimumratio:
# text: 0.5
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.2.0

View File

@@ -184,7 +184,7 @@ search:
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 0.6 but torrents must be seeded for 7 days regardless of ratio
# global MR is 0.6 but torrents must be seeded for 3 days regardless of ratio
# minimumratio:
# text: 0.6
minimumseedtime:

View File

@@ -197,7 +197,7 @@ search:
case:
False: 1 # normal
True: 2 # double
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
# global MR is 0.4 but torrents must be seeded for 2 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:

View File

@@ -146,6 +146,6 @@ search:
# minimumratio:
# text: 1.0
minimumseedtime:
# 3 day (as seconds = 7 x 24 x 60 x 60)
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
# json UNIT3D 7.1.3 (custom)

View File

@@ -186,7 +186,7 @@ search:
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 1.0 but torrents must be seeded for 5 days regardless of ratio
# global MR is 1.0 but torrents must be seeded for 3 days regardless of ratio
# minimumratio:
# text: 1.0
minimumseedtime:

View File

@@ -176,7 +176,7 @@ search:
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 0.4 but torrents must be seeded for 5 days regardless of ratio
# global MR is 0.4 but torrents must be seeded for 1 day regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:

View File

@@ -188,6 +188,6 @@ search:
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 8.2.0

View File

@@ -183,10 +183,10 @@ search:
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
# global MR is 0.4 but torrents must be seeded for 2 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:
# 2 day (as seconds = 2 x 24 x 60 x 60)
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 8.2.0

View File

@@ -192,6 +192,6 @@ search:
# minimumratio:
# text: 1.0
minimumseedtime:
# 10 day (as seconds = 2 x 24 x 60 x 60)
# 10 days (as seconds = 10 x 24 x 60 x 60)
text: 864000
# json UNIT3D 8.2.0

View File

@@ -218,10 +218,10 @@ search:
True: 2 # double
uploadvolumefactor:
text: "{{ if .Result._featured }}2{{ else }}{{ .Result.uploadvolumefactor_double_upload }}{{ end }}"
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
# global MR is 0.4 but torrents must be seeded for 6 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:
# 6 day (as seconds = 6 x 24 x 60 x 60)
# 6 days (as seconds = 6 x 24 x 60 x 60)
text: 518400
# json UNIT3D 8.2.0 (custom)

View File

@@ -170,5 +170,6 @@ search:
minimumratio:
text: 1.0
minimumseedtime:
text: 345600 # 4 days (as seconds = 4 x 24 x 60 x 60)
# 4 days (as seconds = 4 x 24 x 60 x 60)
text: 345600
# json UNIT3D 7.2.5

View File

@@ -172,6 +172,6 @@ search:
0: 1 # normal
1: 2 # double
minimumseedtime:
# 60h (as seconds = 60 x 60 x 60)
# 2.5 days (as seconds = 2.5 x 24 x 60 x 60)
text: 216000
# json UNIT3D 6.5.0

View File

@@ -174,7 +174,7 @@ search:
case:
False: 1 # normal
True: 2 # double
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
# global MR is 0.4 but torrents must be seeded for 5 days regardless of ratio
# minimumratio:
# text: 0.4
minimumseedtime:

View File

@@ -182,6 +182,6 @@ search:
# minimumratio:
# text: 0.4
minimumseedtime:
# 2 day (as seconds = 2 x 24 x 60 x 60)
# 2 days (as seconds = 2 x 24 x 60 x 60)
text: 172800
# json UNIT3D 8.2.0