An open API service indexing awesome lists of open source software.

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

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