#lastfm #mpd #love #track #spread #configuration #

app mpdheart

在您的音乐库中传播爱♡

1 个不稳定版本

0.1.0 2024年3月22日

#917 in 命令行工具

Apache-2.0

27KB
301

mpdheart

在您的音乐库中传播爱♡

scrot

安装

crates.io

cargo install mpdheart

用法

喜欢当前播放的曲目

mpdheart

取消喜欢

mpdheart -u

就这么简单!

配置

可以通过编辑 ~/.config/mpdheart/config.toml$XDG_CONFIG_HOME/mpdheart/config.toml 中的配置文件来配置 mpdheart

如果找不到配置文件,它将尝试在该路径中写入一个空的配置文件,您至少需要编辑 last.fm 的用户名和密码才能取消/喜欢曲目

首次 成功 运行后,配置将进行有损重写以添加 last.fm 会话密钥,这意味着任何注释都将丢失。这只会发生一次

示例

[mpd] # optional, uses default mpd values if not specified
host = "0.0.0.0"
port = 6600

[lastfm] # after the first run, there will be an additional generated key `session_key`
username = "nya" # required
password = "awa" # required

也可以在 config/example.toml 中找到

许可证

Apache-2.0

依赖关系

~4–15MB
~172K SLoC