How to show different artist name?
Using Jamroom
So does this if, then statement (cloned from elsewhere) solve this, or is it going to break my network?
{if $a._item.$ext == 'mp3'}
{
title: "{$a.title}",
artist: "{if strlen($item.audio_alternative_artist) > 0}
{$item.audio_alternative_artist}
{else}
{$a.artist}
{/if}",
mp3: "{$jamroom_url}/{$a.module_url}/stream/{$params.field}/.....