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