forked from jordanlambrecht/tracker-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcathoderaytube.ts
More file actions
52 lines (42 loc) · 2.63 KB
/
Copy pathcathoderaytube.ts
File metadata and controls
52 lines (42 loc) · 2.63 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/cathoderaytube.ts
import type { TrackerRegistryEntry } from "@/data/tracker-registry"
export const cathoderaytube: TrackerRegistryEntry = {
// ── Identity ────────────────────────────────────────────────────────
slug: "cathoderaytube",
name: "Cathode-Ray.Tube",
abbreviation: "CRT",
url: "https://cathode-ray.tube",
description:
"Niche tracker dedicated to classic and retro television content. Specializes in older TV series, public broadcasts, and hard-to-find vintage programming.",
// ── Platform & API ──────────────────────────────────────────────────
platform: "unit3d",
apiPath: "/api/user",
// ── Content ─────────────────────────────────────────────────────────
specialty: "Classic / Retro TV",
contentCategories: ["TV"],
language: "English",
// ── Visual ──────────────────────────────────────────────────────────
color: "#22d3ee",
logo: "/tracker-logos/cathoderaytube_logo.png",
// ── External Links ──────────────────────────────────────────────────
trackerHubSlug: "",
statusPageUrl: "",
// ── Community ───────────────────────────────────────────────────────
userClasses: [],
releaseGroups: [],
bannedGroups: [],
notableMembers: [],
// ── Rules ───────────────────────────────────────────────────────────
rules: {
minimumRatio: 0,
seedTimeHours: 0,
loginIntervalDays: 0,
},
// ── Status ──────────────────────────────────────────────────────────
warning: false,
warningNote: "",
// ── Flags ───────────────────────────────────────────────────────────
draft: true,
supportsTransitPapers: false,
profileUrlPattern: "",
}