Skip to content

Releases: InputUsername/rescrobbled

v0.3.3

06 May 17:26
Compare
Choose a tag to compare
  • Added -v (--version) command-line switch to get the program's version
  • Released on crates.io

v0.3.2

19 Apr 14:10
Compare
Choose a tag to compare
  • Fixed config template typos (min_play_time => min-play-time, player_whitelist => player-whitelist)

v0.3.1

29 Mar 17:21
Compare
Choose a tag to compare
  • Fixed a typo in the config file template (lastfm-token => lastfm-key)

v0.3.0

18 Feb 21:53
Compare
Choose a tag to compare
  • Fixed a bug where a single song on repeat only scrobbled once
  • Rescrobbled now creates the config file if it doesn't exist
  • Added the filter-script config option:
    • Rescrobbled will run this script to filter metadata before
      submitting it to Last.fm and/or ListenBrainz
    • The script receives artist, song title and album name on
      consecutive lines of its standard input (in that order)
    • It should produce filtered metadata on the corresponding
      lines of its standard output
    • Format might change in future updates, eg. to provide
      additional metadata

v0.2.0

12 Aug 14:06
Compare
Choose a tag to compare
  • Improved usage instructions
  • Renamed config options (old names still supported)
  • Added music player whitelisting (by MPRIS identity or D-Bus bus name)
  • Made Last.fm scrobbling optional

v0.1.0

15 Sep 15:27
aa1c3c9
Compare
Choose a tag to compare

Initial release