summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index 966a721..ad64fba 100644
--- a/README
+++ b/README
@@ -340,10 +340,15 @@ Instead it waits until the script has finished. Meanwhile it will not
respond to commands, and the message "loading lyrics" will only appear
after they have been loaded.
-Muggle calls the script muggle_getlyrics which in turn calls
-mgLyrics.py which in turn uses the Googlyrics2 python modules.
+Muggle calls the python program muggle_getlyrics which
+uses the Googlyrics2 python modules.
Googlyrics2 is a plugin to the amarok music player, it can currently ask
-26 different sources.
+27 different sources.
+
+If the lyrics lines are too long, they are split by muggle_getlyrics. If
+those lines are too short or too long, adapt MAXLINELENGTH in muggle_getlyrics.
+Currently lines are split at normal space and at nbsp (unicode non breaking
+space). Lines that have no such spaces are not split.