{{ names[section] }}
+ +{{ results.TOP_RESULT[0].__TYPE__ == 'artist' ? results.TOP_RESULT[0].ART_NAME : results.TOP_RESULT[0].__TYPE__ == 'album' ? results.TOP_RESULT[0].ALB_TITLE : results.TOP_RESULT[0].__TYPE__ == 'playlist' ? results.TOP_RESULT[0].TITLE : '' }}
+{{ results.TOP_RESULT[0].__TYPE__ == 'artist' ? numberWithDots(results.TOP_RESULT[0].NB_FAN) + ' fans' : results.TOP_RESULT[0].__TYPE__ == 'album' ? 'by '+results.TOP_RESULT[0].ART_NAME+' - '+results.TOP_RESULT[0].NUMBER_TRACK+' tracks' : results.TOP_RESULT[0].__TYPE__ == 'playlist' ? 'by '+results.TOP_RESULT[0].PARENT_USERNAME+' - '+results.TOP_RESULT[0].NB_SONG+' tracks' : '' }}
+ {{ results.TOP_RESULT[0].__TYPE__.charAt(0).toUpperCase() + results.TOP_RESULT[0].__TYPE__.substring(1)}} ++ | {{track.SNG_TITLE + (track.VERSION ? ' '+track.VERSION : '')}} | +{{artist.ART_NAME}} | +{{track.ALB_TITLE}} | +{{convertDuration(track.DURATION)}} | +get_app | +
{{ section == 'ARTIST' ? release.ART_NAME : section == 'ALBUM' ? release.ALB_TITLE : section == 'PLAYLIST' ? release.TITLE : '' }}
+{{ section == 'ARTIST' ? numberWithDots(release.NB_FAN) + ' fans' : section == 'ALBUM' ? release.ART_NAME+' - '+release.NUMBER_TRACK+' tracks' : section == 'PLAYLIST' ? release.NB_SONG+' tracks' : '' }}
+No results
+No Tracks found
++ | Title | +Artists | +Album | +timer | ++ |
---|---|---|---|---|---|
+ | {{track.SNG_TITLE + (track.VERSION ? ' '+track.VERSION : '')}} | +{{artist.ART_NAME}} | +{{track.ALB_TITLE}} | +{{convertDuration(track.DURATION)}} | +get_app | +
No Albums found
+{{ release.ALB_TITLE }}
+{{ 'by '+release.ART_NAME }}
+No Artists found
+{{ release.ART_NAME }}
+{{ numberWithDots(release.NB_FAN) + ' fans' }}
+No Playlists found
+{{ release.TITLE }}
+{{ release.NB_SONG+' tracks' }}
+