Skip to content

Commit

Permalink
fix(mpv): dedupe profiles (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric authored Jan 19, 2024
1 parent 338bd1b commit cb3e095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/static/tutorials/mpv/portable_config/mpv.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ deband-grain=48
profile-cond=filename:match("SubsPlease") or filename:match("Erai%-raws")
profile-restore=copy
sub-ass-vsfilter-blur-compat=no
deband=yes

[simulcast]
profile-cond=filename:match("Tsundere%-Raws") or filename:match("%-VARYG") or filename:match("HorribleSubs") or filename:match("SubsPlus%+")
profile-cond=filename:match("SubsPlease") or filename:match("Erai%-raws") or filename:match("Tsundere%-Raws") or filename:match("%-VARYG") or filename:match("HorribleSubs") or filename:match("SubsPlus%+")
profile-restore=copy
deband=yes
8 changes: 4 additions & 4 deletions docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ Distributions usually package outdated, unmaintained, and/or unsupported version

==- 🔧 Installing mpv with unofficial packages

The following packages are unofficial:
The following packages are not maintained by the mpv developers:

- [Arch](https://archlinux.org/packages/extra/x86_64/mpv/) [!badge variant="primary" text="Official"]
- [Gentoo](https://packages.gentoo.org/packages/media-video/mpv) [!badge variant="primary" text="Official"]
- [Arch](https://archlinux.org/packages/extra/x86_64/mpv/)
- [Gentoo](https://packages.gentoo.org/packages/media-video/mpv)
- [Arch](https://aur.archlinux.org/packages/mpv-git/) [!badge variant="secondary" text="AUR"] [!badge variant="secondary" text="git"]
- [Arch](https://aur.archlinux.org/packages/mpv-build-git/) [!badge variant="secondary" text="AUR"] [!badge variant="secondary" text="mpv-build"]
- [Debian](https://deb-multimedia.org/dists/testing/main/binary-amd64/package/mpv)
Expand Down Expand Up @@ -409,7 +409,7 @@ For instance, some seasonal releases may exhibit banding issues and use subjecti

Add the following to the end of your `mpv.conf`:

:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="37-47" language="properties":::
:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="37-46" language="properties":::

!!!warning
Your auto profile(s) should be placed at the end of your `mpv.conf` in order to prevent conflict.
Expand Down

0 comments on commit cb3e095

Please sign in to comment.