|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.controllers.navigation |
---|
Methods in net.sourceforge.atunes.kernel.controllers.navigation that return types with arguments of type AudioFile | |
---|---|
java.util.List<AudioFile> |
NavigationController.getFilesSelectedInNavigator()
Get files of all selected elements in navigator. |
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,java.lang.Object> 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,java.lang.Object> 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. |
AudioFile |
DeviceHandler.getFileIfLoaded(java.lang.String fileName)
Gets the file if is in device |
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<java.lang.String,AudioFile> |
FavoritesHandler.getFavoriteSongsMap()
Gets the favorite songs map |
java.util.Map<AudioFile,java.lang.String> |
ContextInformationServiceHandler.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> |
ContextInformationServiceHandler.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 | |
---|---|
java.awt.Image |
ContextInformationServiceHandler.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 |
RepositoryHandler.refreshFile(AudioFile file)
Refresh file. |
void |
FavoritesHandler.removeSongFromFavorites(AudioFile file)
Removes the song from favorites. |
void |
RepositoryHandler.setSongStatistics(AudioFile song)
Sets the song statistics. |
void |
ContextInformationServiceHandler.submitNowPlayingInfoToLastFm(AudioFile audioFile)
Submit now playing info to Last.fm |
void |
ContextInformationServiceHandler.submitToLastFm(AudioFile audioFile,
long secondsPlayed)
Submit song to Last.fm |
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> |
ContextInformationServiceHandler.getGenresForFiles(java.util.List<AudioFile> files)
Gets the genres for files. |
java.util.Map<AudioFile,java.lang.String> |
ContextInformationServiceHandler.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.contextInformation.lastfm |
---|
Methods in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type AudioFile | |
---|---|
java.awt.Image |
LastFmService.getImage(AlbumInfo album,
AudioFile file)
Gets the image. |
void |
LastFmService.submit(AudioFile file,
long secondsPlayed)
Submits song to Last.fm |
void |
LastFmService.submitNowPlayingInfo(AudioFile file)
Submits now playing info to Last.fm |
Uses of AudioFile in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables |
---|
Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.callables with parameters of type AudioFile | |
---|---|
LastFmAlbumCoverCallable(LastFmService service,
AudioFile file)
Instantiates a new Last.fm album cover runnable. |
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.getAllFavoriteSongsMap()
Gets a map with all favorite songs, with url as key |
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.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,java.lang.Object> 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> |
Artist.getAudioFiles()
Gets the audio files. |
java.util.List<AudioFile> |
Folder.getAudioFiles()
Gets the audio files. |
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.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.tag.image |
---|
Methods in net.sourceforge.atunes.kernel.modules.repository.tags.tag.image with parameters of type AudioFile | |
---|---|
static byte[] |
InternalPictureTagger.getInsidePictureAsByteArray(AudioFile file)
Returns image stored into audio file as byte array, if exists. |
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.setInfo(AudioFile file,
Tag tag,
boolean shouldEditCover,
byte[] cover)
Writes tag to audio file 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.getInsidePicture(AudioFile file,
int width,
int height)
Returns image stored into audio file, if exists. |
static javax.swing.ImageIcon[] |
AudioFilePictureUtils.getPicturesForFile(AudioFile file,
int width,
int height)
Returns all pictures associated to an audio file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |