From 760806689344bd0af7d09cec380aadc8b7df27e2 Mon Sep 17 00:00:00 2001 From: magicquark <198001825+magicquark@users.noreply.github.com> Date: Thu, 26 Feb 2026 05:14:25 +0000 Subject: [PATCH] pyradio: add group details to stations description --- modules/programs/pyradio.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/programs/pyradio.nix b/modules/programs/pyradio.nix index 5bf5eefe..6594ac08 100644 --- a/modules/programs/pyradio.nix +++ b/modules/programs/pyradio.nix @@ -124,6 +124,10 @@ in description = '' Radio stations to add to the {file}`stations.csv` file. If empty, {file}`stations.csv` defaults to the built-in playlist. + + To add a group, add a station with the url set to "-" and the name set + to the name of the group. Its order in the list will be where it appears + in `pyradio`. ''; }; };