From 7802c2c5b5cb7efc661a828c2bb834b7092e8b43 Mon Sep 17 00:00:00 2001 From: flan Date: Wed, 5 Aug 2026 00:44:16 +0000 Subject: [PATCH] State the relationship to the TRaSH Guides outright The layout here is theirs and the idea of scoring releases by named custom formats is theirs; the content is not, and could not be -- their guides describe movies and TV, where quality is a resolution and a bitrate over a runtime, and a game release has neither. Borrowing the layout without saying so invites the reading that this is their work, or a fork of it. It is neither, and the people who did originate it should not have to guess which. --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b5328e..8921412 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # depot-guides -TRaSH-Guides-style guide data for [Depot](https://git.arch.fyi/flan/depot) — custom formats, -quality definitions and quality profiles for a *games* pipeline, in the exact repo layout -guide-sync tools already speak, so Depot gets its guide synced the same way Radarr and Sonarr -get theirs. +Guide data for [Depot](https://github.com/sudolulo/depot) — custom formats, quality definitions and +quality profiles for a *games* pipeline, distributed in the repo layout guide-sync tools already +speak, so Depot gets its guide synced the same way Radarr and Sonarr get theirs. + +> **Not affiliated with the TRaSH Guides.** This repository borrows their *layout* so that +> Recyclarr and similar tools work against Depot without modification, and it borrows the idea of +> scoring releases by named custom formats — both of which that project originated and deserves the +> credit for. It contains **none of their content**, and none of it would transfer if it did: their +> guides are written for movies and TV, where quality means a resolution and a bitrate over a +> runtime. A game release has no runtime, and its quality axis is which platform the release is +> for. Every definition here is written from scratch for games. For movies and TV, go to the real +> thing: . ## How it plugs in @@ -16,7 +24,7 @@ it). Point Recyclarr at this repo and at Depot: resource_providers: - name: depot-guides type: trash-guides - clone_url: https://git.arch.fyi/flan/depot-guides.git + clone_url: https://github.com/sudolulo/depot-guides.git reference: main ```