trunk-recorder "alphatags"

Status
Not open for further replies.

Dark_Hunter

Member
Joined
Jun 12, 2018
Messages
97
Location
New Zealand
Does anyone know how to use the alphatags in trunk recorder? Asked on GitHub but nothing.

How would I use alphatags to label the below freqs, for 141412500 North and 141487500 for South.
Code:
"systems": [
        {
            "type": "conventional",
            "channels": [141412500, 141487500],
            "shortName": "Ambo",
            "minDuration": 4,
            "callLog": false,
            "defaultMode": "analog",
            "audioArchive": true
 

Dark_Hunter

Member
Joined
Jun 12, 2018
Messages
97
Location
New Zealand
Surely someone could help with this? I can't find an example being used in any of the configs, and the readme while it does show the option to use it, doesn't specify how to use it.
 

10-75

Member
Feed Provider
Joined
Jan 20, 2004
Messages
97
Location
New York
If I understand what you're asking correctly, You need to set up a talkgroup.csv file and refer to it in your config file like below

"systems": [
{
"type": "conventional",
"channels": [141412500, 141487500],
"shortName": "Ambo",
"minDuration": 4,
"callLog": false,
"defaultMode": "analog",
"audioArchive": true,
"talkgroupsFile": "Ambo.csv"


Your CSV file would look something like this minus the text in bold... In an analog configuration, Dec 1 is your first frequency in the config file and Dec 2 is the second and so on... All of this info is here: robotastic/trunk-recorder and there are good examples in the example folder.

DECHEXModeAlpha TagDescriptionTagGroupPriority
1 ANorthNorthAmbulance responseAmbulance 1
2 ASouthSouthAmbulance responseAmbulance1
 
Status
Not open for further replies.
Top