Skip to content

Axel-Erfurt/LiveStream-TVPlayer

Repository files navigation

TV LiveStream-Player & Recorder

german Version -> 🇩🇪

Requirements:

made and testet in Linux Mint 20

Playlists

create a txt file inside the LiveStream-Tv folder, for example Favourites.txt

Format:

Name 1,url
Name 2,url

Every text file becomes a menu.

Shortcuts:

  • q = Exit
  • f = toggle Fullscreen
  • u = play url from clipboard
  • mouse wheel = resize window
  • mouse click left + move = move window
  • arrow up = more volume
  • arrow down = less volume
  • h = toggle mouse cursor visible
  • r = record with timer
  • w = record without timer
  • s = stop recording

screenshot

Ubuntu / Mint Installation

open Terminal

wget 'https://raw.github.com/Axel-Erfurt/LiveStream-TVPlayer/master/TVPlayerInstall.sh' -O ~/Downloads/TVPlayerInstall.sh && chmod +x ~/Downloads/TVPlayerInstall.sh && ~/Downloads/TVPlayerInstall.sh

start app with

cd ~/.local/share/LiveStream-TVPlayer-master && python3 ./TVPlayer2.py

or use TVPlayer2 in start menu

uninstall with

cd ~/.local/share/ && rm -rf LiveStream-TVPlayer-master