diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-06-19 10:04:42 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-06-21 10:42:36 +0200 |
commit | fc118fb485ed6e5db1c820a74497ad83859976df (patch) | |
tree | f8d20962434c7442150b159ecc3bfaf555adcb20 /configs | |
parent | 1d9b6b236907b56960ba5f8f7989f135c170f504 (diff) |
Load rss streams in mpd
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config b/configs/config index ff929a5..585b605 100644 --- a/configs/config +++ b/configs/config @@ -133,6 +133,8 @@ BR2_PACKAGE_MPD_FAAD2=y BR2_PACKAGE_MPD_OPUS=y BR2_PACKAGE_MPD_ZZIP=y BR2_PACKAGE_MPD_BZIP2=y +# Enable mpc for cron scripts +BR2_PACKAGE_MPD_MPC=y # Required in order to connect stream radio from mpd. BR2_PACKAGE_MPD_CURL=y |