-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Album information not scrobbled #13
Comments
I've added req.body.album = req.query.album. Yet I'm not seeing any difference from the server output.
|
@maverickmarq I was only able to grab the artist and track title from the AudioStation lyrics plugin: https://github.com/FTLam11/lyrical_fronk/blob/master/lyric.php#L22. Haven't checked for a while, but when I first released this project there was no API for AudioStation. The only avenue for getting the track information was through the lyrics plugin at the time. |
@FTLam11 Thanks for getting back to me. It looks like there's album information in some json blob where the lyric plugin is grabbing the JSON. I should be able to get that sorted. |
When using the scrobbler, track and artist data is getting picked up fine, but album information isn't tracked.
I'm willing to do a pull request if pointed in the right direction.
https://www.last.fm/user/maverickmarq/library/albums
The text was updated successfully, but these errors were encountered: