Uses of Interface
com.tagtraum.ubermusic.Tag
-
Packages that use Tag Package Description com.tagtraum.ubermusic Classes to lookup meta (über) information about music files.com.tagtraum.ubermusic.bandcamp Bandcamp.com.tagtraum.ubermusic.lastfm Last.FM webservice. -
-
Uses of Tag in com.tagtraum.ubermusic
Methods in com.tagtraum.ubermusic that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagProvider. getTags(AudioSong song)
Retrieves a list of tags for a given song. -
Uses of Tag in com.tagtraum.ubermusic.bandcamp
Classes in com.tagtraum.ubermusic.bandcamp that implement Tag Modifier and Type Class Description class
BandcampTag
BandcampTag.Methods in com.tagtraum.ubermusic.bandcamp that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
Bandcamp. getTags(AudioSong song)
Retrieves a list of tags for a given song.List<Tag>
Bandcamp. getTags(URL bandcampURL)
Parse tags from a bandcamp site. -
Uses of Tag in com.tagtraum.ubermusic.lastfm
Classes in com.tagtraum.ubermusic.lastfm that implement Tag Modifier and Type Class Description class
LastFMTag
LastFM tag.Methods in com.tagtraum.ubermusic.lastfm that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
LastFM. getTags(AudioSong song)
Fetch the top tags for the given song from Last.fm.List<Tag>
LastFM. trackTopTags(String name, String artist, String mbid)
Fetch the top tags for the given track from Last.fm.List<Tag>
Session. trackTopTags(AudioSong song)
Method parameters in com.tagtraum.ubermusic.lastfm with type arguments of type Tag Modifier and Type Method Description static Mood
LastFM. deriveMood(List<Tag> tags)
Attempt to derive a mood from the given tags.
-