- Empty the existing Recyclarr config guide pages and replace with the new link. This page is already subject to a redirect so won't been seen, but the original content now throws errors as the config files themselves are no longer in the TRaSH repo
- Removed Recyclarr config files from the TRaSH guides repo as they are now located in the Recyclarr repo.
- Added a README.md to inform users accessing via GitHub of the relocation
- Add new Criterion Channel Streaming Service CF
- Add new Criterion Channel Streaming Service CF to relevant guides and tables
- Modify existing Criterion Collection CF to only apply to Bluray and Remux releases, and also add an exclusion for the `Criterion` release group
# Pull request
**Purpose**
Fix#1363
**Approach**
Removed CF `Hybrid` from `How to setup Quality Profiles - HD Bluray + WEB` because it matches only for Remuxes.
**Requirements**
Check all boxes as they are completed
- [ ] Removed CF `Hybrid` from `How to setup Quality Profiles - HD Bluray + WEB`
- [ ] Test changes in local test setup
- [x] These changes meet the standards for [contributing](https://github.com/TRaSH-/Guides/blob/master/.github/CONTRIBUTING.md).
- [x] I have read the [code of conduct](https://github.com/TRaSH-/Guides/blob/master/.github/CODE_OF_CONDUCT.md).
**[Fixed]**
- [Radarr] Removed: RlsGrp `CiNEPHiLES` from Remux Tier to prevent download loops.
**[Info]**
This RlsGrp has a weird file naming structure what results in to download loops.
At the moment Radarr only probes the first audio track, and it doesn't read the nfo's.
This would require scraping the tracker/indexer, which is undesired and mostly frowned upon and at very least simply forbidden.
So in the current state it needs to work with the info provided in the filename and/or release name and what's used as first audio track.
So this is something that needs to be fixed on the RlsGrp side and they have 2 options how to solve it.
- Fix their bad/wrong naming choice.
- Change what they select as default/first track.
I've contacted them about this issue and they will not be changing their file naming structures any-further.
Because of their decision the following will be decided:
They get removed from the Remux Tiers so they won't be chosen to prevent the loops as much as possible.
If we will still get reports of download loops, even if they aren't in the Remux Tiers, we will do the same what we do with the other RlsGrps that can't name their files correctly or choose the not corresponding audio format to be the first and as default . (Meaning: that the RlsGrp will be placed in the `LQ` Custom Format, This to prevent download loops.)