MyNixOS website logo
option

programs.radio-active.settings

Declare-able configurations for radio-active written to $XDG_CONFIG_HOME/radio-active/configs.ini.

Declarations
Type
attribute set of attribute set of (non-empty string or (nonnegative integer or floating point number, meaning >=0))
Default
{ }
Example
{
  filepath = "/home/{user}/recordings/radioactive/";
  filetype = "mp3";
  filter = "none";
  limit = 41;
  loglevel = "debug";
  player = "ffplay";
  sort = "votes";
  volume = 68;
}