InputUsername/rescrobbled

Cannot submit track without album to Last.fm

AzraAnimating opened this issue ยท 10 comments

I just installed and Configured rescrobbled from the newest provided release (0.7.0) and was trying to use it with Tidal-Hifi (https://github.com/Mastermindzh/tidal-hifi) on Ubuntu 22.10.

Sadly i keep getting this error: Cannot submit track without album to Last.fm

gbava commented

I've solved it by installing the previous version (0.6.2)

Any updates onto this issue? Will it be fixed? Also using tidal-hifi and have the same error.

@trivarialthea I haven't had time to work on rescrobbled for the past few months because of other commitments, but I do want to get back to work soon! (-ish, hopefully in the next few weeks)

Also using tidal-hifi and have the same error.

Do you have any idea whether Tidal plays songs outside the context of an album?

In any case, the Last.fm API doesn't actually require the album to be submitted, but the library rescrobbled uses does require it for some reason. I'll see if I can get a patch out soon. For now, version 0.6.2 should work fine.

@InputUsername

Do you have any idea whether Tidal plays songs outside the context of an album?

I do not, but if there is some way i can verify it feel free to tell me the steps to do so and i can check!

@trivarialthea

I do not, but if there is some way i can verify it feel free to tell me the steps to do so and i can check!

If you could use playerctl, run playerctl metadata while playing a song that causes the error, and copy the result here, that would be very helpful!

@InputUsername
image

chromium mpris:length 270000000
chromium mpris:trackid '/org/chromium/MediaPlayer2/TrackList/TrackA23CB488686AEE963AF7F99405D203D5'
chromium xesam:album
chromium xesam:artist FM-84, Ollie Wride
chromium xesam:title Running in the Night

@trivarialthea Thanks! Definitely looks like tidal-hifi is not reporting the album.

I found the following issue which seems related: Mastermindzh/tidal-hifi#106 Apparently tidal-hifi can't detect the album a track is playing from, so it seems like a bug/limitation in tidal-hifi itself.

Obviously rescrobbled should still allow submitting songs without an album to Last.fm, I will try to address this.

@AzraAnimating @gbava @trivarialthea Sorry for the ping, but I have released version 0.7.1 that (hopefully) fixes this and allows scrobbling tracks without an album. Please let me know if it works for you!

Thanks very much! I'll Check it later :)

I can confirm works flawlessly for me now! Thanks again! (Tested on Fedora 38 & Ubuntu 22.10)