Updated mock arr container names

This commit is contained in:
2025-11-20 10:43:15 -07:00
parent b2ae5bd9d9
commit ab4c119e04
560 changed files with 137075 additions and 110038 deletions
+32 -19
View File
@@ -1,7 +1,7 @@
---
id: seedpool-api
name: seedpool (API)
description: "seedpool is a Private Torrent Tracker for 0-day MOVIES / TV / GENERAL"
description: "seedpool is a Private Torrent Tracker for 0-DAY MOVIES / TV / GENERAL"
language: en-US
type: private
encoding: UTF-8
@@ -12,23 +12,31 @@ caps:
categorymappings:
- {id: 2, cat: TV, desc: "TV Show"}
- {id: 1, cat: Movies, desc: "Movie"}
- {id: 10, cat: Movies/UHD, desc: "4K Movie"}
- {id: 13, cat: TV, desc: "TV Boxsets"}
- {id: 12, cat: PC/Games, desc: "Linux Game"}
- {id: 3, cat: PC/Games, desc: "PC Game"}
- {id: 5, cat: Audio/Lossless, desc: "Music"}
- {id: 6, cat: TV/Anime, desc: "Anime"}
- {id: 4, cat: Console/Other, desc: "NSW Game"}
- {id: 6, cat: Movies/Other, desc: "Anime"} # for Radarr
- {id: 8, cat: TV/Sport, desc: "Sports"}
- {id: 7, cat: Books/EBook, desc: "E-Books"}
- {id: 5, cat: Audio, desc: "Music"}
- {id: 9, cat: Audio/Audiobook, desc: "Audiobook"}
- {id: 15, cat: Other, desc: "Education"}
- {id: 16, cat: PC/0day, desc: "Windows"}
- {id: 17, cat: PC, desc: "Linux"}
- {id: 18, cat: PC/Mac, desc: "macOS"}
- {id: 14, cat: Console/PS4, desc: "PS4"}
- {id: 19, cat: Console/XBox, desc: "Xbox"}
- {id: 7, cat: Books/EBook, desc: "E-Book"}
- {id: 12, cat: Other, desc: "Hobby"}
- {id: 16, cat: PC, desc: "Software"}
# Seedpool has a combined Game category
- {id: 3, cat: Console, desc: "Game"}
- {id: 3, cat: PC/Games, desc: "Game"}
# Music Production category can have software and audio samples
- {id: 21, cat: PC, desc: "Music Production"}
- {id: 21, cat: Audio/Other, desc: "Music Production"}
- {id: 21, cat: Other, desc: "Music Production"}
- {id: 11, cat: Other, desc: "Other"}
- {id: 13, cat: TV, desc: "Deprecated - BoxSet"}
- {id: 14, cat: PC/Games, desc: "Deprecated - Game"}
- {id: 15, cat: Other, desc: "Deprecated - Education"}
- {id: 10, cat: Movies/UHD, desc: "Deprecated - 4K Movie"}
- {id: 17, cat: PC/0day, desc: "Deprecated - Linux"}
- {id: 18, cat: PC/Mac, desc: "Deprecated - macOS"}
- {id: 19, cat: Console, desc: "Deprecated - Consoles"}
- {id: 20, cat: TV/Foreign, desc: "Deprecated - JPTV"}
- {id: 4, cat: Console/Other, desc: "Deprecated - NSW Game"}
modes:
search: [q]
@@ -81,9 +89,9 @@ login:
search:
paths:
# https://github.com/HDInnovations/UNIT3D-Community-Edition/wiki/Torrent-API-(UNIT3D-v8.x.x)
# https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Controllers/API/TorrentController.php#L476
- path: "/api/torrents/filter"
# https://hdinnovations.github.io/UNIT3D/torrent_api.html
# https://github.com/HDInnovations/UNIT3D/blob/master/app/Http/Controllers/API/TorrentController.php#L657
- path: api/torrents/filter
response:
type: json
@@ -144,8 +152,13 @@ search:
args: ["(?i)(TV Movie)", "TV_Movie"]
- name: replace
args: [" & ", "_&_"]
_internal:
selector: internal
case:
False: "{{ .False }}"
True: "{{ .True }}"
description:
text: "{{ .Result.genre }}"
text: "{{ if .Result._internal }}Internal{{ else }}{{ end }}{{ if and .Result._internal .Result.genre }} | {{ else }}{{ end }}{{ .Result.genre }}"
seeders:
selector: seeders
leechers:
@@ -193,4 +206,4 @@ search:
minimumseedtime:
# 10 days (as seconds = 10 x 24 x 60 x 60)
text: 864000
# json UNIT3D 8.2.0 (custom)
# json UNIT3D 9.1.5 (custom)