arkq / cmusfm

Last.fm standalone scrobbler for the cmus music player
GNU General Public License v3.0
232 stars 5 forks source link

Stops scrobbling if a single track's playing on repeat #11

Closed MunifTanjim closed 7 years ago

MunifTanjim commented 7 years ago

cmus has a repeat current option that's activated by pressing [CTRL]+[R].

When it's activated, scrobbling is totally stopped. The track isn't even appended to the cmusfm.cache when the track finishes (and starts again).

arkq commented 7 years ago

I've just checked this "repeat current" case, and unfortunately, it is not possible to fix it (not in the cmusfm). When a single track is repeated, cmus (I'm using v2.8.0-rc0) does not generate status event (dunno if it's a bug or feature)...

You may report this issue on the cmus project, though.

MunifTanjim commented 7 years ago

Created an issue cmus/cmus#711

MunifTanjim commented 7 years ago

It should work now! :smiley: cmus/cmus#712