Metadata-Version: 2.4
Name: mediainfogui
Version: 1.3.0
Summary: GUI for MediaInfo data - Qt6, GTK3 and GTK4
License-Expression: GPL-2.0-or-later
Project-URL: Homepage, https://github.com/kanehekili/MediaInfoGui
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: PyQt6

# MediaInfoGui
GUI for MediaInfo data — available in Qt6, GTK3 and GTK4

Version 1.3.0

This simple GUI for the media info binary runs on Linux. Provides a fast & clean overview of the contents of a media file.

##### Qt6 Implementation

![Screenshot](./Screenshot-Qt5.png)

##### GTK3 Implementation

![Screenshot](./Screenshot-GTK3.png)

### Features
- Opens on a given filename, usually from a file manager
- Shows codec data for video, audio and images
- Displays full MPEG-TS program structure (PAT/PMT), including broken or unresolvable programs — requires `ffprobe`
- Section headers highlighted with the theme's selection colour
- Copy to clipboard button ("Clip") for pasting media info into other applications
- Supports light and dark themes

### Prerequisites
- `mediainfo`
- Qt6: `python3-pyqt6` (PyQt6)
- GTK3: `python3-gi` with GTK 3
- GTK4: `python3-gi` with GTK 4
- Optional: `ffprobe` (from ffmpeg) for MPEG-TS program info

### How to install
 * Download the MediaInfoGui*.tar contained in the "build" folder
 * Unpack it and run the command  **sudo ./install.sh** in the unpacked folder.
 * Select 1 for Qt6, 2 for GTK3, or 3 for GTK4
 * Install just copies a desktop file and some python scripts to /usr/local/sbin/MediaInfoGui

