1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00
home-manager/modules/misc/news/2025
S0AndS0 1dbb3fd2f7
radio-active: add module to create config files
Configuration entry similar to;

```nix
programs.radio-active.enable = true;
```

By default `ffplay` is used for recording/playback, but that can be
changed by applying either of the following;

```nix
programs.radio-active.settings.AppConfig.player = "vlc";
programs.radio-active.settings.AppConfig.player = "mpv";
```

All other configuration options documented by;
https://github.com/deep5050/radio-active?tab=readme-ov-file#default-configs
maybe applied under the `AppConfig` attribute set.

Finally, the `aliases` attribute set allows for defining key/value pares
that will generate a `~/.radio-active-alias` of bookmarked stations, for
example something like;

```nix
programs.radio-active.aliases = {
  "Deep House Lounge" = "http://198.15.94.34:8006/stream";
};
```

... will result in;

```
Deep House Lounge==http://198.15.94.34:8006/stream
```

WARN: Darwin hosts may report issues about `pkgs.vlc`

Co-authored-by: Robert Helgesson <robert@rycee.net>
2025-09-28 08:58:42 +02:00
..
01 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
02 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
03 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
04 news: re-add dropped news entries (#7173) 2025-05-31 00:19:34 -05:00
05 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
06 news: cleanup invalid timestamps 2025-08-06 00:11:26 -05:00
07 news: add missing news entries for new modules 2025-08-11 09:59:51 -05:00
08 shpool: init shpool module 2025-08-31 11:53:50 -05:00
09 radio-active: add module to create config files 2025-09-28 08:58:42 +02:00