~guidocella/mpv-image-config

ad434e4b2cecb1a20d758370533602dd9d7e1157 — Guido Cella 1 year, 3 months ago 2ef1c22
update README.md
1 files changed, 1 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +1 -5
@@ 1,4 1,4 @@
This is an example configuration for using mpv as an image viewer. Version 0.34 is needed for the `track-list/N/image` sub-property. Use this by copying what you want to use from `mpv.conf` and `input.conf` into your versions of these files, and copying or symlinking into `~~/scripts` `scripts/align-images.lua` for automatically aligning images, and `scripts/image-bindings.lua` for the script messages used by `input.conf`.
This is an example configuration for using mpv as an image viewer. Version 0.34 is needed for the `track-list/N/image` sub-property. Use this by copying what you want to use from `mpv.conf` and `input.conf` into your versions of these files, and copying or symlinking into `~~/scripts` `scripts/align-images.lua` for automatically aligning the OSD to the top-right corner of images bigger than the OSD and centering images smaller than the OSD, and `scripts/image-bindings.lua` for the script messages used by `input.conf`.

## Why?



@@ 12,7 12,3 @@ This is an example configuration for using mpv as an image viewer. Version 0.34 
## How can I display thumbnails of images?

Use https://github.com/occivink/mpv-gallery-view

## Why not use occivink/mpv-image-viewer?

I wanted large images only to start from the top right corner and a "fill to width" keybinding.