Lazystream

From Hurlster Wiki
Revision as of 15:56, 21 January 2021 by Gqwill69 (talk | contribs) (Created page with "IPTV setup for lazyman streams<br> Crontab setup for auto creation of m3u and xml files * /etc/cron.d/lazystream <pre> 0 7 * * * root /usr/local/sbin/lazystream gener...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

IPTV setup for lazyman streams
Crontab setup for auto creation of m3u and xml files

  • /etc/cron.d/lazystream
0   7    * * *   root   /usr/local/sbin/lazystream generate playlist --sport nhl --date `date -d "-1 day" "+\%Y\%m\%d"` /var/www/html/nhl_yesterday >> /var/log/lazystream.log 2>&1
45   *    * * *   root   /usr/local/sbin/lazystream generate playlist --sport nhl /var/www/html/nhl >> /dev/null 2>&1