album titles with »« dont seem to work for now playing (works after track has finished) #11
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
vjeranc/cmus-status-scrobbler#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment
Python version: 3.12.4
cmus version: 2.11.0
Log file
when an album is using »« in the album tag it doesn't scrobble an album when the track is now playing but once the track has finished it scrobbles with the album.


This might have something to do with
<albumArtist corrected="1">Gustav Mahler</albumArtist>. Album artist changed from semicolon delimited listMahler; Leonard Bernstein, New York Philharmonicto just a single entry. The display of the album fails for first request but then succeeds for the second scrobble request.I think a fix could be to resend now playing if server responds with
corrected="1"using the values sent by the server.It is a bit of a shame that the server you're using does not use its corrections to display "now playing".