mediaInfoSama
GUI for MediaInfo written with Python and PySide6
Report Bug
ยท
Request Feature
Table of Contents
-
About The Project
-
Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgments
## About The Project
This is my personnal GUI for MediaInfo, based on [MediaInfo.NET]([GitHub - stax76/MediaInfo.NET: MediaInfo.NET is a Windows application that shows media file information](https://github.com/stax76/MediaInfo.NET))
View of the main interface
You can select each track to see more details
You can search through all the tracks
(back to top)
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- 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)