I know that this would potentially require a re-write of some fundamental areas, but I'd love to see all of the back-end network/site/frequency/group/radio text files be combined into one massive file instead, and for that file to use a standard .txt extension for ease of editing. I recently started on what would have been a massive database for the Dallas/Fort Worth area and realized how much more difficult such a task will likely be by having to edit at least three files just to get the systems to be recognized properly by DSDPlus. Now I'm not complaining about the software -- to the contrary, I love it and for the cost it's incredibly powerful. But since this is a thread about feature requests, this one seems to be pretty close to the top of my list.
I'd like to see something like this for each entire "network" in one file:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PA Digital Radio Network
Network, Con+, 141, "PA Digital Radio Network"
Site, Con+, 141, 1, "Harrisburg"
Site, Con+, 141, 2, "Penn Township"
Site, Con+, 141, 3, "Lionville"
Freq, Con+, 141, 8, 1, 454.3500, 454.3500, 0
Freq, Con+, 141, 8, 3, 451.8250, 451.8250, 0
Freq, Con+, 141, 8, 5, 461.6625, 461.6625, 0
Group, Con+, 141, 20, 50, Normal, 19, 2016/09/22 9:20, "Radio Techs 20"
Group, Con+, 141, 200, 50, Normal, 3, 2016/09/21 15:49, "Radio Techs 200"
Group, Con+, 141, 206, 50, Normal, 1, 2016/09/21 16:48, "Radio Techs 206"
Radio, Con+, 141, -1, 4232, 50, Normal, 6, 2016/08/19 7:59, ""
Radio, Con+, 141, -1, 4233, 50, Normal, 7, 2016/08/19 5:52, ""
Radio, Con+, 141, -1, 4235, 50, Normal, 3, 2016/08/19 6:49, ""
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
This reminds me a little of the plain-text format used in the HomePatrol radio files. Theoretically it would also be possible to set up some kind of a hierarchy beginning with each network and then "closing" the network before reading in the next one. This may avoid having to retype so much extra stuff like "Site", "Group", etc as well as the individual system numbers since it would already be within the specified system. Of course, it would also leave a lot more room for errors with editors forgetting to "close off" systems and such...