net.sourceforge.atunes.kernel.executors.processes
Class AddLyricsToTagProcess

java.lang.Object
  extended by net.sourceforge.atunes.kernel.executors.processes.AddLyricsToTagProcess
All Implemented Interfaces:
java.lang.Runnable

public class AddLyricsToTagProcess
extends java.lang.Object
implements java.lang.Runnable

The Class AddLyricsToTagProcess.


Constructor Summary
AddLyricsToTagProcess(java.util.List<AudioFile> files)
          Writes lyrics to files if any is found.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddLyricsToTagProcess

public AddLyricsToTagProcess(java.util.List<AudioFile> files)
Writes lyrics to files if any is found. AudioScrobbler is used for finding lyrics

Parameters:
files - to which the lyrics should be written
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


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