Bug 5700 - Lyrics not displayed neatly
: Lyrics not displayed neatly
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.0
: PC Windows XP
: P2 trivial (vote)
: ---
Assigned To: Squeezebox QA Team email alias
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-07 07:54 UTC by Philip Meyer
Modified: 2008-12-18 11:12 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Meyer 2007-10-07 07:54:50 UTC
If I view the information for a song that has a Lyrics tag (UNSYNCEDLYRICS), the lyrics are displayed without carriage returns, which is hard to read.

The lyrics were entered in the mp3 source file with carriage returns, so the web site is stripping these off during display.
Comment 1 KDF 2007-10-07 12:21:40 UTC
this was bug 3044, fixed some time ago, but revert when the songinfo was refactored around change 13025

The following patch was merged in at change 13635
Please reopen if there are any issues.

Index: server/HTML/EN/songinfo_details.html
===================================================================
--- server/HTML/EN/songinfo_details.html        (revision 13634)
+++ server/HTML/EN/songinfo_details.html        (working copy)
@@ -91,7 +91,7 @@
        [% END %]
 
        [% IF itemobj.lyrics %] 
-               [% item = itemobj.lyrics | html; title = "LYRICS"; PROCESS songInfoItem %]
+               [% item = itemobj.lyrics | html_line_break | html_para; title = "LYRICS"; PROCESS songInfoItem %]
        [% END %]
 
        [% IF filelength %] 
Comment 2 Chris Owens 2008-03-07 09:04:58 UTC
This bug is being closed since it was resolved for a version which is now released!  Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html

If you are still seeing this bug, please re-open it and we will consider it for a future release.