diff options
| author | Wolfgang Rohdewald <wolfgang@rohdewald.de> | 2009-01-11 23:14:12 +0100 |
|---|---|---|
| committer | Wolfgang Rohdewald <wolfgang@rohdewald.de> | 2009-01-11 23:14:12 +0100 |
| commit | c405cdff24427c485e493424f8dbd3a2c3061be8 (patch) | |
| tree | 780634b8cf992010e92bc6b5edf96d0cacd45849 /README | |
| parent | 2975f47469b4f881d01324d4905c6371ac358b4b (diff) | |
| download | vdr-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-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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. |
