From d2bbc1e913f3901bbe479c451899e671ce243f21 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Fri, 30 Apr 2021 10:01:52 +0200 Subject: [PATCH] update README --- README.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 5476d44..d57c2f8 100644 --- a/README.org +++ b/README.org @@ -54,6 +54,10 @@ You can access your local machine also via SSH, so every occurrence of /remote/ in the list can be replaced with /local/. + mpv has a nice feature which lets you resume playback. + This is handy if you want to e.g. continue watching you favourite series at a later point in time. + Check the *usage* below to see how this works. + ** Installation Make sure, mpv is installed and that you have access to a machine via SSH. @@ -98,7 +102,10 @@ - =p= and =SPACE= :: Pause (pressing again unpauses). - =<= and =>= :: Go backward/forward in the playlist. - =q= :: Stop playing and quit. - - =Q= :: Like =q=, but store the current playback position. Playing the same file later will resume at the old playback position if possible. + - =Q= :: Like =q=, but store the current playback position. + Playing the same file later will resume at the old playback position if possible. + This works for single and mutliple files. + To listen e.g. to an audiobook in multiple stages you can always use the same command (=strm audiobook=), just make sure you always quit with =Q=. ** Configuration