Now uses the first line of the first verse if no title present

This commit is contained in:
Philip Ridout 2012-07-14 22:10:20 +01:00
parent 22c3c76a5a
commit b37bf5022c
1 changed files with 5 additions and 0 deletions

View File

@ -546,6 +546,11 @@ class FoilPresenter(object):
song.alternate_title = u''
else:
song.alternate_title = self._child(title_string)
else:
# Use first line of first verse
#if hasattr(foilpresenterfolie, u'strophen.strophe'):
first_line = self._child(foilpresenterfolie.strophen.strophe.text_)
song.title = first_line.split('\n')[0]
def _process_topics(self, foilpresenterfolie, song):
"""