info.title = status.state .. " " .. status.song .. "/" .. status.playlistlength .. " " .. song_duration(status.elapsed, status.duration)
if not song.artist then
info.text = string.format("%s", song.title or song.file)
info.title = status.state .. " " .. status.song .. "/" .. status.playlistlength .. " " .. song_duration(status.elapsed, status.duration)
if not song.artist then
info.text = string.format("%s", song.title or song.file)