lua: integrate stats.lua script

Signed-off-by: wm4 <wm4@nowhere>

Rename --stats to --load-stats-overlay and add an entry to options.rst
over the original commit.

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Julian
2017-09-27 01:17:47 +02:00
committed by wm4
parent c38ad6ae6f
commit 92a9150cc2
7 changed files with 14 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ def build(ctx):
)
lua_files = ["defaults.lua", "assdraw.lua", "options.lua", "osc.lua",
"ytdl_hook.lua"]
"ytdl_hook.lua", "stats.lua"]
for fn in lua_files:
fn = "player/lua/" + fn