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

Rename script file to main.lua #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Mpv reads its configuration from `MPV_HOME` directory. On Unix it is
`~/.config/mpv`, see [files](https://mpv.io/manual/stable/#files) section of
the manual for the Windows configuration files.

To install the script, copy `reload.lua` to the `MPV_HOME/scripts` directory.
To install the script, you can either:

* clone this repository to the `MPV_HOME/scripts` directory and name it
appropriately: `git clone <repo-url> -- <MPV_HOME>/scripts/reload`
* or copy `main.lua` to `MPV_HOME/scripts` and rename it `reload.lua`.

To override default settings, create `reload.conf` file in the script-opts
directory `MPV_HOME/script-opts`.

Expand Down Expand Up @@ -68,4 +73,3 @@ Debug messages will be printed to stdout with mpv command line option
`--msg-level='reload=debug'`. You may also need to add the `--no-msg-color`
option to make the debug logs visible if you are using a dark colorscheme in
terminal.

File renamed without changes.