From 25c2adc26ee447fa9f899eef35d8c0b1f6c22fa3 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sat, 13 Jul 2024 20:48:23 -0400 Subject: [PATCH] Updated NRSC5 instructions. --- debian/control | 3 ++- owrx/feature.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index c47e58c9..f8f61df0 100644 --- a/debian/control +++ b/debian/control @@ -48,6 +48,7 @@ Recommends: python3-digiham (>= 0.6), python3-paho-mqtt, dablin, multimon-ng, - imagemagick + imagemagick, + nrsc5 Description: multi-user web sdr Open source, multi-user SDR receiver with a web interface diff --git a/owrx/feature.py b/owrx/feature.py index 8646bec3..8326db04 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -761,8 +761,8 @@ class FeatureDetector(object): def has_nrsc5(self): """ - OpenWebRX uses the [nrsc5](https://github.com/theori-io/nrsc5) tool to decode HDRadio - FM broadcasts. Nrsc5 is not yet available as a package and thus you will have - to compile it from source. + OpenWebRX uses the [Nrsc5](https://github.com/theori-io/nrsc5) tool + to decode HDRadio broadcasts. You can install the `nrsc5` package + from the OpenWebRX+ repositories. """ return self.command_is_runnable("nrsc5 -v")