robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
873 stars 195 forks source link

Tags on OpenMhz #379

Open tdduarte opened 4 years ago

tdduarte commented 4 years ago

Hello,

Not sure if this a future feature but when i added a csv and unitTagsFile to my system, I am able to see that it is tagging the units in the json files on my end but i'm still seeing the src on OpenMhz. Am i missing something here or does this not work on OpenMhz?

Example local json file "srcList": [ {"src": 4096, "time": 1594507209, "pos": 0.456125, "emergency": 0, "signal_system": "MDC1200", "tag": "Taunton Engine 1"} ],

Thanks!

bctrainers commented 4 years ago

Don't believe OpenMHz supports unit tagging currently.

robotastic commented 4 years ago

This isn't supported right now... but may not be too tricky to add. Weigh in folks if this is a feature you are interested in.

natecarlson commented 4 years ago

I'd love to see it. In the ideal world I think this would all live on the player side, ideally with an easy way for authorized users to add unit tags as they are listening to calls.. but even just adding support for OpenMHZ to ingest and display the text field that gets passed through in the json from unitTagsFile on trunk recorder would be neat.

tdduarte commented 2 years ago

Any more updates or interest in this?