forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuhdbits.ts
More file actions
52 lines (42 loc) · 2.53 KB
/
Copy pathuhdbits.ts
File metadata and controls
52 lines (42 loc) · 2.53 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
// src/data/trackers/uhdbits.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const uhdbits: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "uhdbits",
name: "UHDBits",
abbreviation: "UHD",
url: "https://uhdbits.org",
description:
"Tracker focused on Ultra HD and 4K content. Known for high-quality UHD encodes, remuxes, and full disc releases.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "custom",
apiPath: "/api/user",
// ── Content ─────────────────────────────────────────────────────────
specialty: "UHD / 4K Movies & TV",
contentCategories: ["Movies", "TV"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#06b6d4",
logo: "",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "uhd-bits",
statusPageUrl: "",
// ── Community ───────────────────────────────────────────────────────
userClasses: [],
releaseGroups: [],
bannedGroups: [],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0,
seedTimeHours: 0,
loginIntervalDays: 0,
},
// ── Status ──────────────────────────────────────────────────────────
warning: false,
warningNote: "",
// ── Flags ───────────────────────────────────────────────────────────
draft: true,
supportsTransitPapers: false,
profileUrlPattern: "",
}