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
Ubuntu / Mint Installation
open Terminal
wget 'https://raw.githubusercontent.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