bash shell scripting to watch on *nix/linux system the italian rai tv
Go to file
fenix-soft 74e2e54dd9
Add files via upload
fix script
2021-10-05 14:59:28 +02:00
RAI1.sh Add files via upload 2021-10-05 14:06:12 +02:00
RAI2.sh Add files via upload 2021-10-05 14:10:09 +02:00
RAI3.sh Add files via upload 2021-10-05 14:13:23 +02:00
RAI4.sh Add files via upload 2021-10-05 14:25:15 +02:00
RAI5.sh Add files via upload 2021-10-05 14:39:22 +02:00
RAIgulp.sh Update RAIgulp.sh 2016-10-13 11:47:16 +02:00
RAImovie.sh Update RAImovie.sh 2016-10-13 11:47:50 +02:00
RAInews.sh Add files via upload 2021-10-05 14:59:28 +02:00
RAIp.sh Update RAIp.sh 2016-10-13 11:49:50 +02:00
RAIscuola.sh Update RAIscuola.sh 2016-10-13 11:49:29 +02:00
RAIsport.sh Update RAIsport.sh 2016-11-28 11:29:29 +01:00
RAIsport2.sh Update RAIsport2.sh 2016-11-28 11:30:04 +01:00
RAIstoria.sh Update RAIstoria.sh 2016-10-13 11:52:36 +02:00
RAIyoyo.sh Update RAIyoyo.sh 2016-10-13 11:51:12 +02:00
README.md Update README.md 2016-10-14 17:49:10 +02:00
version.txt Update version.txt 2016-11-28 11:30:54 +01:00

README.md

railive

bash shell scripting to watch on *nix/linux system the italian rai tv

To depend:

gnu wget

gnu grep

gnu seed

dos2unix

mpv media player (mpv we must compiled or instaled whit support for HLS stream)

Usage:

  1. "chmod +x script.sh" set up the execute permission for every script

open your terminal and run a specific script for watch specific tv channel

exmple:

watch rai1: run script RAI1.sh or ./RAI1.sh if the script no integrate on the system o in .bashrc

from custom prove, change the terminal work directory, on the script live and run as ./RAI1.sh

for integrate in the system edit your .bashrc file and add a path for custom railive directory script

exmple edit .bashrc file integration

export PATH=$PATH:"path railive directory script"

now bash look the script.

close a channel or script

for close the program, close the mpv window, and the script terminate and cleaning temp file, if the script terminate for error or another cause, or the mpv window not view, you can use the temp files to debug a problem.

good watching and sorry of my bad english!