Skip to content

Instantly share code, notes, and snippets.

View stutstev's full-sized avatar

Steven Peguero stutstev

View GitHub Profile
-- autosave.lua
-- ------------
--
-- periodically saves watch_later data during mpv playback.
-- accounts for periodic cached write synchronization on raspberry pi.
os = require 'os'
mp = require 'mp'
mp_opt = require 'mp.options'