Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event "download event" issue #136

Open
Mewagner1 opened this issue Feb 18, 2023 · 1 comment
Open

Event "download event" issue #136

Mewagner1 opened this issue Feb 18, 2023 · 1 comment

Comments

@Mewagner1
Copy link

The Download event function has a small ease of access problem.

Because of the way files are automatically named, when a number of calls from 2 or more talkgroups are downloaded from the same event they will appear in the folder out of order.

This is due to the names assigned to the files. when downloaded the files will appear like such:

ex. mocomdps-4005-1676726457

'mocomdps' being the radio system '4005' being the assigned talkgroup number and I don't know what the third number is.
if you download an event with calls from mult. talkgroups (say TG 4000, 4005, and 4010) the 4000 talkgroups will appear in the file first due to alphabetization order then the 4005, then 4010.

So a proper sequence of calls say transmissions on 4000, 4010, 4005, 4010, 4010, and 4000 again will download as
4000, 4005, 4010, 4010, 4005, even thought this is now out of order

@robotastic
Copy link
Contributor

Ah! great point - my long term plan is to include a small, local website that you could open in your browser and go through the files and also see if the metadata for each call. In the meantime, I will see how hard it would be to add a number for the spot in the list for each file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants