Skip to content

Commit

Permalink
Update epgtool.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EatPrilosec committed Aug 9, 2024
1 parent 3bb6941 commit a215106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/epgtool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ git clone --depth 1 -b master https://github.com/iptv-org/epg.git ./epgtool


if [ ! -f $(pwd)/epgtool-channels.xml ]; then
WINEPREFIX=/opt
wineboot --init

ln -s $(pwd)/epgtool/sites $(pwd)/sites
m3u2xml.exe --m3u "m3u4u-MergedPlaylist.m3u" --SitesDir "sites" --OutName "epgtool-channels" --SiteIgnoreFile "IgnoreSites.txt"
if [ ! -f $(pwd)/epgtool-channels.xml ]; then
Expand Down

0 comments on commit a215106

Please sign in to comment.