Now added delete for real
This commit is contained in:
@@ -8,7 +8,7 @@ You should first go get [ustvgo_to_m3u](https://github.com/benmoose39/ustvgo_to_
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```sh
|
||||||
git clone https://git.konsthol.eu/konsthol/UsTvGo_Menu
|
git clone https://git.konsthol.eu/konsthol/UsTvGo_Menu
|
||||||
cd UsTvGo_Menu
|
cd UsTvGo_Menu
|
||||||
sudo cp tv.sh /usr/bin/
|
sudo cp tv.sh /usr/bin/
|
||||||
@@ -17,11 +17,11 @@ sudo cp tv.sh /usr/bin/
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Simply run ./tv.sh or even better assign it to run with a keybinding
|
Simply run `tv.sh` or even better assign it to run with a keybinding
|
||||||
|
|
||||||
Also as benmoose39 says in his repo the playlist url changes every 4 hours so if you don't hate setting up cron jobs you should do the following
|
Also as benmoose39 says in his repo the playlist url changes every 4 hours so if you don't hate setting up cron jobs you should do the following
|
||||||
|
|
||||||
```
|
```sh
|
||||||
crontab -e (to open the cronjobs file)
|
crontab -e (to open the cronjobs file)
|
||||||
0 */4 * * * ~/PATH_UP_TO/ustvgo_to_m3u/autorun.sh
|
0 */4 * * * ~/PATH_UP_TO/ustvgo_to_m3u/autorun.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user