1. Languages and Subtitles in XBMC

    In XBMC the support for different languages in movies or subtitlelanguages is minimal. In this guide I will show what I did, to display the language and subtitle language of my movies. So it covers how to get the audiolanguage in the database and how to use this information to ...

    Tagged as : XBMC python
  2. Ghost.py/Qtwebkit redirect problem + solution

    I'm using ghost.py and qtwebkit which seem to have a problem with the 3xx HTTP-Status codes. It doesn't follow the "Location" header. In this post I explain my hackfix so that this works again.

    Bug description

    I use PyQt 4.9.6-r2 from the gentoo repository. And ...

    Tagged as : browser Python
  3. Automated Frontend Testing

    This article is about simulating browsers to test your webpages. Contrary to a unit-test you check your whole page with this. That is also why I think this is the most cost/time efficient method. But also you probably won't see so much cornercases and won't find so ...

  4. Python Bot for a Flashgame

    Sun 26 August 2012
    By balrok

    Inspired by a Youtube-Video how to play flashgames using python I wanted to try it myself. This post is less about the code and more about the experiences I got.

    Motivation

    Since computers are designed to help us in every day tasks.. they should also help us in gaming tasks ...

  5. Convert .ncftp/bookmarks to .netrc

    When using the netrw plugin for vim it is recommended to use the .netrc file for managing all ftp logins. Because I used ncftp before this I wanted to easily convert all my stored ftp bookmarks (which are many) into the .netrw format. Here I post my script for this ...

    Tagged as : Coding FTP Linux Python Vim

Page 1 / 1