Uses of Class
sk.baka.ambient.collection.ampache.AmpacheException

Packages that use AmpacheException
sk.baka.ambient.collection.ampache   
 

Uses of AmpacheException in sk.baka.ambient.collection.ampache
 

Methods in sk.baka.ambient.collection.ampache that throw AmpacheException
 AmpacheInfo AmpacheClient.connect(String user, String password)
          Connects to the Ampache server.
 List<CategoryItem> AmpacheClient.getAlbums(String substring)
          Returns albums from Ampache.
 List<TrackMetadataBean> AmpacheClient.getAlbumSongs(String albumId)
          Returns tracks for given album.
 List<CategoryItem> AmpacheClient.getArtistAlbums(String artistId, String substring)
          Returns albums for given artist.
 List<CategoryItem> AmpacheClient.getArtists(String substring)
          Returns artists from Ampache.
 List<TrackMetadataBean> AmpacheClient.getArtistSongs(String artistId)
          Returns songs for given artist.
 List<CategoryItem> AmpacheClient.getGenreAlbums(String genreId, String substring)
          Returns albums for given genre.
 List<CategoryItem> AmpacheClient.getGenreArtists(String genreId, String substring)
          Returns artists for given genre.
 List<CategoryItem> AmpacheClient.getGenres(String substring)
          Returns albums from Ampache.
 List<TrackMetadataBean> AmpacheClient.getGenreSongs(String genreId)
          Returns songs for given genre.
 List<TrackMetadataBean> AmpacheClient.searchTracks(String substring)
          Search song which Song Title, Artist Name, Album Name or Genre Name contains given substring.
 



Copyright © 2007-2008. All Rights Reserved.