public bool MetaEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.OnlieMetaData));
 }
 public bool LyricEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.Lyric));
 }
 public bool MusicEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.OnlineMusic));
 }