Home
last modified time | relevance | path

Searched refs:parseGenres (Results 1 – 6 of 6) sorted by relevance

/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/musicbrainzimport/
H A Dmusicbrainzimporter.cpp273 QString parseGenres(const QDomElement& element) in parseGenres() function
355 QString genre = parseGenres(artist); in parseAlbumResults()
528 QString genre = parseGenres(artistElement); in parseAlbumResults()
533 QString genre = parseGenres(recording); in parseAlbumResults()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/musicbrainzimport/
H A Dmusicbrainzimporter.cpp273 QString parseGenres(const QDomElement& element) in parseGenres() function
355 QString genre = parseGenres(artist); in parseAlbumResults()
528 QString genre = parseGenres(artistElement); in parseAlbumResults()
533 QString genre = parseGenres(recording); in parseAlbumResults()
/dports/audio/libechonest/libechonest-2.3.1/src/
H A DParsing_p.h98 Echonest::Genres parseGenres( QXmlStreamReader& xml ) throw( ParseError );
H A DGenre.cpp187 Echonest::Genres genres = Echonest::Parser::parseGenres( xml ); in parseList()
H A DParsing.cpp819 Echonest::Genres Echonest::Parser::parseGenres( QXmlStreamReader& xml ) throw( Echonest::ParseError… in parseGenres() function in Echonest::Parser
865 Genres genres = parseGenres( xml ); in parseArtistGenres()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Util/
H A DVaInfo.php948 $parsed['genre'] = $this->parseGenres($data);
1027 $parsed[$tag] = $this->parseGenres($data);
1170 $parsed['genre'] = $this->parseGenres($data);
1710 private function parseGenres($data) function in Ampache\\Module\\Util\\VaInfo