Hi, after a long time - I finally found some time to prepare a new release of PyTone. Changes included in this release: * conf/pytonerc: Update description of autoregisterer option in the database sections (fixing Debian bug #245528). * conf/pytonerc: New option dbfile in database sections which allows to store the database in one single file (instead of multiple ones, when using the old basename option) * services/songdbs/local.py: support storing of databases in a single file. * Do not process global keybindings when input window is active (thanks to Andreas Poisel <a.poisel at acat dot cc> for reporting this problem). * pytonectl.py: Rewrite to allow for requests and not only events. * pytonectl.py: Add getplayerinfo function, which prints a string with information about the currently playing song (as suggested by Alexander Wirt <formorer at formorer dot de>). * pytonectl: Print error message instead of traceback when connection to server fails (as suggested by Alexander Wirt <formorer at formorer dot de>). Enjoy, Jörg