Skip to content

Commit

Permalink
Merge pull request #88 from InputUsername/development
Browse files Browse the repository at this point in the history
v0.6.2
  • Loading branch information
InputUsername authored Nov 16, 2022
2 parents 8fc5476 + 4ac23b9 commit ec0fc3d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.2 (2022-11-16)

- Fixed scrobbling from applications that report a single string value for `xesam:artist`

## v0.6.1 (2022-10-11)

- Fixed builds of version 0.6.0 breaking
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rescrobbled"
version = "0.6.1"
version = "0.6.2"
authors = ["Koen Bolhuis <koen.bolhuis@gmail.com>"]
edition = "2021"
license = "GPL-3.0"
Expand All @@ -13,7 +13,7 @@ categories = ["multimedia", "command-line-utilities"]
publish = false

[dependencies]
mpris = "2.0.0-rc3"
mpris = "2.0.0"
rustfm-scrobble-proxy = "1.1.2"
listenbrainz = "0.4.1"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ It receives the following properties on consecutive lines of its standard input
- song title;
- album name;
- zero or more comma-separated (`,`) genre(s)

The script should write the filtered artist, song title and album name on corresponding lines of
its standard output.
This can be used to clean up song names, for example removing "remastered" and similar suffixes.
Expand Down

0 comments on commit ec0fc3d

Please sign in to comment.