Go to file
Kevin Keijzer edff0da2c4 header width 2017-07-27 23:10:13 +02:00
LICENSE Update 'LICENSE' 2017-07-24 19:30:36 +00:00
README.md add youtube-dl instructions 2017-07-25 09:55:06 +02:00
install.sh add install / update script 2017-07-24 23:22:08 +02:00
striemtrien-screenshot.png update screenshot 2017-07-26 23:34:44 +02:00
striemtrien.desktop , -> ; 2017-07-24 23:28:12 +02:00
striemtrien.py header width 2017-07-27 23:10:13 +02:00
striemtrien.svg add icon backdrop 2017-07-24 22:54:56 +02:00
youtube-dl-auto-update add optional youtube-dl update script 2017-07-25 10:02:34 +02:00

README.md

Striemtrien

Striemtrien is a graphical user interface to start mpv media player without having to download videos first. Just paste a URL of a page with a video in it to play it directly!

Installation

git clone https://git.fsfe.org/jvs/Striemtrien.git

cd Striemtrien

sudo apt install mpv python3-gi python3-pip python3-setuptools python3-wheel

sudo -H pip3 install youtube-dl

./install.sh

Usage

Open the application, paste a link, click the button.

Screenshot

As the URL's of streaming sites change often, Striemtrien requires an up-to-date youtube-dl script. The best way is to use pip as described above.

youtube-dl can be updated with pip easily: sudo -H pip3 install -U youtube-dl

License

Expat (MIT), see LICENSE