Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/config/File.html.
Declarations
Type
TOML value
Default
{ }
Example
{
global = {
bitrate = 320;
};
}
Configuration for Spotifyd. For syntax and directives, see https://docs.spotifyd.rs/config/File.html.
TOML value
{ }
{
global = {
bitrate = 320;
};
}