libmusicbrainz3
3.0.3
|
Go to the source code of this file.
Namespaces | |
namespace | MusicBrainz |
Functions | |
std::string | MusicBrainz::extractFragment (const std::string &uriStr) |
Extract the fragment part from a URI. | |
std::string | MusicBrainz::extractUuid (const std::string &uriStr) |
Extract the UUID part from a MusicBrainz identifier. | |
std::string | MusicBrainz::getCountryName (const std::string &id) |
Returns a country's name based on an ISO-3166 country code. | |
std::string | MusicBrainz::getScriptName (const std::string &id) |
Returns a script name based on an ISO-15924 code. | |
std::string | MusicBrainz::getLanguageName (const std::string &id) |
Returns a language name based on an ISO-639-2/T code. | |
std::string | MusicBrainz::getReleaseTypeName (const std::string &releaseType) |
Returns the name of a release type URI. |