Create GetProgress_QaacDec.progress
This commit is contained in:
Родитель
7d3e002714
Коммит
26322c9f9d
|
@ -0,0 +1,4 @@
|
|||
function GetProgress(s)
|
||||
if string.match(s, '%ssamples processed%s') ~= nil then return "100";
|
||||
else return string.match(s, '%[(%d+.%d+)%%%]'); end;
|
||||
end
|
Загрузка…
Ссылка в новой задаче