Personal GUI for mediainfo
Go to file
2022-12-16 14:06:21 +00:00
mediainfosama Update readme and structure 2022-12-16 14:06:21 +00:00
QT Update readme and structure 2022-12-16 14:06:21 +00:00
screenshots Update readme and structure 2022-12-16 14:06:21 +00:00
.gitignore Update name convention to PEP8 2022-12-15 16:07:45 +00:00
README.md Update readme and structure 2022-12-16 14:06:21 +00:00

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)

basic

View of the main interface


category

You can select each track to see more details


s

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

Installation

  1. Clone the repo

    git clone https://gitea.kiggy.land/cuissedemouche/mediaInfoSama
    
  2. Run package:

    python mediaInfoSama/mediainfosama/main.py
    

(back to top)

Usage

Just drag and drop a file on the window.

(back to top)