Add file title. Replace copyright and licensing information due to being permitted as software is in public domain. Add versioning information.

This commit is contained in:
inference 2022-12-25 04:33:59 +00:00
parent 1e1924406c
commit 61b819fa19

View File

@ -1,7 +1,11 @@
--[[ -- MPV - Script - Equalizer
mpv 5-bands equalizer with visual feedback.
Copyright 2016 Avi Halachmi ( https://github.com/avih ) -- Copyright 2022-2023 Inference
License: public domain -- SPDX-License-Identifier: BSD-3-Clause-Clear
-- Version: 0.0.0.0
Default config: Default config:
- Enter/exit equilizer keys mode: ctrl+e - Enter/exit equilizer keys mode: ctrl+e
- Equalizer keys: 2/w control bass ... 6/y control treble, and middles in between - Equalizer keys: 2/w control bass ... 6/y control treble, and middles in between
@ -9,6 +13,8 @@ Default config:
- Reset equalizer values: alt+ctrl+e - Reset equalizer values: alt+ctrl+e
- See ffmpeg filter description below the config section - See ffmpeg filter description below the config section
--]] --]]
-- ------ config ------- -- ------ config -------
local start_keys_enabled = false -- if true then choose the up/down keys wisely local start_keys_enabled = false -- if true then choose the up/down keys wisely
local key_toggle_bindings = 'ctrl+e' -- enable/disable equalizer key bindings local key_toggle_bindings = 'ctrl+e' -- enable/disable equalizer key bindings