https://github.com/dflock/simple-mediainfo-gui
A simple GUI for MediaInfo
https://github.com/dflock/simple-mediainfo-gui
bash-script mediainfo yad
Last synced: about 2 months ago
JSON representation
A simple GUI for MediaInfo
- Host: GitHub
- URL: https://github.com/dflock/simple-mediainfo-gui
- Owner: dflock
- License: gpl-2.0
- Created: 2020-12-27T21:29:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T22:56:44.000Z (over 5 years ago)
- Last Synced: 2025-10-23T20:04:59.553Z (9 months ago)
- Topics: bash-script, mediainfo, yad
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
# simple-mediainfo-gui
:author: Duncan Lock
A simple GUI for https://mediaarea.net/en/MediaInfo[MediaInfo].
## Requirements
You need the following installed:
- `yad`: https://sourceforge.net/projects/yad-dialog/
- `mediainfo`: https://mediaarea.net/en/Repos
For Debian/Ubuntu, you can do:
```shell
$ sudo apt install yad
$ wget https://mediaarea.net/repo/deb/repo-mediaarea_1.0-13_all.deb && sudo apt install ./repo-mediaarea_1.0-13_all.deb && sudo apt update
```
## Installation
```shell
$ sudo cp simple-mediainfo-gui.sh /usr/bin/simple-mediainfo-gui
```
## Usage
```shell
$ simple-mediainfo-gui
```
### Author
Duncan Lock