We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a list of methods and features lacking support in lastfm-ts.
User tokens/authentication
Application tokens/authentication
Album
album.addTags
album.getInfo
album.getTags
album.getTopTags
album.removeTag
album.search
Artist
artist.addTags
artist.getCorrection
artist.getInfo
artist.getSimilar
artist.getTags
artist.getTopAlbums
artist.getTopTags
artist.getTopTracks
artist.removeTag
artist.search
Auth
auth.getMobileSession
auth.getSession
auth.getToken
Geo
geo.getTopArtists
geo.getTopTracks
Library
library.getArtists
Tracks
track.addTags
track.getCorrection
track.getSimilar
track.getTags
track.getInfo
track.getTopTags
track.love
track.scrobble
track.search
track.unlove
track.updateNowPlaying
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a list of methods and features lacking support in lastfm-ts.
User tokens/authentication
Application tokens/authentication
Album
album.addTags
(requires User auth)album.getInfo
album.getTags
album.getTopTags
album.removeTag
(requires User auth)album.search
Artist
artist.addTags
(requires User auth)artist.getCorrection
artist.getInfo
artist.getSimilar
artist.getTags
artist.getTopAlbums
artist.getTopTags
artist.getTopTracks
artist.removeTag
(requires User auth)artist.search
Auth
auth.getMobileSession
(requires User auth)auth.getSession
(requires User auth)auth.getToken
(requires User auth)Geo
geo.getTopArtists
geo.getTopTracks
Library
library.getArtists
Tracks
track.addTags
(requires User auth)track.getCorrection
track.getSimilar
track.getTags
track.getInfo
track.getTopTags
track.love
(requires User auth)track.scrobble
(requires User auth)track.search
track.unlove
(requires User auth)track.updateNowPlaying
(requires User auth)The text was updated successfully, but these errors were encountered: