mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add spotifyd conf and explain a bit
This commit is contained in:
parent
e894ff9c24
commit
4fbf773552
2 changed files with 47 additions and 32 deletions
|
@ -1,16 +1,15 @@
|
|||
[global]
|
||||
# A command that gets executed and can be used to
|
||||
# retrieve your password.
|
||||
# retrieve your username and password.
|
||||
# The command should return the password on stdout.
|
||||
#
|
||||
# This is an alternative to the `password` field. Both
|
||||
# This is an alternative to the `user` and `password` fields. Both
|
||||
# can't be used simultaneously.
|
||||
username_cmd = "bw get username spotify.com"
|
||||
password_cmd = "bw get password spotify.com"
|
||||
|
||||
# If set to true, `spotifyd` tries to look up your
|
||||
# password in the system's password storage.
|
||||
#
|
||||
# This is an alternative to the `password` field. Both
|
||||
# can't be used simultaneously.
|
||||
use_keyring = false
|
||||
|
@ -31,12 +30,10 @@ dbus_type = "session"
|
|||
|
||||
# The audio backend used to play music. To get
|
||||
# a list of possible backends, run `spotifyd --help`.
|
||||
# backend = "alsa" # use portaudio for macOS [homebrew]
|
||||
backend = "pulseaudio" # use portaudio for macOS [homebrew]
|
||||
backend = "alsa" # use portaudio for macOS [homebrew]
|
||||
|
||||
# The volume controller. Each one behaves different to
|
||||
# volume increases. For possible values, run
|
||||
# `spotifyd --help`.
|
||||
# volume increases. For possible values, run `spotifyd --help`.
|
||||
volume_controller = "alsa" # use softvol for macOS
|
||||
|
||||
# A command that gets executed in your shell after each song changes.
|
||||
|
@ -54,6 +51,7 @@ bitrate = 160
|
|||
#
|
||||
# Note: The file path does not get expanded. Environment variables and
|
||||
# shell placeholders like $HOME or ~ don't work!
|
||||
# you will want to change this to your actual username home path
|
||||
cache_path = "/home/friend/.cache/spotifyd"
|
||||
|
||||
# The maximal size of the cache directory in bytes
|
||||
|
@ -78,9 +76,9 @@ autoplay = true
|
|||
|
||||
# The port `spotifyd` uses to announce its service over the network.
|
||||
# zeroconf_port = 1234
|
||||
# zeroconf_port = 1234
|
||||
|
||||
# The proxy `spotifyd` will use to connect to spotify.
|
||||
# you probably don't need this for default settings
|
||||
# proxy = "http://proxy.example.org:8080"
|
||||
|
||||
# The displayed device type in Spotify clients.
|
||||
|
|
21
README.md
21
README.md
|
@ -457,7 +457,7 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>Ranger</code></summary>
|
||||
<summary><code>ranger</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
|
@ -474,6 +474,24 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>spotifyd</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
Files:
|
||||
- [`~/.config/spotifyd/spotifyd.conf`](.config/spotifyd/spotifyd.conf)
|
||||
|
||||
[spotifyd] is a spotify daemon used in combination with [spotify-tui] or
|
||||
other alternative spotify frontends.
|
||||
|
||||
Current settings are for Linux only. I will add a macOS file and appropriate
|
||||
aliases and docs soon :)
|
||||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><code>terminator</code></summary>
|
||||
|
||||
|
@ -644,7 +662,6 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
|
||||
</blockquote>
|
||||
|
||||
|
||||
</details>
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue