public static function addSearchResult2($xml, $artists, $albums, $songs): void
    {
        $xresult = self::addChildToResultXml($xml, htmlspecialchars('searchResult2'));
        foreach ($artists as $artist_id) {
            $artist = new Artist((int) $artist_id);