forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaither.ts
More file actions
285 lines (275 loc) · 10.5 KB
/
Copy pathaither.ts
File metadata and controls
285 lines (275 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
// src/data/trackers/aither.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const aither: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "aither",
name: "Aither",
abbreviation: "ATH",
url: "https://aither.cc",
description:
"General private tracker with a focus on high-quality encodes and a welcoming community. Known for its active forums and generous bonus system.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "unit3d",
apiPath: "/api/user",
// ── Content ─────────────────────────────────────────────────────────
specialty: "General / HD content",
contentCategories: ["Movies", "TV", "Sports"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#00d4ff",
logo: "/tracker-logos/aither_logo.svg",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "aither",
statusPageUrl: "https://status.aither.cc/status/aither",
// ── Community ───────────────────────────────────────────────────────
userClasses: [
// Dynamic — upload/seed-based
{ name: "Leech", requirements: "Ratio below 0.4 — download privileges revoked" },
{ name: "Phobos", requirements: "Ratio ≥ 0.4. 4 download slots" },
{
name: "Harmonia",
requirements:
"Upload ≥ 500 GiB or seed size ≥ 1 TiB, ratio ≥ 0.6, age ≥ 1 month. 10 download slots",
},
{
name: "Zeus",
requirements:
"Upload ≥ 2 TiB or seed size ≥ 2 TiB, ratio ≥ 0.6, age ≥ 3 months, avg seedtime ≥ 10 days. 25 download slots",
},
{
name: "Helios",
requirements:
"Upload ≥ 5 TiB or seed size ≥ 5 TiB, ratio ≥ 0.8, age ≥ 6 months, avg seedtime ≥ 20 days, 1+ upload. 50 download slots, invite sending",
},
{
name: "Prometheus",
requirements:
"Upload ≥ 10 TiB or seed size ≥ 10 TiB, ratio ≥ 1.0, age ≥ 8 months, avg seedtime ≥ 45 days, 5+ uploads. Invite forum",
},
{
name: "Oceanus",
requirements:
"Upload ≥ 20 TiB or seed size ≥ 20 TiB, ratio ≥ 1.5, age ≥ 1 year, avg seedtime ≥ 2 months, 10+ uploads. Torrent mod bypass",
},
{
name: "Gigantes",
requirements:
"Upload ≥ 40 TiB or seed size ≥ 40 TiB, ratio ≥ 1.5, age ≥ 1y 3m, avg seedtime ≥ 3 months, 15+ uploads. Freeleech",
},
{
name: "Titan",
requirements:
"Upload ≥ 100 TiB or seed size ≥ 65 TiB, ratio ≥ 2.0, age ≥ 2 years, avg seedtime ≥ 6 months, 20+ uploads. Freeleech, H&R immune",
},
// Staff-assigned
{
name: "Junior Uploader",
requirements: "Staff — junior role model uploader. Torrent mod bypass",
},
{ name: "Uploader", requirements: "Staff — role model uploader. Freeleech, H&R immune" },
{ name: "Typhon", requirements: "Staff — deemed worthy. Freeleech, 2x upload, H&R immune" },
{
name: "Contributor",
requirements: "Staff — contributes work to Aither. Freeleech, H&R immune",
},
{ name: "Trustee", requirements: "Staff — friends of the site. Freeleech, H&R immune" },
{
name: "Internal",
requirements: "Staff — internal release group members. Freeleech, H&R immune",
},
{ name: "FLS", requirements: "Staff — front line support. Unlimited download slots" },
{
name: "Editor",
requirements: "Staff — fixes torrent pages and handles reports. Unlimited download slots",
},
{
name: "Torrent Moderator",
requirements: "Staff — moderates torrent queue. Unlimited download slots",
},
],
releaseGroups: [
{ name: "ATELiER", description: "Main house group — high-quality 1080p encodes and remuxes" },
{ name: "Kitsune", description: "Primary — WEB-DL" },
{
name: "MainFrame",
description: "Primary — 2160p encodes, secondary 1080p encodes and remuxes",
},
{ name: "NAN0", description: "Primary — anime full discs and remuxes, secondary x265 encodes" },
{ name: "ARTiCUN0" },
{ name: "Dooky" },
{ name: "Headpatter", description: "Anime remux and encode" },
{ name: "PiRAMiDHEAD", description: "High-quality multi-source remuxes" },
{ name: "VaLTiEL", description: "Blu-ray and DVD full discs" },
{ name: "WiTCHCRAFT", description: "Obscure, indie, and arthouse WEB-DL content" },
],
bannedGroups: [
"4K4U",
"afm72",
"Alcaide_Kira",
"AROMA",
"Bandi",
"BeechyBoy",
"ben the men",
"BiTOR",
"Bluespots",
"BOLS",
"Chivaman",
"CREATiVE24",
"d3g",
"DepraveD",
"edge2020",
"EMBER",
"EVO",
"FGT",
"Flights",
"FreetheFish",
"Garshasp",
"Ghost",
"Grym",
"HDS",
"HDT",
"Hi10",
"HiQVE",
"ImE",
"ION10",
"iVy",
"Judas",
"LAMA",
"Langbard",
"LION",
"MeGusta",
"MONOLITH",
"MRCS",
"NaNi",
"Natty",
"nikt0",
"noxxus",
"OEPlus",
"OFT",
"OsC",
"Panda",
"PANDEMONiUM",
"PHOCiS",
"PiRaTeS",
"PYC",
"QxR",
"r00t",
"Ralphy",
"RARBG",
"RCVR",
"RetroPeeps",
"RZeroX",
"SAMPA",
"SasukeducK",
"Sicario",
"SiCFoI",
"Silence",
"SkipTT",
"SM737",
"SPDVD",
"STUTTERSHIT",
"SWTYBLZ",
"t3nzin",
"TAoE",
"TEKNO3D",
"Telly",
"TGx",
"Tigole",
"TSP",
"TSPxL",
"TWA",
"UnKn0wn",
"VDON",
"VXT",
"Vyndros",
"W32",
"Weasley[HONE]",
"Will1869",
"WKS",
"x0r",
"YAWNiX",
"YIFY",
"YTS",
"YTS.MX",
],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0.4,
seedTimeHours: 120,
loginIntervalDays: 90,
fulfillmentPeriodHours: 480,
hnrBanLimit: 3,
fullRulesMarkdown: [
"## Seeding / Hit & Run",
"",
"- Must seed for 5 days (120h) after downloading ≥ 20% of a torrent",
"- Seedtime must be completed within 20 days (don't need to seed 24/7)",
"- Seedtime applies to ALL torrents including freeleech",
"- Seedtime starts counting at 100% downloaded — partial downloads not recommended",
"- H&R warnings expire after 14 days or once seeded off, but remain in history",
"- 3 active H&R warnings → download privileges revoked",
"- Minimum ratio: 0.4 — falling below revokes download privileges",
"- Filled requests require extended 10-day seedtime",
"- BON earned for seeding beyond required time",
"- Seeding from Debrid services is not allowed",
"",
"## Account Inactivity",
"",
"- Must login once every 90 days to prevent account disable",
"- Disabled accounts: limited browsing, no download/upload — must submit recovery request for staff review",
"- Pruned accounts: soft-deleted after extended disable period without reactivation — cannot login",
"",
"## H&R Warnings",
"",
"- Pre-warning PM sent first, giving extra days to resume seeding before actual warning",
"- 24/7 seeding not required — breaks are fine as long as total seedtime is met",
"- Partial downloads not supported and will likely result in H&R warning",
"",
"## General Rules",
"",
"- One account per person per lifetime",
"- English only for public chats, posts, and comments",
"- Internal releases cannot be uploaded to other trackers during countdown period",
"- Uploading Aither content to public trackers, Usenet, or DDL sites is prohibited",
"- No modified torrent clients; no stat manipulation (immediate ban)",
"- Bad behavior on other trackers may result in Aither account action",
"",
"## Inviting",
"",
"- You are responsible for your invitees",
"- Accounts associated with invite trading → banned",
"- Offering invites in public places or other tracker forums → prohibited",
"",
"## Upload Rules",
"",
"- Only Movies/TV Shows listed on TMDB",
"- No extra files (NFOs, samples, screenshots, subs), no archives/RAR",
"- No pre-releases, bootlegs, CAM, TS, TC, R5, DVDScr",
"- No retagged releases, fan edits, non-official upscales, movie packs",
"- No modified/DIY full discs; no social media or non-paywalled YouTube content",
"- Must include 3+ screenshots and MediaInfo (BDInfo for full discs)",
"- Main audio must be original language + optional English dub",
"- DD compatibility track required for every TrueHD audio track",
"- English subtitles required if no English audio and main audio is non-English",
"- Encoding settings must be included for encode uploads",
"- Multi-season packs (S01-S05 in single torrent) not allowed for TV",
"- Do not modify file/folder names or container formats from original release",
"",
"## Requests",
"",
"- One title per request; single TV episodes only for airing seasons",
"- Requester must download and seed filled requests for 10 days",
"- Claims must be fulfilled within 7 days",
"- Unfilled requests older than 1 year auto-pruned",
"- Pending requests auto-approved after 3 weeks",
],
},
// ── Status ──────────────────────────────────────────────────────────
warning: false,
warningNote: "",
// ── Flags ───────────────────────────────────────────────────────────
draft: false,
supportsTransitPapers: true,
profileUrlPattern: "/users/{username}",
}