Uses of Class
net.sourceforge.atunes.kernel.modules.repository.audio.AudioFile

Packages that use AudioFile
net.sourceforge.atunes.gui.views.dialogs.fullScreen   
net.sourceforge.atunes.kernel.controllers.editTagDialog   
net.sourceforge.atunes.kernel.controllers.editTitlesDialog   
net.sourceforge.atunes.kernel.executors   
net.sourceforge.atunes.kernel.executors.processes   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.audioscrobbler   
net.sourceforge.atunes.kernel.modules.audioscrobbler.submitter   
net.sourceforge.atunes.kernel.modules.favorites   
net.sourceforge.atunes.kernel.modules.regexp   
net.sourceforge.atunes.kernel.modules.repository   
net.sourceforge.atunes.kernel.modules.repository.audio   
net.sourceforge.atunes.kernel.modules.repository.model   
net.sourceforge.atunes.kernel.modules.repository.tags.reader   
net.sourceforge.atunes.kernel.modules.repository.tags.writer   
net.sourceforge.atunes.kernel.utils   
 

Uses of AudioFile in net.sourceforge.atunes.gui.views.dialogs.fullScreen
 

Methods in net.sourceforge.atunes.gui.views.dialogs.fullScreen with parameters of type AudioFile
 void FullScreenDialog.setPicture(AudioFile file, java.awt.Image picture)
          Sets the picture.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.controllers.editTagDialog
 

Method parameters in net.sourceforge.atunes.kernel.controllers.editTagDialog with type arguments of type AudioFile
 void EditTagDialogController.editFiles(java.util.List<AudioFile> files)
          Edits the files.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.controllers.editTitlesDialog
 

Methods in net.sourceforge.atunes.kernel.controllers.editTitlesDialog that return types with arguments of type AudioFile
 java.util.Map<AudioFile,java.lang.String> EditTitlesTableModel.getNewValues()
          Gets the new values.
 

Constructor parameters in net.sourceforge.atunes.kernel.controllers.editTitlesDialog with type arguments of type AudioFile
EditTitlesTableModel(java.util.List<AudioFile> files)
          Instantiates a new edits the titles table model.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.executors
 

Method parameters in net.sourceforge.atunes.kernel.executors with type arguments of type AudioFile
static void BackgroundExecutor.addLyrics(java.util.List<AudioFile> files)
          Adds the lyrics.
static void BackgroundExecutor.changeAlbumNames(java.util.List<AudioFile> files)
          Change album names.
static void BackgroundExecutor.changeGenres(java.util.List<AudioFile> files)
          Change genres.
static void BackgroundExecutor.changeTags(java.util.List<AudioFile> files, java.util.Map<java.lang.String,?> properties)
          Change tags.
static void BackgroundExecutor.changeTitles(java.util.List<AudioFile> files)
          Change titles.
static void BackgroundExecutor.changeTitles(java.util.Map<AudioFile,java.lang.String> filesAndTitles)
          Change titles.
static void BackgroundExecutor.changeTrackNumbers(java.util.Map<AudioFile,java.lang.Integer> filesAndTracks)
          Change track numbers.
static void BackgroundExecutor.clearTags(java.util.List<AudioFile> files)
          Clear tags.
static ExportFilesProcess BackgroundExecutor.exportFiles(java.util.List<AudioFile> songs, int exportStructure, java.lang.String filePattern, java.lang.String path, boolean isMp3Device)
          Exports songs from the repository to an external path.
 

Constructor parameters in net.sourceforge.atunes.kernel.executors with type arguments of type AudioFile
ImportProcess(java.util.List<AudioFile> songs, int structure, java.lang.String filePattern)
          Instantiates a new import process.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.executors.processes
 

Constructor parameters in net.sourceforge.atunes.kernel.executors.processes with type arguments of type AudioFile
AddLyricsToTagProcess(java.util.List<AudioFile> files)
          Writes lyrics to files if any is found.
ChangeTagsProcess(java.util.List<AudioFile> filesToEdit, java.util.Map<java.lang.String,?> properties)
          Process for writting tag to files.
ChangeTitlesProcess(java.util.List<AudioFile> files)
          Instantiates a new change titles process.
ChangeTitlesProcess(java.util.Map<AudioFile,java.lang.String> filesAndTitles)
          Instantiates a new change titles process.
ClearTagsProcess(java.util.List<AudioFile> filesToClear)
          Instantiates a new clear tags process.
ExportFilesProcess(java.util.List<AudioFile> songs, int structure, java.lang.String filePattern, java.lang.String path, boolean isMp3Device)
          Exports songs from the repository to an external path, call via BackgroundExecutor.java .
SetAlbumNamesProcess(java.util.List<AudioFile> files)
          Instantiates a new sets the album names process.
SetGenresProcess(java.util.List<AudioFile> files)
          Instantiates a new sets the genres process.
SetTrackNumberProcess(java.util.Map<AudioFile,java.lang.Integer> filesAndTracks)
          Instantiates a new sets the track number process.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers that return AudioFile
 AudioFile RepositoryHandler.getFileIfLoaded(java.lang.String fileName)
          Gets the file if loaded.
 

Methods in net.sourceforge.atunes.kernel.handlers that return types with arguments of type AudioFile
 java.util.List<AudioFile> DeviceHandler.getDeviceSongs()
          Gets the device songs.
 java.util.List<AudioFile> FavoritesHandler.getFavoriteSongs()
          Gets the favorite songs.
 java.util.Map<java.lang.String,AudioFile> FavoritesHandler.getFavoriteSongsInfo()
          Gets the favorite songs info.
 java.util.Map<AudioFile,java.lang.String> AudioScrobblerServiceHandler.getGenresForFiles(java.util.List<AudioFile> files)
          Gets the genres for files.
 java.util.List<AudioFile> RepositoryHandler.getMostPlayedSongs(int n)
          Gets the most played songs.
 java.util.Map<AudioFile,java.lang.Integer> RepositoryHandler.getSongMostPlayed()
          Gets the song most played.
 java.util.List<AudioFile> RepositoryHandler.getSongs()
          Gets the songs.
 java.util.List<AudioFile> RepositoryHandler.getSongsForAlbums(java.util.Map<java.lang.String,Album> albums)
          Gets the songs for albums.
 java.util.List<AudioFile> RepositoryHandler.getSongsForArtists(java.util.Map<java.lang.String,Artist> artists)
          Gets the songs for artists.
 java.util.Map<AudioFile,java.lang.String> AudioScrobblerServiceHandler.getTitlesForFiles(java.util.List<AudioFile> files)
          Returns a hash of files with its songs titles.
 java.util.List<AudioFile> RepositoryHandler.getUnplayedSongs()
          Gets the unplayed songs.
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type AudioFile
 void AudioScrobblerServiceHandler.getAlbumCover(AudioFile file)
          Gets the album cover.
 java.lang.Integer RepositoryHandler.getAlbumTimesPlayed(AudioFile song)
          Gets the album times played.
 java.lang.Integer RepositoryHandler.getArtistTimesPlayed(AudioFile song)
          Gets the artist times played.
 java.io.File RepositoryHandler.getRepositoryFolderContainingFile(AudioFile file)
          Returns repository root folder that contains file.
 SongStats RepositoryHandler.getSongStatistics(AudioFile song)
          Gets the song statistics.
 void AudioScrobblerServiceHandler.notifyAlbumCoverRetrieved(AudioFile file, java.awt.Image image1)
          Used to update cover on Full Screen.
 void RepositoryHandler.refreshFile(AudioFile file)
          Refresh file.
 void FavoritesHandler.removeSongFromFavorites(AudioFile file)
          Removes the song from favorites.
 void AudioScrobblerServiceHandler.savePicture(java.awt.Image img, AudioFile file, long id)
           
 void RepositoryHandler.setSongStatistics(AudioFile song)
          Sets the song statistics.
 void AudioScrobblerServiceHandler.submitSong(AudioFile file, long secondsPlayed)
          Submit song.
 

Method parameters in net.sourceforge.atunes.kernel.handlers with type arguments of type AudioFile
 void FavoritesHandler.addFavoriteAlbums(java.util.List<AudioFile> songs)
          Adds the favorite albums.
 void FavoritesHandler.addFavoriteArtists(java.util.List<AudioFile> songs)
          Adds the favorite artists.
 void FavoritesHandler.addFavoriteSongs(java.util.List<AudioFile> songs)
          Adds the favorite songs.
 boolean MultiplePlaylistHandler.checkIfPlayListsContainsAudioObjects(java.util.List<AudioFile> audioObjects)
          Check if any of audio objects are in any of the playlists.
 void DeviceHandler.copyFilesToDevice(java.util.List<AudioFile> files)
          Copy files to mp3 device.
 java.util.Map<AudioFile,java.lang.String> AudioScrobblerServiceHandler.getGenresForFiles(java.util.List<AudioFile> files)
          Gets the genres for files.
 java.util.Map<AudioFile,java.lang.String> AudioScrobblerServiceHandler.getTitlesForFiles(java.util.List<AudioFile> files)
          Returns a hash of files with its songs titles.
 void RepositoryHandler.removePhysically(java.util.List<AudioFile> filesToRemove)
          Removes a list of files permanently from disk.
 boolean MultiplePlaylistHandler.removeSongsFromOtherPlayLists(java.util.List<AudioFile> audioFiles)
          Removes songs from other playlists than current one.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.audioscrobbler
 

Methods in net.sourceforge.atunes.kernel.modules.audioscrobbler with parameters of type AudioFile
 void AudioScrobblerListener.savePicture(java.awt.Image img, AudioFile file, long id)
          Save picture.
 

Constructors in net.sourceforge.atunes.kernel.modules.audioscrobbler with parameters of type AudioFile
AudioScrobblerAlbumCoverRunnable(AudioScrobblerServiceHandler handler, AudioScrobblerService service, AudioFile file)
          Instantiates a new audio scrobbler album cover runnable.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.audioscrobbler.submitter
 

Methods in net.sourceforge.atunes.kernel.modules.audioscrobbler.submitter with parameters of type AudioFile
static void Submitter.submitTrack(AudioFile file, long secondsPlayed)
          Submit track.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.favorites
 

Methods in net.sourceforge.atunes.kernel.modules.favorites that return types with arguments of type AudioFile
 java.util.List<AudioFile> Favorites.getAllFavoriteSongs()
          Gets the all favorite songs.
 java.util.Map<java.lang.String,AudioFile> Favorites.getFavoriteSongs()
          Gets the favorite songs.
 

Method parameters in net.sourceforge.atunes.kernel.modules.favorites with type arguments of type AudioFile
 void Favorites.setFavoriteSongs(java.util.Map<java.lang.String,AudioFile> favoriteSongs)
          Sets the favorite songs.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.regexp
 

Methods in net.sourceforge.atunes.kernel.modules.regexp that return types with arguments of type AudioFile
static java.util.Map<AudioFile,java.lang.Integer> RegexpUtils.getFilesAndTrackNumbers(java.util.List<AudioFile> files)
          Given an array of files, returns a hash containing each file and its track number based on information found on file name.
 

Method parameters in net.sourceforge.atunes.kernel.modules.regexp with type arguments of type AudioFile
static java.util.Map<AudioFile,java.lang.Integer> RegexpUtils.getFilesAndTrackNumbers(java.util.List<AudioFile> files)
          Given an array of files, returns a hash containing each file and its track number based on information found on file name.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.repository
 

Methods in net.sourceforge.atunes.kernel.modules.repository that return AudioFile
 AudioFile Repository.getFile(java.lang.String fileName)
          Gets the file.
 

Methods in net.sourceforge.atunes.kernel.modules.repository that return types with arguments of type AudioFile
 java.util.Map<java.lang.String,AudioFile> Repository.getFiles()
          Gets the files.
 java.util.List<AudioFile> Repository.getFilesList()
          Gets the files list.
static java.util.List<AudioFile> RepositoryLoader.getSongsForDir(java.io.File dir)
          Gets the songs for dir.
 RankList<AudioFile> RepositoryStats.getSongsRanking()
          Gets the songs ranking.
 

Methods in net.sourceforge.atunes.kernel.modules.repository with parameters of type AudioFile
static void RepositoryLoader.fillStats(Repository repository, AudioFile song)
          Fill stats.
 SongStats RepositoryStats.getStatsForFile(AudioFile song)
          Gets the stats for file.
static void RepositoryLoader.refreshFile(Repository repository, AudioFile file)
          Refresh navigator views.
 

Method parameters in net.sourceforge.atunes.kernel.modules.repository with type arguments of type AudioFile
 void RepositoryStats.setSongsRanking(RankList<AudioFile> songsRanking)
          Sets the songs ranking.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.repository.audio
 

Methods in net.sourceforge.atunes.kernel.modules.repository.audio that return types with arguments of type AudioFile
static java.util.List<AudioFile> AudioFile.getAudioFiles(java.util.List<AudioObject> audioObjects)
          Gets the audio files.
 

Methods in net.sourceforge.atunes.kernel.modules.repository.audio with parameters of type AudioFile
static Tag AudioFile.getNewTag(AudioFile file, java.util.Map<java.lang.String,?> properties)
          Gets the new tag.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.repository.model
 

Methods in net.sourceforge.atunes.kernel.modules.repository.model that return types with arguments of type AudioFile
 java.util.List<AudioFile> Album.getAudioFiles()
          Gets the audio files.
 java.util.List<AudioFile> Genre.getAudioFiles()
          Gets the audio files.
 java.util.List<AudioFile> Folder.getAudioFiles()
          Gets the audio files.
 java.util.List<AudioFile> Artist.getAudioFiles()
          Gets the audio files.
 java.util.List<AudioFile> Folder.getFiles()
          Returns files in this folder.
 

Methods in net.sourceforge.atunes.kernel.modules.repository.model with parameters of type AudioFile
 void Folder.addFile(AudioFile file)
          Adds a file to this folder.
 void Album.addSong(AudioFile file)
          Adds a song to this album.
 void Folder.removeFile(AudioFile file)
          Removes a file from this folder.
 void Album.removeSong(AudioFile file)
          Removes a song from this album.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.repository.tags.reader
 

Methods in net.sourceforge.atunes.kernel.modules.repository.tags.reader with parameters of type AudioFile
static void TagDetector.getTags(AudioFile file)
          Calls appropriate tag reader and sends tag to AudioFile class.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.modules.repository.tags.writer
 

Methods in net.sourceforge.atunes.kernel.modules.repository.tags.writer with parameters of type AudioFile
static void TagModifier.deleteTags(AudioFile file)
          Delete tags.
static void TagModifier.setAlbum(AudioFile file, java.lang.String album)
          Writes album to tag.
static void TagModifier.setGenre(AudioFile file, java.lang.String genre)
          Writes genre to tag.
static void TagModifier.setInfo(AudioFile file, Tag tag)
          Writes tag to audiofile using JAudiotagger.
static void TagModifier.setLyrics(AudioFile file, java.lang.String lyrics)
          Sets the lyrics.
static void TagModifier.setTitles(AudioFile file, java.lang.String newTitle)
          Writes title name to tag.
static void TagModifier.setTrackNumber(AudioFile file, java.lang.Integer track)
          Sets track number on a file.
 

Method parameters in net.sourceforge.atunes.kernel.modules.repository.tags.writer with type arguments of type AudioFile
static void TagEditionOperations.addLyrics(java.util.List<AudioFile> files)
          Adds the lyrics.
static void TagEditionOperations.editAlbumName(java.util.List<AudioFile> files)
          Edits the album name.
static void TagEditionOperations.editGenre(java.util.List<AudioFile> files)
          Sets genre based on Last.fm tags
static void TagEditionOperations.editTrackNumber(java.util.List<AudioFile> files)
          Sets track number based on file name to an array of files.
static void TagModifier.refreshAfterTagModify(java.util.List<AudioFile> audioFilesEditing)
          Refresh after tag modify.
 

Uses of AudioFile in net.sourceforge.atunes.kernel.utils
 

Methods in net.sourceforge.atunes.kernel.utils with parameters of type AudioFile
static void AudioFilePictureUtils.exportPicture(AudioFile song)
          Export picture.
static java.lang.String AudioFilePictureUtils.getFileNameForCover(AudioFile file)
          Returns a file name to save an external image associated to an audio file.
static javax.swing.ImageIcon AudioFilePictureUtils.getImageForAudioFile(AudioFile file, int width, int height)
          Returns an image associated to an audio file, with following order: - If a image saved by aTunes exists, then return it. - If not, find an internal image - If not, find an external image - If not, return null
static javax.swing.ImageIcon[] AudioFilePictureUtils.getPicturesForFile(AudioFile file, int width, int height)
          Returns all pictures associated to an audio file.
 



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