When using MP3File.getArtist() on a file created by iTunes2 with ID3v2.3 the returning String ends with a 0 instead of the last character. This is easily fixed though by calling String.trim() on the returning String.
Log in to post a comment.