12 个版本
0.5.4 | 2024年1月24日 |
---|---|
0.5.3 | 2023年12月9日 |
0.5.2 | 2023年11月22日 |
0.5.1 | 2023年7月30日 |
0.2.1 | 2022年6月17日 |
#193 in 音频
每月75次下载
83KB
959 行
spotify-launcher
Spotify 有一个免费的 Linux 客户端,但禁止重新分发,因此这是一个可自由分发的开源程序,它从官方 Spotify 发布服务器管理您家目录中的 Spotify 安装。
如果您在 Spotify 工作,请与我们联系,以便我们可以交谈。👉👈
配置
spotify-launcher 将在以下位置(按此顺序)查找配置文件
${XDG_CONFIG_HOME:-$HOME/.config}/spotify-launcher.conf
/etc/spotify-launcher.conf
如果没有找到配置文件,它将使用默认设置。您的配置文件可能如下所示
[spotify]
## Pass extra arguments to the spotify executable
## You can test this with `spotify-launcher -v --skip-update --no-exec`
#extra_arguments = []
## On HiDPI displays spotify doesn't pick up the scale factor automatically
#extra_arguments = ["--force-device-scale-factor=2.0"]
## On wayland you might need
#extra_arguments = ["--enable-features=UseOzonePlatform", "--ozone-platform=wayland"]
许可协议
GPLv3+
依赖项
~16–31MB
~512K SLoC