<{if $song.album.picture}>
|
<{else}>
<{if $song.category.picture}>
|
<{/if}>
<{/if}>
">
<{$smarty.const._MN_SONGLIST_TRAXID}>
|
<{$song.traxid}>
|
">
<{$smarty.const._MN_SONGLIST_TITLE}>
|
<{$song.title}>
|
">
<{$smarty.const._MN_SONGLIST_LYRICS}>
|
<{$song.lyrics}>
|
">
<{if $song.artists_array}>
<{if count($song.artists_array) > 1}>
<{$smarty.const._MN_SONGLIST_ARTISTS}>
<{else}>
<{$smarty.const._MN_SONGLIST_ARTIST}>
<{/if}>
|
<{assign var=artists value=0}>
<{foreach from=$song.artists_array item=artist}>
<{assign var=artists value=$artists+1}>
<{$artist.name}><{if $artists < count($song.artists_array)}>, <{/if}>
<{/foreach}>
|
<{/if}>
">
<{if $song.genre}>
<{$smarty.const._MN_SONGLIST_GENRE}>
|
<{$song.genre}>
|
<{/if}>
">
<{if $song.voice}>
<{$smarty.const._MN_SONGLIST_VOICE}>
|
<{$song.voice.name}>
|
<{/if}>
">
<{if $song.album}>
<{$smarty.const._MN_SONGLIST_ALBUM}>
|
<{$song.album.title}>
|
<{/if}>
">
<{if $song.category}>
<{$smarty.const._MN_SONGLIST_CATEGORY}>
|
<{$song.category.name}>
|
<{/if}>
">
<{if $xoConfig.tags}>
<{includeq file="db:tag_bar.html" tagbar=$song.tagbar}>
|
<{/if}>
">
<{foreach from=$song.fields item=field}>
<{$field.title}>
|
<{$field.value}>
|
<{/foreach}>
<{if $song.mp3}>
">
<{$song.mp3}>
|
<{/if}>