mediaInfoSama

GUI for MediaInfo written with Python and PySide6

Report Bug ยท Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. 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)) ![basic](screenshots/basic.jpg | width=200)

View of the main interface


![category](screenshots/category.jpg | width=300)

You can select each track to see more details


![s](screenshots/search.jpg | width=400)

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)