diff options
author | Wolfgang Müller | 2024-09-19 23:13:06 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-19 23:13:06 +0200 |
commit | fc7d9c00d65c15a92cbd8e0466ace59bc188e6ea (patch) | |
tree | cc6cd0ebde5843cb081087dc38f4f54cec40462a /content/20 | |
parent | 8710ba8ab53caf11acad86c70d3f32b967d16e1e (diff) | |
download | zunzuncito-fc7d9c00d65c15a92cbd8e0466ace59bc188e6ea.tar.gz |
content: Add note about write-filename-in-watch-later-config to post 20
Diffstat (limited to '')
-rw-r--r-- | content/20/index.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/20/index.md b/content/20/index.md index ac90ad1..fbc99c1 100644 --- a/content/20/index.md +++ b/content/20/index.md @@ -26,6 +26,11 @@ After a while of using this you might amass more than a couple of unfinished videos that `mpv(1)` knows about, but what it sadly does not provide is an easy way to show you which videos those are... +Whilst you can set +[`write-filename-in-watch-later-config`](https://mpv.io/manual/stable/#options-write-filename-in-watch-later-config) +and have `mpv(1)` save filenames and URLs in its watch later entries, quickly +finding them is another story. + This is where a shared effort between my partner [nortti](https://ahti.space/~nortti/) and me comes in: [`later(1)`](https://git.oriole.systems/later/about/). It is a small Python @@ -56,3 +61,6 @@ simply copy the script into a directory in your `$PATH` (and the manual into ``` $ PREFIX=~/.local make install ``` + +Do note that for `later(1)` to work correctly, the aforementioned +`write-filename-in-watch-later-config` setting needs to be set. |