railive/README.md

40 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2016-10-13 11:16:11 +02:00
# railive
bash shell scripting to watch on *nix/linux system the italian rai tv
2016-10-13 11:21:09 +02:00
2016-10-13 11:23:48 +02:00
## To depend:
2016-10-13 11:21:09 +02:00
2016-10-13 11:23:48 +02:00
gnu wget
2016-10-13 11:24:20 +02:00
2016-10-13 11:23:48 +02:00
gnu grep
2016-10-13 11:24:20 +02:00
2016-10-13 11:23:48 +02:00
gnu seed
2016-10-13 11:24:20 +02:00
2016-10-13 11:23:48 +02:00
dos2unix
2016-10-13 11:24:20 +02:00
2016-10-13 11:33:56 +02:00
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
2016-10-13 12:29:56 +02:00
2016-10-13 12:31:04 +02:00
open your terminal and run a specific script for watch specific tv channel
### exmple:
2016-10-14 17:49:10 +02:00
watch rai1: run script RAI1.sh or ./RAI1.sh if the script no integrate on the system o in .bashrc
2016-10-13 12:29:56 +02:00
from custom prove, change the terminal work directory, on the script live and run as ./RAI1.sh
2016-10-13 12:29:56 +02:00
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"
2016-10-14 17:41:32 +02:00
now bash look the script.
2016-10-14 17:41:32 +02:00
## close a channel or script
2016-10-14 17:41:32 +02:00
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!