Skip to content

Releases: Ladbaby/lastfm-scrobbler

Fix no scrobbling due to missing metadata

21 Mar 08:39
Compare
Choose a tag to compare

metadata may be missing in some cases. Default values for these properties are:

  • albumArtist: same as artist

  • url: "/"

  • other properties:

    based on variable type:

    • string: ""
    • int: 1
    • list: []

Add config option for scrobble time threshold

23 Nov 08:48
Compare
Choose a tag to compare

For upgrading, you may need to add new lines to the config file for the new option scrobble_time_threshold. See the updated config.yaml.example for more info

Fix known music title issue

09 Aug 02:49
Compare
Choose a tag to compare
v1.0.1

update README

Add scrobble cache support

08 Aug 15:33
Compare
Choose a tag to compare
v1.0.0

add cache support

First stand-alone binary build

03 Aug 03:48
Compare
Choose a tag to compare
Pre-release
v0.3.0

fix:module not found