mpvScripts.eisa01.simplehistory: init at 0-unstable-2023-11-25 (#402043)

authored by Arne Keller and committed by GitHub 3a57c98d 7ee6dc4e

+8
+8
pkgs/applications/video/mpv/scripts/eisa01.nix
··· 54 54 }; 55 55 }; 56 56 57 + simplehistory = { 58 + scriptPath = "scripts/SimpleHistory.lua"; 59 + meta = { 60 + 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"; 61 + maintainers = with lib.maintainers; [ luftmensch-luftmensch ]; 62 + }; 63 + }; 64 + 57 65 smartskip = { 58 66 scriptPath = "scripts/SmartSkip.lua"; 59 67 meta = {