Update 2024-01-23

This commit is contained in:
2025-01-23 19:13:34 +02:00
parent ff0f2da5d2
commit 3e77832510
73 changed files with 122 additions and 6272 deletions

View File

@@ -1,22 +0,0 @@
# mediainfo.yazi
This is a Yazi plugin for previewing media files. The preview shows thumbnail
using `ffmpegthumbnailer` if available and media metadata using `mediainfo`.
## Installation
Install the plugin:
```
ya pack -a Ape/mediainfo
```
Create `~/.config/yazi/yazi.toml` and add:
```
[plugin]
prepend_previewers = [
{ mime = "{image,audio,video}/*", run = "mediainfo"},
{ mime = "application/x-subrip", run = "mediainfo"},
]
```