From fb510ea86be5ceb9e91573890242581fdbd77ad8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 28 Sep 2025 20:26:15 +0200 Subject: Initial version --- 2/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 2/index.md (limited to '2') 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 -- cgit v1.2.3