Class MusicFile

java.lang.Object
be.gaudry.model.file.renamer.music.MusicFile

public class MusicFile extends Object
Since:
1.0 04-sept.-08
Author:
Steph GAUDRY
  • Constructor Details

    • MusicFile

      public MusicFile(File file)
      Parameters:
      file -
  • Method Details

    • getFile

      public File getFile()
      Returns:
      the file
    • getMp3file

      public org.farng.mp3.MP3File getMp3file()
      Returns:
      the mp3file
    • hasId3v1

      public boolean hasId3v1()
      Returns:
      true if id3v1 data exists for this file
    • hasId3v2

      public boolean hasId3v2()
      Returns:
      true if id3v2 data exists for this file
    • hasLyrics3

      public boolean hasLyrics3()
      Returns:
      true if lyrics data exists for this file
    • hasTags

      public boolean hasTags()
      Returns:
      true if some data exists for this file
    • hasTag

      public boolean hasTag(MusicTag tag)
    • getInfos

      public String getInfos()