mpvScripts.eisa01.simplehistory: init at 0-unstable-2023-11-25

This commit is contained in:
luftmensch-luftmensch
2025-04-26 16:13:57 +02:00
parent 707f5c1eb6
commit f9fb99af54
@@ -54,6 +54,14 @@ lib.recurseIntoAttrs (
};
};
simplehistory = {
scriptPath = "scripts/SimpleHistory.lua";
meta = {
description = "Store videos in a history file, continue watching your last played or resume previously played videos, manage and play from your history, and more";
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
};
};
smartskip = {
scriptPath = "scripts/SmartSkip.lua";
meta = {