Lyricsfly plugin should include newlines

Bug #531584 reported by Craig Younkins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Low
Unassigned

Bug Description

In plugins/lyricsfly/__init__.py:

def parse_xml
            # Take out the [br]
            lyrics = lyrics.replace("[br]","")
            return (lyrics, url)

Perhaps because of Bug #246155, the one line is:
lyrics = lyrics.replace("[br]","")

Which results in ugliness. It should replace with \n:
lyrics = lyrics.replace("[br]","\n")

This bug is still present in latest bzr as of this post (3/3/10).

Revision history for this message
reacocard (reacocard) wrote :

should be fixed in trunk/2874

Changed in exaile:
importance: Undecided → Low
milestone: none → 0.3.1
status: New → Fix Committed
reacocard (reacocard)
Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.