aboutsummaryrefslogtreecommitdiff
path: root/2/index.md
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /2/index.md
Initial versionHEADmain
Diffstat (limited to '2/index.md')
-rw-r--r--2/index.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/2/index.md b/2/index.md
new file mode 100644
index 0000000..77c0289
--- /dev/null
+++ b/2/index.md
@@ -0,0 +1,18 @@
+Title: GIF animation support
+Author: rodarima
+Created: Sun, 08 Nov 2020 10:48:30 +0000
+State: closed
+
+Can we add GIF support for animation? Here is a test: http://www.lcdf.org/gifsicle/logo.gif
+
+--%--
+From: rodarima
+Date: Sun, 08 Nov 2020 12:19:03 +0000
+
+One way may be to allow external programs to be executed when opening certain files. For example we can run mpv from a dpi filter using something like `dpi:/mpv/:http://www.lcdf.org/gifsicle/logo.gif`
+
+This would allow all kinds of formats available into libmpv, and we don't clutter the rendering mechanism in dillo.
+
+See [plumb](http://man.cat-v.org/plan_9/6/plumb) and [rifle](https://github.com/ranger/ranger/blob/master/ranger/config/rifle.conf). These tools could also handle hard-to-scrape websites such as youtube.
+
+So, let's generalize this issue in a general url opener. \ No newline at end of file