Go to file
Jonas Weinz 6c7d9dee3c add readme instatructions 2021-07-04 13:53:24 +02:00
data add desktop file 2020-10-24 13:56:51 +02:00
readme_images add readme instatructions 2021-07-04 13:53:24 +02:00
src/gtk_mediathek_player change window title to current playing video 2021-02-07 16:41:33 +01:00
testing initial commit 2020-10-18 20:19:26 +02:00
.gitignore initial commit 2020-10-18 20:19:26 +02:00
LICENSE Initial commit 2020-10-11 15:30:43 +00:00
Pipfile initial commit 2020-10-18 20:19:26 +02:00
README.md add readme instatructions 2021-07-04 13:53:24 +02:00
setup.py make it pip installable 2020-10-24 10:26:25 +02:00

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