Recent content by helour

  1. H

    Bash script for picon creation (only for linux users)

    I've wrote very simple bash script for picon (with small rounded corners) creating. You have to need install pngquant and imagemagick before script running. #!/bin/sh # ############################################################## # # Input arguments: # $1 - width of the output picon image #...
  2. H

    Language correct date&time display in python plugins via setlocale() function

    Hi, I have made shell script which enables installing locale files which are needed for correct languge: string comparison (LC_COLLATE) lower & upper string conversion, isupper & islower testing (LC_CTYPE) monetary formatting (LC_MONETARY) decimal separator (LC_NUMERIC) date & time formating...
  3. H

    EPG search for Central Europe and other countries with iso6937

    Hi, I have made new python's encoding file (/usr/lib/python2.6/encodings/iso6937.py) for iso6937 encode/decode to/from unicode/str strings. ISO6937 is used in the EPG in the Central Europe and some other countries. Without this new encoding file wasn't possible to use EPG search in the many...
  4. H

    New SD skin - modification of the Nemesis blue line single skin

    I have made some modifications of the popular Nemesis Blue Line Single SD skin. You can download it here.
Top