Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from sunsettrack4/master
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
DeBaschdi authored Sep 15, 2019
2 parents 4008a45 + f57f14b commit fd88b0f
Show file tree
Hide file tree
Showing 14 changed files with 210 additions and 79 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# These are supported funding model platforms

github: [sunsettrack4]
custom: https://paypal.me/sunsettrack4
23 changes: 12 additions & 11 deletions epg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,8 @@ fi
#

cd $(pwd)

echo "DIR=$(pwd)" > /tmp/initrun.txt
echo "VER=v0.4.0" >> /tmp/initrun.txt

#
# CHECK INTERNET CONNECTIVITY
Expand Down Expand Up @@ -2851,7 +2852,7 @@ then
echo ""
echo " --------------------------------------------"
echo " HORIZON EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2874,7 +2875,7 @@ then
echo ""
echo " --------------------------------------------"
echo " ZATTOO EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2889,7 +2890,7 @@ then
echo ""
echo " --------------------------------------------"
echo " SWISSCOM EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2903,7 +2904,7 @@ then
echo ""
echo " --------------------------------------------"
echo " TVPLAYER EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2917,7 +2918,7 @@ then
echo ""
echo " --------------------------------------------"
echo " TELEKOM EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2931,7 +2932,7 @@ then
echo ""
echo " --------------------------------------------"
echo " RADIOTIMES EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2945,7 +2946,7 @@ then
echo ""
echo " --------------------------------------------"
echo " WAIPU.TV EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2959,7 +2960,7 @@ then
echo ""
echo " --------------------------------------------"
echo " TV-SPIELFILM EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2973,7 +2974,7 @@ then
echo ""
echo " --------------------------------------------"
echo " VODAFONE EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand All @@ -2987,7 +2988,7 @@ then
echo ""
echo " --------------------------------------------"
echo " EXTERNAL EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
Expand Down
7 changes: 4 additions & 3 deletions ext/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,15 @@ do

echo ""
echo " --------------------------------------------"
echo " EXTERNAL EPG SIMPLE XMLTV GRABBER "
echo " "
echo " EXTERNAL EPG SIMPLE XMLTV GRABBER "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
sleep 2s

bash ext.sh && cd - > /dev/null
cd $(pwd)
bash ext.sh && cd $(grep 'DIR=' /tmp/initrun.txt | sed 's/DIR=//g') > /dev/null

cp ext/oa/external.xml xml/external_oa.xml 2> /dev/null
cp ext/ob/external.xml xml/external_ob.xml 2> /dev/null
Expand Down
5 changes: 3 additions & 2 deletions hzn/settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,14 @@ do
echo ""
echo " --------------------------------------------"
echo " HORIZON EPG SIMPLE XMLTV GRABBER "
echo " "
echo " powered by easyEPG Grabber $(grep 'VER=' /tmp/initrun.txt | sed 's/VER=//g')"
echo " (c) 2019 Jan-Luca Neumann / sunsettrack4 "
echo " --------------------------------------------"
echo ""
sleep 2s

bash hzn.sh && cd - > /dev/null
cd $(pwd)
bash hzn.sh && cd $(grep 'DIR=' /tmp/initrun.txt | sed 's/DIR=//g') > /dev/null

cp hzn/de/horizon.xml xml/horizon_de.xml 2> /dev/null
cp hzn/at/horizon.xml xml/horizon_at.xml 2> /dev/null
Expand Down
Loading

0 comments on commit fd88b0f

Please sign in to comment.