(Question / Suggestion) Organizing "Digital Contacts"

OpenGD77CPS
Post Reply
KQ4IOE
Posts: 13
Joined: Wed Aug 09, 2023 12:11 am

(Question / Suggestion) Organizing "Digital Contacts"

Post by KQ4IOE » Fri Aug 18, 2023 11:18 pm

Hi there,

I'm trying to program in multiple DMR networks, but without cluttering them all together. I'd like to be able to sort my "Digital Contacts" list into the networks I use them in, rather than have them bundled all together. Is there a way to have "folders" in the digital contacts list? Of course, this would only apply in the CPS.

Edit: Any tips on how to organize my contacts would be appreciated :)

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: (Question / Suggestion) Organizing "Digital Contacts"

Post by VK3KYY » Fri Aug 18, 2023 11:58 pm

KQ4IOE wrote:
Fri Aug 18, 2023 11:18 pm
Edit: Any tips on how to organize my contacts would be appreciated :)
Use the CSV Export / Import function

VK3KYY
Posts: 7590
Joined: Sat Nov 16, 2019 3:25 am
Location: Melbourne, Australia

Re: (Question / Suggestion) Organizing "Digital Contacts"

Post by VK3KYY » Fri Aug 18, 2023 11:59 pm

KQ4IOE wrote:
Fri Aug 18, 2023 11:18 pm
Is there a way to have "folders" in the digital contacts list
There is no the codeplug is not a relational database and is not extenable.


Are you aware of TG lists ??????? This is the normal method to group Digital Contacts.

These are described in the User Guide section about codeplug creation.

KQ4IOE
Posts: 13
Joined: Wed Aug 09, 2023 12:11 am

Re: (Question / Suggestion) Organizing "Digital Contacts"

Post by KQ4IOE » Sat Aug 19, 2023 2:39 pm

VK3KYY wrote:
Fri Aug 18, 2023 11:59 pm
Are you aware of TG lists ??????? This is the normal method to group Digital Contacts.
Yes I am, I was just seeing if there way a way to organize the list in the digital contacts folder. Thank you for your CSV suggestion, I'm going to try writing a new code plug with that in mind.

G4EML
Posts: 930
Joined: Sat Nov 16, 2019 10:01 am

Re: (Question / Suggestion) Organizing "Digital Contacts"

Post by G4EML » Sat Aug 19, 2023 3:24 pm

If you export to CSV you can then arrange the Contacts.csv file as you wish using a spreadsheet program.
Make sure you copy and move entire lines.
Do not change the names of any of the contacts unless you also change them to match (exactly) in Channels.csv and TG_Lists.csv

KQ4IOE
Posts: 13
Joined: Wed Aug 09, 2023 12:11 am

Re: (Question / Suggestion) Organizing "Digital Contacts"

Post by KQ4IOE » Sun Aug 20, 2023 3:56 pm

G4EML wrote:
Sat Aug 19, 2023 3:24 pm
If you export to CSV you can then arrange the Contacts.csv file as you wish using a spreadsheet program.
Make sure you copy and move entire lines.
Do not change the names of any of the contacts unless you also change them to match (exactly) in Channels.csv and TG_Lists.csv
That should work, thank you!

Post Reply