Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4 #69

Open
wants to merge 37 commits into
base: main-archive
Choose a base branch
from
Open

v0.4 #69

wants to merge 37 commits into from

Conversation

santiagosayshey
Copy link
Collaborator

@santiagosayshey santiagosayshey commented May 19, 2024

Additions:

  • New Profile: 1080p HDR Transparent
  • New Profile: 1080p HEVC Balanced
  • Contiguous Integration tests now used to parse regex
  • Custom Fomat: TAoE release group
  • Custom Format: QxR release group
  • Custom Format: various other x265 release groups

Improvements:

  • 1080p fallback in 2160p profiles
  • Improved Roku regex to unmatch words with Roku inside them
  • Streaming services are now seperated into h264 / h265.
  • Included a whitelist for h265 allowed groups
  • Match x265 with DS4k releases
  • AV1 releases now parse properly

Deletions:

  • Removed redundant single grab profiles. Users now need to change cutoff score to 0.

What's left?

  • Streaming overhaul. Ranking v2, as well introducing foreign services
  • x265 Groups Overhaul. Splitting Radarr and Sonarr groups.
  • Documentation of x265 algorithm. Name TBD
  • Wiki stuff for Dictionarry.
  • Renaming the awful Balanced HEVC profile.
  • New Profile: Micro Encodes
  • Banning AI Upscales
  • Profilarr: Unique imports
  • Profile Selector v3
  • Merging all the mini issues outlined in discord. WIll update in comments as they get implemented

santiagosayshey and others added 22 commits April 14, 2024 21:49
* Added 1080 x265 HDR profile + updated custom formats

* Adjusted h265 custom format, remove BHDStudio releases
* Added Balanced (HEVC) Profile + accompanying custom formats
* removed legacy h265 profile
* Added Balanced (HEVC) for Sonarr, with accompanying custom formats

* Removed redundant Sonarr profiles
- implemented regex workflow
- implemented ROKU regex test
- Check for releases with 1080p and roku together as it is a "common japanese word"

* Added ROKU automated tests
      - match with dot, underscore, hyphen or space between them
      - check if same on radarr AND sonarr

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Implemented test for verifying h265 whitelisted groups
- Improved readability of regex testing
- Force merge (santiagosayshey)
- Added h265 group whitelist. Aims to remove poorly named releases from groups outside of huno

Co-authored-by: [email protected] <[email protected]>
- adjusted compose file to store config data
- ignoring configs and data for version history
- adjusted setup script to make second instance the dev instance
- Previous implementation was set to TELECINE, not WEB
- Included all member names as QxR tag is not always present for grabs or imports
- Added x265 conditions to avoid any x264 releases
- Added h265 condition to avoid encodes mislabeled as WEBs
- Negate releases from UTR. Some of these QxR members have moved back and forth, and can be lower quality
- Removed old Tigole and Ghost CFs
- Negate HONE releases
- Lowered QxR quality score to below other tier 3 groups. Too many unparsed extras and other complications.

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Regex updated to also match "RalphyP"
- x265 required

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Added numerous TAoE groups
- Fixed up regex to parse for multiple trackers. Now works for most of usenet, 1337x, TL, Aither, FNP and Huno. 
- Added TAoE Tests

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- AV1 CF now correctly parses releases encoded in AV1
- Tests added to verify

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- x265 Web now matches DS4k releases (non AV1)

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Various small regex improvements to match QxR Groups better

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Overhauled SEV CF. Included member names, and negated UTR.
- Included SEV Tests

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- New CF for upscales
- Upscales banned in all quality profiles

---------

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: santiagosayshey <[email protected]>
- Added normalise URL function - removes trailing backslashes.
- Added warning for JSON Decode Error in Readme
@santiagosayshey santiagosayshey linked an issue Jun 23, 2024 that may be closed by this pull request
santiagosayshey and others added 8 commits July 1, 2024 13:30
- fix: add minUpgradeFormatScore to each radarr profile
- fix: add minUpgradeFormatScore to sonarr profiles
Sonarr / Radarr now need to be explicitly on the latest stable versions
- add custom format for x265 (WEBRip)
- remove x264 condition from WEBRip CF
- increase x265 (WEB) score to 500 for Balanced HEVC (Radarr)
- Add x265 negation to AMZN
- Add 1080p Remux / WEB Fallback
- Add SD Fallback
- Adjust format scoring to normalise scoring for each fallback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No 1080p fallback in 2160p profiles
3 participants