mediaInfoSama/README.md

83 lines
1.8 KiB
Markdown
Raw Normal View History

2022-12-16 15:06:21 +01:00
<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
<a name="readme-top"></a>
<h3 align="center">mediaInfoSama</h3>
<p align="center">
GUI for MediaInfo written with Python and PySide6
<br />
<br />
<a href="https://gitea.kiggy.land/cuissedemouche/mediaInfoSama/issues">Report Bug</a>
·
<a href="https://gitea.kiggy.land/cuissedemouche/mediaInfoSama/issues">Request Feature</a>
</p>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#usage">Usage</a></li>
2022-12-16 15:59:38 +01:00
<li><a href="#gallery">Gallery</a></li>
2022-12-16 15:06:21 +01:00
</ol>
</details>
## About The Project
2022-12-16 15:59:38 +01:00
This is my personnal GUI for MediaInfo, based on [MediaInfo.NET](https://github.com/stax76/MediaInfo.NET)
2022-12-16 15:06:21 +01:00
2022-12-16 15:59:38 +01:00
<p align="center"><img src="screenshots/basic.jpg" width="600"></p>
2022-12-16 15:06:21 +01:00
### Prerequisites
* Python 3.7 or later
2022-12-16 15:06:21 +01:00
* PySide6
2022-12-16 15:59:38 +01:00
* [MediaInfo](https://github.com/MediaArea/MediaInfo)
2022-12-16 15:06:21 +01:00
2022-12-16 15:06:21 +01:00
### Installation
1. Clone the repo
```sh
git clone https://gitea.kiggy.land/cuissedemouche/mediaInfoSama
```
2. Run package:
```sh
python mediaInfoSama/mediainfosama/main.py
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- USAGE EXAMPLES -->
2022-12-16 15:06:21 +01:00
## Usage
2022-12-16 15:59:38 +01:00
Just drag and drop a file on the window to show the media file informations
2022-12-16 15:06:21 +01:00
<p align="right">(<a href="#readme-top">back to top</a>)</p>
2022-12-16 15:59:38 +01:00
## Gallery
![Advanced track](screenshots/category.jpg)
![Search](screenshots/search.jpg)
<p align="right">(<a href="#readme-top">back to top</a>)</p>