diff --git a/README.md b/README.md index 3e1ef5f..ddfefa5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Well, there is a lot... * Directory watcher for automatic importing of audio files * Automatic audio conversion to M4A/AAC on the server side. No need to prepare your audio files prior to upload. * You can **share your precious audio calls** to other **Rdio Scanner** instances by configuring downstreams. -* Support for [Trunk Recorder](https://github.com/robotastic/trunk-recorder), [SDRTrunk](https://github.com/DSheirer/sdrtrunk), [RTLSDR-Airband](https://github.com/szpajder/RTLSDR-Airband) and others * Easy to install and configure ## Screenshots diff --git a/docs/config/dir-watch.md b/docs/config/dir-watch.md index 5834249..572ccd6 100644 --- a/docs/config/dir-watch.md +++ b/docs/config/dir-watch.md @@ -47,28 +47,6 @@ The *rdioScanner.dirWatch* property an *array* of *dirWatch objects* which descr ## Examples -### Example for rtl-airband - -In this example, we assume that *rtl_airband.conf* is configured in **mode = "multichannel"** and each file outputs has a numerial value for *filename_template* like **filename_template = 1001**. - -```json -{ - "rdioScanner": { - "dirWatch": [ - { - "deleteAfter": true, - "directory": "/home/radio/rtl-airband/audio_files", - "extension": "mp3", - "frequency": 119100000, - "system": 6, - // take the prefix of the filename to get the talkgroup id. - "talkgroup": ".*\\/(\\d+)_.*" - } - ] - } -} -``` - ### Example for SDRTrunk **Rdio Scanner** will import SDRTrunk *wav* and *mbe* files.