@UnstableApi
public final class Id3Util


Utility methods for working with ID3 metadata.

Summary

Public methods

static @Nullable String
resolveV1Genre(int id3v1GenreCode)

Resolves an ID3v1 numeric genre code to its string form, or null if the code isn't recognized.

Public methods

resolveV1Genre

public static @Nullable String resolveV1Genre(int id3v1GenreCode)

Resolves an ID3v1 numeric genre code to its string form, or null if the code isn't recognized.

Includes codes that were added later by various versions of Winamp. See this Wikipedia list of official and unofficial ID3v1 genres.