From f183533b821c157b1d2a51c655477c9ca046d2f0 Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 3 Jul 2023 15:46:41 -0400 Subject: comments --- eatit.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eatit.lua') diff --git a/eatit.lua b/eatit.lua index 016acd5..fe58b87 100644 --- a/eatit.lua +++ b/eatit.lua @@ -16,8 +16,10 @@ GNU General Public License for more details. local mp = require('mp') +-- load the config file dofile(mp.command_native({'expand-path', '~~/eatit-cfg.lua'})) +-- helper functions -- local function tablelength(T) local count = 0 for _ in pairs(T) do count = count + 1 end @@ -76,6 +78,7 @@ local function checkupdates(i, pluginfile, pluginlink) end end +-- start install local function startinstall() logwrite('Starting Download...') for i = 1, tablelength(plugins) do -- cgit v1.2.1