Package edu.zao.fire.editors.metadata

Examples of edu.zao.fire.editors.metadata.MetadataTagCache


      extension = fileName.substring(dotIndex);
    }

    // HERE call the methods to generate the newName
    try {
      MetadataTagCache tagCache = MetadataTagCache.getInstance();
      Tag songTag = tagCache.getTagFromFile(file);

      for (MetadataTag tag : tagList.getTags()) {
        FieldKey key = tag.getFieldKey();
        // pull the values out, tack them on to the newName
View Full Code Here

TOP

Related Classes of edu.zao.fire.editors.metadata.MetadataTagCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.