Class ID3v1Handler

    • Method Detail

      • getTagsPresent

        public boolean getTagsPresent()
        Description copied from interface: ID3Tags
        Does the file contain this kind of tags?
        Specified by:
        getTagsPresent in interface ID3Tags
      • getArtist

        public String getArtist()
        Description copied from interface: ID3Tags
        The Artist for the track
        Specified by:
        getArtist in interface ID3Tags
      • getComments

        public List<ID3Tags.ID3Comment> getComments()
        Description copied from interface: ID3Tags
        Retrieves the comments, if any. Files may have more than one comment, but normally only one with any language/description pair.
        Specified by:
        getComments in interface ID3Tags
      • getTrackNumber

        public String getTrackNumber()
        Description copied from interface: ID3Tags
        The number of the track within the album / recording
        Specified by:
        getTrackNumber in interface ID3Tags
      • getComposer

        public String getComposer()
        ID3v1 doesn't have composers, so returns null;
        Specified by:
        getComposer in interface ID3Tags
      • getAlbumArtist

        public String getAlbumArtist()
        ID3v1 doesn't have album-wide artists, so returns null;
        Specified by:
        getAlbumArtist in interface ID3Tags
      • getDisc

        public String getDisc()
        ID3v1 doesn't have disc numbers, so returns null;
        Specified by:
        getDisc in interface ID3Tags
      • getCompilation

        public String getCompilation()
        ID3v1 doesn't have compilations, so returns null;
        Specified by:
        getCompilation in interface ID3Tags