aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/later.1
diff options
context:
space:
mode:
Diffstat (limited to 'later.1')
-rw-r--r--later.127
1 files changed, 24 insertions, 3 deletions
diff --git a/later.1 b/later.1
index 6b2bec9..c0ba5e5 100644
--- a/later.1
+++ b/later.1
@@ -1,4 +1,4 @@
-.Dd September 10, 2024
+.Dd September 12, 2024
.Dt LATER 1
.Os
.Sh NAME
@@ -6,12 +6,31 @@
.Nd list mpv's watch_later entries
.Sh SYNOPSIS
.Nm
-.Op Fl h
-.Op Fl \-help
+.Op Fl u | \-update-titles
+.Nm
+.Fl h | \-help
.Sh DESCRIPTION
.Nm
lists all watch_later entries as saved by
.Xr mpv 1 .
+.Pp
+The options are as follows:
+.Bl -tag -width "-h, --update-titles"
+.It Fl u , Fl \-update-titles
+update titles of videos using yt-dlp
+.It Fl h , Fl \-help
+show a conscise help message
+.El
+.Sh FILES
+.Bl -tag -width "1"
+.It Pa $XDG_CACHE_HOME/later/titles.json
+JSON-encoded mapping of URLs to video titles.
+Populated by running
+.Nm
+with the
+.Fl \-update-titles
+option.
+.El
.Sh SEE ALSO
.Xr mpv 1
.Sh AUTHORS
@@ -19,3 +38,5 @@ lists all watch_later entries as saved by
.Nm
was written by
.An Wolfgang Müller Aq Mt wolf@oriole.systems
+with yt-dlp integration by
+.An Juhani Krekelä Aq Mt juhani@krekelä.fi