phw / foo_listenbrainz2

A foobar2000 component to submit the music you listened to to ListenBrainz.
MIT License
48 stars 5 forks source link

Import listens from Foobar2000 playback statistics #7

Open regorxxx opened 1 year ago

regorxxx commented 1 year ago

This one is a bit more tricky. Currently foobar2000 stores play-count statistics for tracks, although no timestamps. Timestamps are available with foo_enhanced_playcount though.

Following the same rationale than my other enhancement proposal, it would be great to be able to export/sync Foobar2000 listens to ListenBrainz. i.e. those not already sent. In some cases users may have installed foo_listenbrainz2 at a later point, so many listens would be lost. This could fill the hole retroactively.

phw commented 1 year ago

This only would make sense then if users have foo_enhanced_playcount installed.

This has absolutely no priority for me, but I would accept patches implementing this functionality.