From e4ad2cd9be00815c9d8987449d814ee7026063dd Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 3 Feb 2023 18:55:52 +0100 Subject: Enable --save-position-on-quit by default for mpv With this option it is not possible to forget the position of the played ressource on quit. This is explicitly valuable for audiobooks or similar media. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index a1ae98b..54fb24c 100644 --- a/.bashrc +++ b/.bashrc @@ -39,6 +39,7 @@ function my_xdg_open() { nohup xdg-open "$1" > /dev/null 2>&1 & } alias open=my_xdg_open alias note='"${EDITOR}" "$(mktemp)"' alias nolink='cd $(pwd -P)' +alias mpv='mpv --save-position-on-quit' # extend PATH by custom scripts (location based on XDG) -- cgit v1.2.3-70-g09d2