summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorWolfgang Rohdewald <wolfgang@rohdewald.de>2009-01-11 23:14:12 +0100
committerWolfgang Rohdewald <wolfgang@rohdewald.de>2009-01-11 23:14:12 +0100
commitc405cdff24427c485e493424f8dbd3a2c3061be8 (patch)
tree780634b8cf992010e92bc6b5edf96d0cacd45849 /HISTORY
parent2975f47469b4f881d01324d4905c6371ac358b4b (diff)
downloadvdr-plugin-muggle-c405cdff24427c485e493424f8dbd3a2c3061be8.tar.gz
vdr-plugin-muggle-c405cdff24427c485e493424f8dbd3a2c3061be8.tar.bz2
split lines now works with unicode. Fixes bug #52
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 35b144f..2078c01 100644
--- a/HISTORY
+++ b/HISTORY
@@ -388,3 +388,7 @@ Balke.
- Lyrics: rewrite the shell script muggle_getlyrics in python and talk
directly to the Googlyrics2 python code
- load images: fix buggy error handling (reported in vdr-portal.de by stevie101)
+- Lyrics: Fix bug #52: line split could split within 2byte unicode char. Now
+ removed this code from C++ and put it into the python script muggle_getlyrics.
+- Lyrics: when calling "mv" to rename a file make sure mv never gets interactive
+- muggle-image-convert produces less output if needed programs are not installed