Hello,
1)how to get file in this format, guide.xml.gz ?
2)how to speed up the update process? 427 channels updated with 8 hours
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
1. gz is a file compression like zip, (in not a wg++ function) you can compress after the guide is created with 7zip exaample in linux:
gzip /home/ubuntu/Desktop/.wg++/guide.xml
Even better is the xz compression (compress 10 times more then gz) :
xz -z /home/ubuntu/Desktop/.wg++/guide.xml
2. you can run multiple istance of wg++ and then merge. If you can post the list of channels or the siteini you use, i can have a quick look.
1)site="pl.canalplus.com.E" site="web.magentatv.de" site="ntvplus.ru.E"
site="toya.net.pl" site="tvdigital.de" site="peredach.com"
site="filmweb.pl" site="sky.de" site="telekarta.tv"
site="tv.yandex.ru"
retry time-out="80" 4 retry
timespan 6
update f
and site="cyfrowypolsat.pl.EK" , site="hd-plus.de" dont grab channels.
2) please help how merge after download 3 files, example pl,de,ru xml
One of the answers on your questions 'how to speed up' :
Always use update i (incremental)
(This mode will only add the new and the changed shows in full update mode and copies all the others that are still there and not changed)
In your case , with timespan 6 it will reduce the update time by more than 80%
ok thanks i will try use update "i"