mediaInfoSama
GUI for MediaInfo written with Python and PySide6
Report Bug
ยท
Request Feature
Table of Contents
-
About The Project
-
Getting Started
- Usage
- Gallery
## About The Project
This is my personnal GUI for MediaInfo, based on [MediaInfo.NET](https://github.com/stax76/MediaInfo.NET)
### Prerequisites
* Python 3.7 or later
* PySide6
* [MediaInfo](https://github.com/MediaArea/MediaInfo)
### Installation
1. Clone the repo
```sh
git clone https://gitea.kiggy.land/cuissedemouche/mediaInfoSama
```
2. Run package:
```sh
python mediaInfoSama/mediainfosama/main.py
```
(back to top)
## Usage
Just drag and drop a file on the window to show the media file informations
(back to top)
## Gallery
![Advanced track](screenshots/category.jpg)
![Search](screenshots/search.jpg)
(back to top)