arkq / cmusfm

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

Not all songs are being scrobbled #21

Closed alo0oz closed 4 years ago

alo0oz commented 6 years ago

I can reproduce the problem every 3 times out of 5 playing music.

arkq commented 6 years ago

Please, check current master, because this issue might be related to #22 . If it is still not working, I would need some more info, e.g. if song name contains non-ASCII characters, whether you are scrobbling from local file or internet radio. The best way to check this issue would be to compile cmusfm with debug enabled: ../configure --enable-debug, then kill every instance of running cmusfm (pkill cmusfm) and start cmusfm server in a separate shell: cmusfm server. After this setup start to scrobble, there should be a lot of debug information, maybe something will be there.

Note: Do not post these raw logs here, because there will be your Last.fm API key exposed. Before posting remove every occurrence of user and key, which can be found in the .config/cmus/cmusfm.conf file.