aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS/lua/autocrop.lua
Commit message (Collapse)AuthorAge
* options: deprecate 'lua' based options/dirs for 'script'Gravatar Avi Halachmi (:avih)2014-12-15
| | | | | | | | | | | | - --lua and --lua-opts change to --script and --script-opts - 'lua' default script dirs change to 'scripts' - DOCS updated - 'lua-settings' dir was _not_ modified The old lua-based names/dirs still work, but display a warning. Signed-off-by: wm4 <wm4@nowhere>
* TOOLS/lua: remove tabs from some lua scriptsGravatar Kevin Mitchell2014-10-21
|
* TOOLS/lua: conform to whitespace coding-styleGravatar Kevin Mitchell2014-05-06
|
* TOOLS/lua: use double quotes unless there's a good reasonGravatar Kevin Mitchell2014-05-04
|
* TOOLS/lua/autocrop: handle case of user hitting hotkey while cropdetection ↵Gravatar Kevin Mitchell2014-05-04
| | | | already running
* TOOLS/lua: no longer gsub out "lua/" prefix, now that its no longer thereGravatar Kevin Mitchell2014-05-04
|
* TOOLS: better documentation of lua scriptsGravatar Kevin Mitchell2014-04-29
|
* TOOLS: improve autocrop.luaGravatar Kevin Mitchell2014-04-29
| | | | | | | | | | It now inserts no filters and does nothing until the hot-key is pressed. This makes it more suitable to be put in ~/.mpv/lua. When the hot-key is pressed, it now inserts the cropdetect filter and waits 1 second (or a --lua-opts specified duration) before gathering the cropdetect metadata and inserting the appropriate crop filter. A second press of the hotkey removes the crop.
* TOOLS: indent lua scripts by 4 spaces instead of 3Gravatar Kevin Mitchell2014-04-27
|
* TOOLS: move autocrop.lua to TOOLS/luaGravatar Kevin Mitchell2014-04-27
in anticipation of more lua scripts