diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /2 |
Diffstat (limited to '2')
-rw-r--r-- | 2/index.md | 18 |
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 |