- Allow setting a custom ListenBrainz compatible server URL (like e.g. Maloja) (#18, @subjut)
- The submitted listening time is now set to start of playback of the submitted track
- Submit cached listens on application start
- Submit duration as milliseconds
- Fix submission of
discnumber
,totaldiscs
,totaltracks
andtracknumber
as integers (#12, @redactedscribe) - Fixed submitting "foo_listenbrainz2" for
submission_client
(#13, @redactedscribe) - Options: Change label of enable option to "Enable submission"
- Cleanup of dark mode code (@marc2k3)
- Fixed display of label for submit client info option
- Smaller DLL size due to changes in dark mode support with latest foobar2000 SDK
- Fixed packaging not including all files (missing x64 binaries and license files), issue #4.
- Provide a unified package including 32 and 64 bit version of this component.
- Submit
duration
of listened audio. - Replaced submission of non-standard
listening_from
withmedia_player
,media_player_version
,submission_client
andsubmission_client_version
. - Add preference to disable submission of the above client details.
- The additional information is also submitted for "playing now" notifications.
- Support foobar2000 v2.0 dark mode
- 64-bit build for foobar2000 v2.0
- Fixed help URL in preferences dialog
- Add a new
Preference
for sending allARTIST
tags if they're multi-value. Previous versions always sent the first value only and this remains the current default.
- Add toggle to
Playback
menu to enable/disable submissions. It will only be available after a token has been set. - Restore skip track by query option. Note that previous settings are not remembered and custom queries will need setting again.
- Removed option to skip submitting tracks by query.
- Tracks must be at least 5 seconds long to count.
- Add support for submitting work
MBID
s. - Add support for submitting multi-value artist/work
MBID
s. - Sets
listening_from
tofoobar2000
.
- Add caching support for when
ListenBrainz
is down or you are offline. It all happens automatically, check thefoobar2000
Console
for messages. - Use foobar2000 SDK http client and add better error reporting.
- Initial release.