From dcaf1a29ddf595987ff5d307275dc88d4d908834 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 15 Dec 2019 17:16:49 +0100 Subject: [PATCH] Updated How the bookmarks work (markdown) --- How-the-bookmarks-work.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/How-the-bookmarks-work.md b/How-the-bookmarks-work.md index b16fb6e..7ad7eb2 100644 --- a/How-the-bookmarks-work.md +++ b/How-the-bookmarks-work.md @@ -18,6 +18,10 @@ They're the little colored "bubbles" that show up above the frequency bar on the The location of each of the files mentioned varies with the type of setup. In most cases, they should be kept in `/etc/openwebrx/`. If you have setup your receiver from source, the files will be located in the checkout folder, but it is recommended that you copy them over to `/etc/openwebrx/` and maintain your changes there. You will probably need to create the directory initially. +## Digimode bookmarks + +The only way to have bookmarks that automatically enable the corresponding digimode decoder is by entering them into the bandplan, there's no support for those modes in the other sources. This is due to separate archictectures, and will be changed in the future. + ## File location when using docker If you are running OpenWebRX inside a docker container, the file will be kept in `/etc/openwebrx/` as well, but that is in the container's filesystem. In order to maintain this file, you can mount a volume or directory into this location and then edit the files there. The docker container will copy its initial files to that location if it doesn't find anything on startup.