Metadata-Version: 2.4
Name: mediahug
Version: 0.4.dev19+g07ee40e
Summary: Video Browser
Author-email: sumit@penguindreasm.org
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Requires-Python: >=3.10
Requires-Dist: click>=8.1
Requires-Dist: glfw>=2.9.0
Requires-Dist: opencv-python>=4.10
Requires-Dist: pyopengl>=3.1.9
Requires-Dist: pyside6>=6.9.1
Requires-Dist: python-mpv>=1.0.7
Requires-Dist: rich>=13.8.1
Requires-Dist: yoyo-migrations>=9.0.0
Description-Content-Type: text/markdown

# MediaHug

MediaHug is tool for browsing media content, with a user interface optimized for navigating collections. It can be useful to podcasters, news analysts, or people who just like to shitpost memes.

## Features

* Multi-Window and Tabbed Browsing
* Tracks Position within each Clip
* Saving Window and Tab States on Exit

## Screenshots 

_TODO_

## Installation

### pip Virtual Environment

```commandline
python -m mediahug-venv
source mediahub-venv/bin/active
pip install --extra-index-url https://nexus.sumit.im/repository/bp-python/ mediahug
python -m mediahug
```

#### Gentoo

Gentoo ebuilds are maintained in the Battlepenguin overlay.

```commandline
eselect repository enable battlepenguin
emerge -av mediahug
```
#### Void

Void packages aren't up yet. They're on the todo. When they are ready, they'll be in the [BPVL](https://bpvl.battlepenguin.com)

## Nightly Builds

Use the following repositories if you hate yourself

TODO: Not online yet

## License

[GNU AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html)




