summarylogtreecommitdiffstats
path: root/mpv-scripts.install
blob: 1f3a2b5b94ba383d7d8dafc036a98fc991c200bf (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Scripts have been installed in /usr/share/mpv/scripts

To enable a script you can either start mpv with:
  mpv --script=/usr/share/mpv/scripts/xxx.lua
or create a symlink to a script in your user mpv folder:
  mkdir -p ~/.config/mpv/scripts
  ln -s /usr/share/mpv/scripts/xxx.lua ~/.config/mpv/scripts"
}