You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jonas Weinz 6c7d9dee3c add readme instatructions 2 years ago
data add desktop file 3 years ago
readme_images add readme instatructions 2 years ago
src/gtk_mediathek_player change window title to current playing video 3 years ago
testing initial commit 3 years ago
.gitignore initial commit 3 years ago
LICENSE Initial commit 3 years ago
Pipfile initial commit 3 years ago
README.md add readme instatructions 2 years ago
setup.py make it pip installable 3 years ago

README.md

gtk-mediathek-player

very simple python mediathek viewer for GNOME (using https://mediathekviewweb.de/'s API for search requests).

player widget

search

Installation

tested on ubuntu 21.04

dependencies

sudo apt install python3-pip gstreamer1.0-plugins-bad

install directly from the git repository

pip3 install --user git+https://the-cake-is-a-lie.net/gogs/jonas/mediathek-viewer.git

if the package is installed user or system wide, there should exist a new start menu entry after installation. Otherwise the program can be started manually with:

python3 -m gtk_mediathek_player.main