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

(Fix) helper.js #1902

Merged
merged 2 commits into from
Sep 17, 2021
Merged

(Fix) helper.js #1902

merged 2 commits into from
Sep 17, 2021

Commits on Sep 16, 2021

  1. bugfix: helper.js

    Added the 6th group to the remux order fix.
    Caused video codec to be deleted when order was wrong.
    MiM-MiM committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    1da47c2 View commit details
    Browse the repository at this point in the history
  2. bugfix: helper.js

    Fixed an issue wher HDR formats placed in wrong spot.
    Happened with remuxes especially.
    Examples of the fix:
    * removeDots("Stripes.1981.Extended.2160p.WEB.HDR.Atmos.HEVC-GRP") ->
      - 'Stripes 1981 Extended 2160p WEB-DL TrueHD 7.1 Atmos HDR H.265-GRP'
    * removeDots("Stripes.1981.Extended.2160p.UHD.BluRay.Remux.HDR.HEVC.Atmos-GRP") ->
      - 'Stripes 1981 Extended 2160p UHD BluRay REMUX HDR HEVC TrueHD 7.1 Atmos-GRP'
    MiM-MiM committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0f09368 View commit details
    Browse the repository at this point in the history