mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Update: 2024-11-28
This commit is contained in:
22
config/yazi/plugins/mediainfo.yazi/README.md
Normal file
22
config/yazi/plugins/mediainfo.yazi/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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"},
|
||||
]
|
||||
```
|
||||
Reference in New Issue
Block a user