Skip to content

Commit

Permalink
Merge pull request #42 from Polochon-street/bump-bliss
Browse files Browse the repository at this point in the history
Bump bliss version for more fixes
  • Loading branch information
Polochon-street authored Jan 3, 2024
2 parents 3692313 + 674d07d commit 9cb28bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## blissify 0.3.8
* Bump bliss to fix build on raspberry pis.

## blissify 0.3.7
* Bump bliss to get new ffmpeg version and utf-8 fix.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blissify"
version = "0.3.7"
version = "0.3.8"
authors = ["Polochon-street <[email protected]>"]
edition = "2021"
license = "GPL-3.0-only"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ On Archlinux:

Finally, use `cargo install blissify` to install it.

Note: if you are using a raspberry pi and its corresponding ffmpeg
(i.e. `ffmpeg -version|grep rpi` gives back something), use
`cargo install --features=rpi blissify` instead.


All the commands below read the `MPD_HOST` and `MPD_PORT` environment
variables and try to reach MPD using that. You might want to change
Expand Down

0 comments on commit 9cb28bd

Please sign in to comment.