11 version = "0-unstable-2024-03-22";
12 src = fetchFromGitHub {
15 rev = "1a6a9383ba1774708fddbd976e7a9b72c3eec938";
16 hash = "sha256-BshxCjec/UNGyiC0/g1Rai2NvG2qOIHXDDEUYwwdij0=";
18 passthru.updateScript = unstableGitUpdater { };
21 description = "Manual & automatic reloading of videos";
23 This script adds reloading of videos, automatically on timers (when stuck
24 buffering etc.) or manually on keybinds, to help with cases where a stream
25 is not loading further due to a network or remote issue.
27 homepage = "https://github.com/4e6/mpv-reload";
28 license = lib.licenses.mit;
29 maintainers = with lib.maintainers; [ nicoo ];