net.sourceforge.atunes.kernel.modules.repository.tags.writer
Class TagEditionOperations

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.repository.tags.writer.TagEditionOperations

public class TagEditionOperations
extends java.lang.Object

The Class TagEditionOperations.


Constructor Summary
TagEditionOperations()
           
 
Method Summary
static void addLyrics(java.util.List<AudioFile> files)
          Adds the lyrics.
static void editAlbumName(java.util.List<AudioFile> files)
          Edits the album name.
static void editGenre(java.util.List<AudioFile> files)
          Sets genre based on Last.fm tags
static void editTrackNumber(java.util.List<AudioFile> files)
          Sets track number based on file name to an array of files.
static void repairAlbumNames()
          Repair album names.
static void repairGenres()
          Sets genres on files that don't have correct genre.
static void repairTrackNumbers()
          Sets track number to files that don't have track number setted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagEditionOperations

public TagEditionOperations()
Method Detail

addLyrics

public static void addLyrics(java.util.List<AudioFile> files)
Adds the lyrics.

Parameters:
files - the files

editAlbumName

public static void editAlbumName(java.util.List<AudioFile> files)
Edits the album name.

Parameters:
files - the files

editGenre

public static void editGenre(java.util.List<AudioFile> files)
Sets genre based on Last.fm tags

Parameters:
files - the files

editTrackNumber

public static void editTrackNumber(java.util.List<AudioFile> files)
Sets track number based on file name to an array of files.

Parameters:
files - the files

repairAlbumNames

public static void repairAlbumNames()
Repair album names.


repairGenres

public static void repairGenres()
Sets genres on files that don't have correct genre.


repairTrackNumbers

public static void repairTrackNumbers()
Sets track number to files that don't have track number setted.



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.