Skip to content

rhermsen/updateEpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

updateEpg.sh

Preparation

Create a file in /home/hts/ named tvh.env with the user and password used by Kodi. with default ownership and permissions.

touch /home/hts/tvh.env
echo <username> > /home/hts/tvh.env
echo <passwd> >> /home/hts/tvh.env

The file /home/hts/updateEpg.sh should be owned by root and excutable:

sudo chown root:root /home/hts/updateEpg.sh
sudo chmod +x /home/hts/updateEpg.sh

Add to Cron

Add the script to cron to execute once a day e.g. 16:00 hours.

# verify current crontab config
sudo crontab -l
# edit crontab
sudo crontab -e
0 16 * * * /home/hts/updateEpg.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages