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
Robert Dailey
b399592e4a
Remove all `trash_score` properties from CF json files ( #1629 )
1 year ago
yammes08
a5f29ffa86
Create SDR (no WEBDL) custom formats
...
- Create new SDR (no WEBDL) custom formats for Radarr and Sonarr
- Add new custom formats to the collection of custom formats tables and lists
- Tweak SDR description in custom formats lists
1 year ago
NiceTSY
80b7c4bd47
fix(french-starr): remove non-French Language conditions in the French Audio CF ( #1611 )
1 year ago
Colin Hebert
baa5f5c6ce
feat(starr): Add NHTFS to Scene CF ( #1590 )
1 year ago
NiceTSY
94c5013a71
feat(French-Starr): add VOQ (Version Originale Québecoise | Quebec Original Version) CF ( #1599 )
1 year ago
NiceTSY
bef6a77839
fix(French-Starr): Update FR Tiers scoring to reflect original score ( #1598 )
1 year ago
TRaSH
d1133a829e
feat(radarr): add several RlsGrps to (U)HD Bluray Tier 03 ( #1607 )
...
Co-authored-by: nuxen <47067662+nuxencs@users.noreply.github.com>
1 year ago
TRaSH
ee7039e592
feat(starr): add RlsGrp `ZNM` to `Bad Dual Groups` ( #1608 )
1 year ago
yammes08
67c4539575
feat (guides): Add BHDStudio to HD/UHD Bluray Tier 03 ( #1604 )
1 year ago
Kuredant
84b25a5b6a
fix(sonarr): add default scores and regexes for `FOD`, `TVer` and `U-NEXT`
1 year ago
TRaSH
bcab2f79e8
fix:(radarr): remove SDR condition from UHD Bluray Tier 1-3 ( #1589 )
1 year ago
TRaSH
6d834d8e10
feat(radarr): add RlsGrp `LoRD` to `HD Bluray Tier 03` ( #1586 )
1 year ago
TRaSH
dc4a94f3f3
fix(radarr): Remove RlsGrp `SLOT` from CF `LQ` ( #1585 )
1 year ago
TRaSH
6c2b612681
fix(starr): add RlsGrp BlackBit to Bad Dual Groups ( #1584 )
1 year ago
Kuredant
1931b13af6
feat(starr): add `U-NEXT` streaming service to CF
1 year ago
Kuredant
450d84cd65
feat(starr): add `TVer` streaming service to CF
1 year ago
Kuredant
a5fa9c7cf1
feat(starr): add `FOD` streaming service to CF
1 year ago
nuxen
2a265e079c
fix(starr): BR-DISK CF regex ( #1578 )
1 year ago
yammes08
523e163683
SQP-1 score change for DTS-ES Custom Format
...
- Amend the DTS-ES score for both SQP-1 variants to 0 so that these releases are not blocked, and to prevent download loops resultant from mis-naming.
1 year ago
nuxen
0dd478d4cc
feat(sonarr): add d3g to LQ ( #1562 )
1 year ago
TRaSH
2eafa75aa2
fix(guide): tmp fix for emby naming scheme ( #1561 )
1 year ago
nuxen
d684a8c655
fix(starr): DTS-HD MA regex and add example
1 year ago
nuxen
2ea3e70e56
feat(radarr): add jennaortega to LQ CF ( #1557 )
1 year ago
nuxen
6f66328313
fix(starr): inaccurate Pahe regex
1 year ago
TRaSH
0fe47d5971
fix(starr): Remove RlsGrps from CF TrueHD and TrueHD Atmos
1 year ago
TRaSH
39e3bd5695
fix(radarr): copy /paste error in naming scheme
1 year ago
Qstick
5a9caebbdc
fix(radarr): Word boundaries not applying to 3d regex ( #1539 )
1 year ago
yammes08
b9d9e2c377
Update uhd-bluray-tier-02.json
...
- Added MainFrame release group to UHD Bluray Tier 02
1 year ago
TRaSH
f8830a4bab
fix(starr): Match anime scores between docs and JSON ( #1520 )
1 year ago
TRaSH
bee1bc654d
fix(starr): remove rlsgrp `CtrlHD` from CF `TrueHD Atmos` ( #1534 )
1 year ago
NiceTSY
557bf49a50
fix(french-starr): Include PAPAYA sub-groups into FR LQ CF ( #1532 )
1 year ago
NiceTSY
b062572da4
fix(french-starr): Update Multi-Audio CF ( #1531 )
1 year ago
TRaSH
73bbf910fa
fix(radarr): add rlsgrp `41RGB` to `LQ` ( #1533 )
1 year ago
TRaSH
18788ee06f
fix(starr): remove rlsgrp `CtrlHD` from CF `TrueHD Atmos`
1 year ago
Flavien
1c94e94d1b
feat(starr-fr): French Guide Update ( #1521 )
1 year ago
Calvin Bui
f7e83437b4
revert indentation on value
...
Co-authored-by: yammes08 <111231042+yammes08@users.noreply.github.com>
1 year ago
Calvin Bui
21fc6434d0
update add av1 anime-sonarr score
1 year ago
Calvin Bui
9c4a08d1df
french-vostfr anime-radarr score
1 year ago
Erik Müller
0872920d85
fix(sonarr): correct word boundary for versions regex ( #1511 )
1 year ago
nuxen
4eeeb03fff
fix(radarr): 24xHD regex in LQ CF ( #1510 )
1 year ago
TRaSH
a31497e878
fix(sqp-1): boost audio scores DD, DDP and DDPA ( #1506 )
1 year ago
nuxen
fd3c3d3836
feat(starr): update LQ CF and Sonarr v3 LQ RP ( #1508 )
1 year ago
TRaSH
d707c029c6
fix(sqp-1): boost audio scores DD, DDP and DDPA
...
# Pull Request
## Purpose
Boost the audio scores DD, DDP and DDPA. So they are preferred over DTS.
Fix the following GHI:
- #1498
## Approach
- [x] Boost `DD` with 100 points to 115
- [x] Boost `DD+` with 100 points to 125
- [x] Boost `DD+ Atmos` with 100 points to 135
## Open Questions and Pre-Merge TODOs
- [x] Test changes in local test setup
1 year ago
nuxen
9144f74c85
feat(sonarr): add SuccessfulCrab to Scene CF and Guide ( #1504 )
1 year ago
NiceTSY
566d087a47
feat(starr): update French guide info to new data
...
- Add French specific score to .json
- Replace hardcoded French score in guide to specific .json score
- Reformat French table
- Updated French translation of [Click to show/hide] button
- Removed unnecessaries' 0 scoring in tables
1 year ago
yammes08
d8bbbd0083
SQP table updates and general table formatting
...
- Updated SQP guide scoring tables to use new JSON scores instead of absolute values
- Corrected one small typo
- Formatted and tidied all SQP and main guide tables (have not formatted or tidied anime or French guide tables)
1 year ago
TRaSH
ea66fe0d20
Merge branch 'master' into feat/starr-centralize-cf-data
1 year ago
FonduemangVI
57786a51a1
fix(guides): update naming as discussed
1 year ago
FonduemangVI
141282a788
feat(guide): update cfs and anime specific files to use scoring array
1 year ago
yammes08
a7d6fe5312
Update streaming.json
...
Added missing OViD streaming service to streaming rp json
2 years ago
Max Katsev
28666f2412
fix json syntax
2 years ago
Max Katsev
4b89e38b34
sync RP json with the doc regexes
2 years ago
yammes08
1de75d336c
Addition of custom scores to JSONs
...
- Added `sqp-1-1080p`, `sqp-1-2160p`, `sqp-2`, `sqp-3`, `sqp-4` and `sqp-5` score values
- Modified scoring tables in SQP-1-1080p, SQP-1-2160p, SQP-2, SQP-5, and relevant includes to use new JSON scoring values (i.e., removed hrad-coded custom scores)
- Formatted main guide and SQP tables
2 years ago
nuxen
2bcb5d5fa6
chore(starr): correct json scores to not use quotation marks
2 years ago