-
```
Please type example code that produces the issue:
>>> import pylast
>>> LASTFM = pylast.LastFMNetwork(api_key='7944f1609952ddbd9e6482b2fa29a732')
>>> for album in LASTFM.get_user('RJ').get_top_al…
-
Last.fm scrobbling with lastfm api or login would make this app just perfect as it is difficult to scrobble using an external application, they are extremely tiresome.
-
- [ ] Add support for [Last.fm's API](https://www.last.fm/api)
- [ ] Explore the [rustfm-scrobble](https://crates.io/crates/rustfm-scrobble) crate
- [ ] Auto-scrobbling for users connected to the sa…
-
Similar to #111 , Artist.GetInfoAsync does not return UserPlayCount.
You also can't pass the username, even though it is supported in the API.
https://www.last.fm/api/show/artist.getInfo
Edi…
-
```
hi
pylast doesnt support username param in track.getInfo to retreive
userplaycount/userloved
documented in http://www.lastfm.fr/api/show?service=356
thx
```
Original issue reported on code.…
-
Hey! I would love to test your application to see if I can learn something about LastFM API.
I wonder if you would be able to upload the database structure? Thank you for sharing your code! :+1:
-
```
Please type example code that produces the issue:
>>> import pylast
>>> LASTFM = pylast.LastFMNetwork(api_key='7944f1609952ddbd9e6482b2fa29a732')
>>> for album in LASTFM.get_user('RJ').get_top_al…
-
```
Please type example code that produces the issue:
>>> import pylast
>>> LASTFM = pylast.LastFMNetwork(api_key='7944f1609952ddbd9e6482b2fa29a732')
>>> for album in LASTFM.get_user('RJ').get_top_al…
-
### Before posting
Please follow the steps below and check the boxes with [x] once you did the step.
- [x] I checked the issue tracker for similar issues
- [x] I checked the [changelog](https:/…
-
The process stops at page 6 out of 157 pages of my scrobbles. At first I thought it was a rate limiting thing, but it does the same with my virgin LastFM API key.
Maybe their API changed recently?…