12345678910111213141516171819202122232425 |
- Dowload and create Enigma2 channels' picons files form lyngsat.com
- You can run it both from Dreambox or computer
- ipk install file is provided, which install python script in Extensions folder as well as shell scipt in /user/script folder.
- Windows exe file is provided too.
- Prerequisites:
- - Python 2.x
- - Python libraries- Imaging (PIL) (usually part of standart python)
-
- Usage [options]
- Options:
- -p PACKAGE_LIST, --package=PACKAGE_LIST list of package names (html file name in lyngsat),
- e.g "viasat,ntvplus36"
- -s SAT_LIST, --sat=SAT_LIST list of sattelite positions, e.g. "4.9,-0.8"
- -f PATH, --folder PATH picon files output folder (piconHD added), default - "/hdd"
- -e PATH, --enigma PATH enigma2 folder whera lamedb,settings are located, default - "/etc/enigma2"
- you can use urls, e.g. "ftp://root@receiver_address/etc/enigma2"
- -d, -debug display work progress an d write debug info to file for not found services
- -h, --help this help file
-
- (c)Ivars 2013, v0.2
-
- RELEASE NOTES:
- *** 13.10.2013, version 0.2 ***
- - html parsing is done wit regex instead of BeautifulSoup
- - initial public release
|