Enigma2 plugin to dowload and create channels picons files form lyngsat.com
Ivars 4e556a1cd6 labojumi 6 anos atrás
release 0.4c 7 anos atrás
__init__.py Initial commit 8 anos atrás
changelog.md labojumi 6 anos atrás
deploy.bat --hires -r opcija try/except lai nelido ārā uz bojātiem imidžiem 7 anos atrás
get_picons.py labojumi 6 anos atrás
get_picons.sh Initial commit 8 anos atrás
get_picons.txt Initial commit 8 anos atrás
get_picons.wpr Initial commit 8 anos atrás
get_picons.wpu Initial commit 8 anos atrás
imake.bat labojumi 6 anos atrás
plugin.py labojumi 6 anos atrás
readme.md labojumi 6 anos atrás
readme.txt Palabots 8 anos atrás

readme.md

GetPicons

Enigma2 plugin to dowload and create channels picons files form lyngsat.com

Creates Enigma2 channels picons form lyngsat.com. Downloads and resizes lyngsat-logo.com high resolution images. Simple low-res images with white background could be used too. It is possible to set bacground color/transparency. Background transparency works only if pillows python library is installed! Picons for all channels in Enigma2 lamedb are downloaded (you can subselect particular sattelites or packages via paremeters). No symlinks are created for same images.

You can run it several ways:

  1. As a Dreambox plugin (GetPicons)
  2. From Dreambox command line (/usr/script/get_picons.sh)
  3. From PC command line (use it if you want transparent background, since pillow library usually not available on enigma2)

Prerequisites:

  • Python 2.x
  • Python libraries- Imaging (PIL) (usually part of standart python) or pillow

Usage (command line):

python get_picons.py [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"
-z  SIZE                                    icon size, e.g. "100x60", default - "220x132"
-f PATH, --folder PATH                      picon files output folder, default - "/media/hdd/picon"
-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"
-o, --overwrite                              overwrite existing picons file (default - no)
-d, -debug                                  display work progress and write debug info to file for not found services
-h, --help                                  this help file

Copyright © 2015-2016 ivars777 (ivars777@gmail.com) Distributed under the GNU GPL v3. For full terms see http://www.gnu.org/licenses/gpl-3.0.en.html