1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

cro: abstract out and use for chromecasting radio streams

This commit is contained in:
2024-06-09 22:42:50 +02:00
parent e94371887b
commit e0c52b06fd
5 changed files with 23 additions and 14 deletions

View File

@@ -153,9 +153,15 @@ in {
niveumPackages.emailmenu
niveumPackages.closest
niveumPackages.trans
niveumPackages.cro
(niveumPackages.mpv-radio.override {
di-fm-key-file = config.age.secrets.di-fm-key.path;
})
(niveumPackages.mpv-radio.override {
di-fm-key-file = config.age.secrets.di-fm-key.path;
executableName = "cro-radio";
mpvCommand = "${niveumPackages.cro}/bin/cro";
})
(niveumPackages.mpv-tuner.override {
di-fm-key-file = config.age.secrets.di-fm-key.path;
})