TRaSH
c58c9ea370
feat(guide): Starr language tips add German dual and multi ( #1880 )
...
* feat(guide): Starr language tips add German dual and multi
* fixed: url redirect failure
* Apply suggestions from code review
Co-authored-by: zakary <zak@ary.dev>
* Update docs/Radarr/Tips/How-to-setup-language-custom-formats.md
Co-authored-by: zakary <zak@ary.dev>
* Apply suggestions from code review
Co-authored-by: nuxen <theonenuxen@proton.me>
---------
Co-authored-by: zakary <zak@ary.dev>
Co-authored-by: nuxen <theonenuxen@proton.me>
8 months ago
FonduemangVI
b70c11d76d
feat(radarr): update quality size ( #1933 )
8 months ago
FonduemangVI
afe9861c7f
feat(anime): update CFs ( #1932 )
8 months ago
nuxen
4107509719
fix(radarr): MA CF mismatching on title ( #1929 )
...
* fix(radarr): MA CF mismatching on title
* fix(radarr): MA add regex test
* fix(radarr): always link to latest regex
8 months ago
owine
155b561581
feat(sonarr): Add Single Episode and Multi-Episode CFs ( #1873 )
...
* feat(sonarr): Add Single Episode and Multi-Episode CFs
* Add version notes
* Apply suggestions from code review
Co-authored-by: zakary <zak@ary.dev>
* Lint
---------
Co-authored-by: zakary <zak@ary.dev>
Co-authored-by: nuxen <theonenuxen@proton.me>
8 months ago
sdaqo
25703ad12f
feat(starr): Add SobsPlease ( #1922 )
...
add SobsPlease to sonarr and radarr
8 months ago
Eric Nemchik
ac0adfd0af
chore(editorconfig): Add more extensions ( #1410 )
...
* Add more extensions to editorconfig
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat(editorconfig): update indent size
* Revert "feat(editorconfig): update indent size"
This reverts commit 30e5918efe
.
* style: 💄 format json files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format yaml files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format other files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 format md files
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 markdownlint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 editorconfig lint fixes
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* feat: 🚀 deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* revert: 🔥 remove deploy preview
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* fix: 🐛 fix incorrect prior merges
Signed-off-by: Eric Nemchik <eric@nemchik.com>
* style: 💄 change json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* style: 💄 format json to 2 spaces
Signed-off-by: GitHub <noreply@github.com>
* update(formatting/py): run pep8 formatting
---------
Signed-off-by: Eric Nemchik <eric@nemchik.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com>
Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com>
Co-authored-by: zakary <zak@ary.dev>
8 months ago
zakary
6065824d40
fix(starr-cf/audio-channels): add word barrier and negates to prevent matching incorrectly ( #1919 )
...
* fix(cf/audio-channels): add word barrier to prevent matching incorrectly
* update(cf/audio-channels): change to rg recommendations
add word barriers to all low channel and adjust negates
remove 9.1 from guides
9 months ago
nuxen
c20934176e
feat(starr): add ShieldBearer to LQ ( #1911 )
9 months ago
FonduemangVI
769bdf736c
feat(anime): updates to CFs ( #1903 )
9 months ago
zakary
18bcdcba13
update(cf/hbomax): adds capturing hbomax (without separator) ( #1895 )
...
https://regex101.com/r/VZsSwC/1
9 months ago
nuxen
743cffc558
fix(starr): match `AC-3` as `DD` ( #1899 )
...
fix(starr): match AC-3 as DD
9 months ago
Robert Dailey
44d3f87d44
feat(backend): Add Quality Profile JSON Files for Use by Guide Sync Tools ( #1660 )
...
* Add initial quality profile JSON files for Radarr
These files were auto-generated by an exporter tool provided by nitsua.
The source of the exported data was one of Trash's Radarr instances. The
following transformations were performed on the data model provided by
Radarr. All of these are motivated by providing a simpler JSON file
schema for guide contributors and eliminating redundant data.
- Any `id` fields are omitted (for `items` especially) since those can
vary from instance to instance.
- The `formatItems` array represents a mapping of Custom Format Name to
Custom Format Trash ID. The name itself is for documentation purposes
only and serves no functional purpose; think of it as a comment that
exists only to describe the CF identified by the trash ID next to it.
The Trash ID itself is self explanatory; that is used by tooling to
identify the CF JSON file paired with the quality profile.
- Greatly simplified the `items` structure (this is the list of
qualities and/or groups). The following rules must be adhered to:
- The `allowed` property is required. It must be either true or false.
This corresponds to the enabled/disabled toggle in the Radarr UI.
- For qualities, `name` must match an existing quality *exactly,
including case*. For groups, `name` can be whatever you want as long
as it is unique.
- For groups, a nested `items` array may be provided which identifies
**two or more** quality names within it.
- All qualities must be present and none omitted, even if their
`allowed` property is set to `false`. This ensures explicit ordering
in the guides.
* Add quality profile groups to metadata.json
Initially only for Radarr
* Radarr JSON Updates
- Renamed HD Bluray + WEB and UHD Bluray + WEB profile JSONs to be consistent with the profile names
- Added Custom Format Group JSONs for:
- Advanced Audio Formats
- Optional Custom Formats
- Fixes and updates for quality profile JSONs:
- Removed non-mandatory custom formats
- Removed incorrect custom formats
- Fixed incorrect minimum profile scores for SQP-2/3/4/5
- Renamed merged quality group for SQP-5
- Reordered custom formats to match respective guide pages
* Sonarr Profiles and Other Updates
- Created quality profile JSONs for Sonarr
- Created Optional CF group JSON for Sonarr
- Created HDR Formats CF group JSONs for Radarr and Sonarr
- Created Advanced Audio Formats CF group JSON for Sonarr
- Added `trash_score_sets` to relevant quality profile JSONs
- Fixed incorrect `required` variable inn Radarr Optional CF group JSON
* Create Optional UHD Groups
- Create new JSONs for Optional UHD custom format groups
- Amend existing Optional custom format group JSONs to exclude relevant UHD profiles
* Add DV HDR10Plus Custom Formats
- Add DV HDR10Plus custom formats to relevant profile and group JSONs.
* Add Sonarr QPs and CF Groups to metadata.json
* Radarr Updates
- Updated all jsons to match latest guide updates
- Swapped `x265 (HD)` and `x265 (no HDR/DV)` for all UHD-capable profiles. This makes `x265 (no HDR/DV)` mandatory and `x265 (HD)` optional
* Sonarr Updates
- Update jsons with latest guide profile updates
- Swapped `x265 (HD)` and `x265 (no HDR/DV)` for WEB-2160p profile. This makes `x265 (no HDR/DV)` mandatory and `x265 (HD)` optional
* Radarr Quality Profile Updates 2024-04-22
- Updated Radarr quality profile JSONs to match current profile state
* Sonarr Quality Profile Updates 2024-04-22
- Updated Sonarr quality profile JSONs to match current profile state
---------
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
9 months ago
nuxen
fc9ad8e94f
fix(starr): `DD+` word boundaries ( #1892 )
...
fix(starr): DD+ word boundaries
9 months ago
TRaSH
cdc502369d
fix(starr): Prevent double scoring `DD+` and `DD+ Atmos` ( #1887 )
9 months ago
NiceTSY
8a37f9086d
update(sonarr): remove NERO from LQ ( #1884 )
...
update(sonarr-lq): remove nero
9 months ago
nuxen
ec52a7bb91
fix(starr): DTS-X CF mismatching ( #1863 )
...
* fix(starr): DTS-X CF mismatching
* chore(starr): add regex example for DTS X
* fix(starr): DTS X regex example
10 months ago
f0e
5e494c9be1
fix(starr): TheUpscaler not matching ( #1864 )
...
fix(starr): Fix TheUpscaler matching
10 months ago
owine
a6e2678778
feat(sonarr): Update Season Pack CF and guide ( #1872 )
10 months ago
TRaSH
237d4ea2cf
feat(starr): Added CF Streaming Services `Star+`, `NOW`, `TVING`, `Discovery+` ( #1853 )
...
* feat(starr): Added CF Streaming Services `Star+`, `NOW`, `TVING`, `Discovery+`
* fix: local build issue
* Added: Streaming Services `Star+`
* Added: Streaming Services `NOW`
* Added: Streaming Services `TVING`
* Added: Streaming Services `Discovery+`
* Fix: MD012 Multiple consecutive blank lines
10 months ago
yammes08
b1a0499aa1
feat(guides): Update Sonarr Remux Tiers ( #1862 )
...
Update Sonarr Remux Tiers
- Move SiCFoI to Remux Tier 02 to mirror existing Radarr move.
10 months ago
yammes08
795ad48de2
feat(guide): Move RlsGrps Between Tiers ( #1857 )
10 months ago
zakary
7a56834afc
feat(sonarr): Add Season Pack CF using ReleaseType Condition ( #1825 )
...
Co-authored-by: owine <owine@users.noreply.github.com>
10 months ago
Lucas Reiners
17e1ad4113
fix(starr): Netflix CF to match NetflixHD and NetflixUHD in title ( #1845 )
...
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
Co-authored-by: nuxen <felix.schubert1998@gmail.com>
10 months ago
nuxen
3e32f257c4
fix(radarr): Vinegar Syndrome not matching VinSyn ( #1846 )
10 months ago
nuxen
f963dc6510
fix(starr): fix Obfuscated CF mismatching ( #1843 )
10 months ago
yammes08
e249a39b0d
feat(Starr:) Add New x266 Custom Formats ( #1841 )
...
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
10 months ago
yammes08
e6f269673d
feat(Starr): Add iVy to LQ ( #1840 )
10 months ago
Lucas Reiners
412918d491
fix(starr): AMZN CF should also match AmazonHD ( #1829 )
11 months ago
yammes08
684a4965cb
feat(starr): Add SasukeducK to LQ ( #1832 )
11 months ago
Flavien
57c51241f5
fix(Starr-Anime): remove Kaerizaki-Fansub to Anime LQ groups and update FR regex ( #1827 )
11 months ago
nuxen
ee3e86db27
fix(radarr): 3D false positives ( #1820 )
11 months ago
nuxen
a71c432826
fix(starr): Upscale false positives ( #1818 )
11 months ago
FonduemangVI
f7c4f837bc
feat(starr anime): updates to various CFs ( #1814 )
...
Co-authored-by: FonduemangVI
11 months ago
Bogdan
adc5decf7e
feat(sonarr): add FreeLeech custom format ( #1810 )
...
Co-authored-by: zakary <zak@ary.dev>
11 months ago
NiceTSY
7c346fdbb0
fix(french-starr): update VFQ CFs with right condition ( #1811 )
11 months ago
yammes08
9899b6ec80
fix(Starr): Update HTSR Custom Formats ( #1807 )
11 months ago
yammes08
2e959574ae
feat(guides): Add HTSR Streaming Service ( #1806 )
11 months ago
TRaSH
77acf74d41
feat(starr): Add Custom Format for streaming service VIU ( #1795 )
11 months ago
TRaSH
e6fd0db316
feat(guide): SQP-1 - Add CF `10bit` to unwanted to block `Hi10P` ( #1798 )
...
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
11 months ago
TRaSH
74f0ea58f2
feat(starr): Add Custom Format for streaming service ITVX ( #1799 )
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
11 months ago
TRaSH
d138a9bf32
feat(guide): Collection of Custom Formats - Streaming Services- Improve description ( #1775 )
...
Co-authored-by: zakary <zak@ary.dev>
12 months ago
nuxen
40c6bcab04
feat(starr): change AV1 default score to -10000 ( #1787 )
12 months ago
yammes08
332a9aacb0
feat (Starr): Add BEN THE MEN to LQ (Release Title) Custom Formats ( #1773 )
1 year ago
TRaSH
cabf39814e
feat(starr): Add upscaled to Sonarr and add UPS ( #1740 )
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
TRaSH
44293f6af2
feat(radarr): Add RlsGrp `MarkII` to `LQ`
1 year ago
nuxen
8f10a38213
feat(starr): add DV HDR10Plus Boost CF ( #1744 )
...
Co-authored-by: TRaSH <trash-pm@protonmail.ch>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
1 year ago
AN1MATEK
eace665d13
style(guide): Update dv-hdr10plus.json to have consistent naming ( #1746 )
...
Co-authored-by: TRaSH <trash-pm@protonmail.ch>
Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
1 year ago
zakary
3e43f09476
Revert "update(cf/repack-proper): separate repack and proper cfs in sonarr/radarr" ( #1748 )
1 year ago
yammes08
e9b74dab64
update(cf/repack-proper): separate repack and proper cfs in sonarr/radarr ( #1735 )
1 year ago
yammes08
98b320a580
feat(starr): Added imdb id to Emby naming scheme ( #1739 )
1 year ago
TRaSH
25ebaf54c3
Update docs/json/radarr/naming/radarr-naming.json
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
TRaSH
dfb22d39cd
Update docs/json/radarr/naming/radarr-naming.json
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
TRaSH
9555f5dcfd
feat(Starr): Add RlsGrp `LCD` to CF `Bad Dual Groups` ( #1742 )
1 year ago
TRaSH
b40812f84a
Update docs/json/sonarr/naming/sonarr-naming.json
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
TRaSH
6b45b5685e
Fixed: trash_id (Hashcode)
1 year ago
TRaSH
fba560ae64
feat(starr): Added imdb id to Emby naming scheme
1 year ago
zakary
c3289b79dd
fix(scores): applied wrong scores in proper.json
1 year ago
zakary
43270ba26f
update(cf/repack-proper): separate repack and proper cfs in sonarr/radarr
1 year ago
yammes08
bc0816bd6d
feat(radarr:) Remove `LEGi0N` from UHD Blu-ray Tier 03 ( #1720 )
1 year ago
TRaSH
e845690752
feat(starr): Add CF for BBC iPlayer ( #1714 )
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
Plancke
f94d9b285b
fix(radarr): 3D CF should match BD3D ( #1707 )
1 year ago
TRaSH
011ccdd717
feat(starr): add rlsgrp `vnlls` to `Bad Dual Groups` ( #1713 )
1 year ago
nuxen
566d115c62
fix(starr): Scene CF mismatching title ( #1708 )
1 year ago
TRaSH
9fc42a6218
feat(Starr) add NEW CF `INTERNAL` ( #1704 )
1 year ago
Bogdan
2d45ccbf0d
fix(sonarr): match `HIDI` as HIDIVE ( #1697 )
1 year ago
TRaSH
c50707a918
fix(Starr): renamed CF `DV (FEL)` to `DV (Disk)` ( #1706 )
...
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
1 year ago
TRaSH
69e99124b0
feat(Sonarr): add `.heb` to `Retags` ( #1703 )
1 year ago
TRaSH
3a077c1251
feat(Radarr): add RlsGrp Will1869 to LQ (Release Title)
1 year ago
yammes08
de0557e27a
Fix issues #1661 #1684 #1688 #1689
...
- Add `.heb` to Radarr retags custom format
- Reorder brackets in Radarr naming schemes
- Change `ReleaseTitleSpecification` condition to be required fot `iT`
- Add `ORARBG` to Radarr retags custom format
1 year ago
nuxen
6f177152b1
fix(starr): DV HDR10 mismatching ( #1686 )
1 year ago
nuxen
327d504058
feat(starr): add DV HDR10Plus CF ( #1685 )
1 year ago
nuxen
0121842542
feat(starr): add SURCODE & B0MBARDIERS to Scene CF ( #1683 )
1 year ago
FonduemangVI
b5436d94ae
feat(anime): updates to sonarr and radarr CFs ( #1681 )
1 year ago
FonduemangVI
61a6373b28
feat(Anime): remove AbemaTV from Anime LQ groups
1 year ago
FonduemangVI
d2afdde617
feat(Sonarr-fr): add `TAT` to FR WEB Tier 2 ( #1673 )
1 year ago
FonduemangVI
5c8e1f59dd
feat(Sonarr-fr): add `Seimeisen` to FR Anime FanSub ( #1674 )
1 year ago
FonduemangVI
56ac4c2519
feat(anime): updates to sonarr and radarr CFs
1 year ago
yammes08
218ba25e74
Update lq-release-title.json
...
- Add 1XBET release group
1 year ago
Flavien
b6c542c136
Update Sonarr french-anime-fansub.json
1 year ago
Flavien
8fdbc7226d
Update Sonarr french-web-tier-02.json
1 year ago
Bogdan
1a49400d37
fix(sonarr): add `Extended Clip` to Extras CF
1 year ago
Bogdan
e50301822d
fix(radarr): add `Extended Clip` to Extras CF
1 year ago
bakerboy448
fc30094675
fix(sonarr): lqGroups.json typo
1 year ago
yammes08
2fd16b7f62
feat(radarr): Add jennaortega to Radarr LQ (Release Title) Custom Format ( #1659 )
1 year ago
nuxen
339fe13a43
fix(radarr): IMAX CF false positives ( #1655 )
1 year ago
yammes08
3f45d1974b
Update truehd-atmos.json
...
- Add CtrlHD match for `Atmos` as rlsgrp doesn't use 'Atmos' in release names
1 year ago
yammes08
205c87da1a
fix(starr): Custom Format Conditional Changes ( #1643 )
1 year ago
yammes08
105dc79dd6
Amended regexes and strings
...
- Fix regexes and match strings as per offline review
1 year ago
yammes08
c3ddda4620
Add Groups to LQ
...
- Add tarunk9c and DepraveD to LQ
- Add BiTOR 2160p releases to LQ (Release Title) (1080p releases are not currently added to LQ, but will now be un-tiered)
- Remove BiTOR from HD Bluray Tier 03
1 year ago
yammes08
4b337abb52
Restored more conditionals
...
- Added release group conditionals back to `truehd` and `atmos (undefined)`
1 year ago
yammes08
115d763bbb
Custom Format Conditional Changes
...
- Removed `HDR` and `Not SDR` conditionals from 2160p custom formats
- Added release group conditionals back to TrueHD Atmos custom format for Radarr only (note, this is a partial reversion of #1553
1 year ago
yammes08
345ac88591
feat(guides/starr): Created New Custom Formats for 4OD and ALL4 Streaming Services, and LQ (Release Title) ( #1639 )
1 year ago
Q_Suicide
1d0ff43bce
feat(radarr): Added `.VAV` to the `Retags` Custom Format ( #1635 )
1 year ago
nuxen
335f7661f8
feat(starr): add SbR to WEB Tier 02 ( #1637 )
1 year ago
yammes08
35f98bc5d9
feat(starr): add custom formats for Japanese streaming services `FOD`, `TVer` and `U-NEXT` ( #1594 )
1 year ago
yammes08
bce8921e15
Update docs/json/sonarr/cf/u-next.json
...
remove deprecated `trash_score`
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
1 year ago
yammes08
c373ca128c
Update docs/json/sonarr/cf/tver.json
...
remove deprecated `trash_score`
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
1 year ago
yammes08
cfc19ad0fd
Update docs/json/sonarr/cf/fod.json
...
remove deprecated `trash_score`
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
1 year ago
yammes08
df1509e354
fix(radarr): SQP-1 (2160p) several updates (v2) ( #1630 )
1 year ago