For those wanting to get a count of their OTA aliases, this
should work with the latest release 2.516.
From what I'm seeing, each line for a logged OTA alias in the DSDPlus.radios file now ends with an 8 character hexadecimal string. User provided aliases and radios with no alias end in a quotation mark (and possibly a space and/or tab character).
- Download Notepad++
- Make a copy of your DSDPlus.radios file so that you don't screw up the real file
- Open that temporary DSDPlus.radios file in Notepad++
- CTRL+M to open the Mark dialog box
- In the Find What box, enter [A-Za-z0-9_.]+$
- Enable the Bookmark Line, Wrap Around, and Regular Expression options (see screenshot below)
- Click Mark All button, then close that dialog box
You should now see a lot of blue dots next to the line numbers. These mark the OTA aliases in the file. You want to remove everything else so that only the OTA aliases remain:
- From the file menu: Search > Bookmark > Remove Non-Bookmarked Lines
This will leave you with only the OTA alias entries in the file. Note that this method will not work with older versions of DSD+, as every entry ends in a quotation mark.
I make no guarantees and offer no support for this method, use at your own risk, remember to work only with a temporary copy of the real file, etc.