Metadata-Version: 2.4
Name: mediahug
Version: 0.4.dev1+g842276d
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.12
Requires-Dist: click>=8.1.8
Requires-Dist: opencv-python>=4.10.0.84
Requires-Dist: pyqt6>=6.8.0
Requires-Dist: python-mpv>=1.0.7
Requires-Dist: rich>=13.8.1
Requires-Dist: sqlite-connector>=0.1.0
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)




