In flac files they're in a flac-comment-LYRICS tag, in mp3 files i think
it's a TXXX tag.
Independent from the source, those lyrics are already in the database
(in the tracks table, tested it with: "select lyrics from tracks where
id=XXX;" )

Lyrics display was previously part of songinfo_details.html and has
been removed in r21138:

http://svn.slimdevices.com/7.1/trunk/server/HTML/EN/songinfo_details.html?view=log&pathrev=21138

the code responsible for lyrics (and for the download link) was:

Code:
--------------------
    
  ...
  [% IF itemobj.lyrics %] 
        [% item = itemobj.lyrics | html_line_break | html_para; title = 
"LYRICS"; PROCESS songInfoItem %]
  [% END %]
  ...
  [% IF itemobj.path %]
        [% IF !itemobj.isRemoteURL || itemobj.path.match('^(http|mms)') %]
                [% item = BLOCK %][% itemobj.path | unuri | utf8decode | html 
%] [% IF !itemobj.isRemoteURL %](<a href="[% download %]">[% "DOWNLOAD" | 
string %]</a>)[% END %][% END %]
                [% PROCESS songInfoItem title = "LOCATION" %]
        [% END %]
  [% END %]
  ...
  
  
--------------------


Do you still like to see an example track?

kind regards,
Markus


-- 
schiegl
------------------------------------------------------------------------
schiegl's Profile: http://forums.slimdevices.com/member.php?userid=6654
View this thread: http://forums.slimdevices.com/showthread.php?t=49346

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to