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

(enhance) ProScan Metadata #164

Closed
kcwebby opened this issue Apr 12, 2022 · 5 comments
Closed

(enhance) ProScan Metadata #164

kcwebby opened this issue Apr 12, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@kcwebby
Copy link

kcwebby commented Apr 12, 2022

When dirwatch'ing from a ProScan instance, the transference of meta data is limited to transfer into RDIO.

ProScan has a specific set of variables that can be added into the filename; where some are available in the mask of RDIO, but some are not. My understanding is ProScan development is limited and not likely to change. This software is used for physical scanner units.

Example screenshot of the fields available in ProScan for pickup into RDIO

image

@chuot chuot self-assigned this Apr 12, 2022
@chuot chuot added the enhancement New feature or request label Apr 12, 2022
@chuot chuot added wip Work in progress and removed wip Work in progress labels May 9, 2022
@chuot
Copy link
Owner

chuot commented May 10, 2022

After looking at it, I'm still wondering which tag I should add. The current dirwatch metatags are:

#DATE - extract the date like 20201231 (YYYYMMMDD), 2020-12-31 (YYYY-MM-DD) or 2020_12_31 (YYYY_MM_DD).
#HZ - extract the frequency in hertz like 119100000.
#KHZ - extract the frequency in kilohertz like 119100.
#MHZ - extract the frequency in megahertz like 119.100.
#SYS - extract the system id like 11.
#TIME - extract the local time like 0853439 (HHMMSS), 08-34-39 (HH-MM-SS) or 08:34:39 (HH:MM:SS).
#TG - extract the talkgroup id like 54241.
#TGHZ - extract the frequency in hertz like 119100000 and set the talkgroup id to 119100.
#TGKHZ - extract the frequency in kilohertz like 119100.000 or 119100 and set the talkgroup id to 119100.
#TGMHZ - extract the frequency in megahertz like 119.100000 or 119 and set the talkgroup id to 119100.
#UNIT - extract the unit id like 4424001.
#ZTIME - extract the zulu time like 0453439, 08-34-39 or 04:34:39.

@kcwebby
Copy link
Author

kcwebby commented May 10, 2022 via email

@chuot
Copy link
Owner

chuot commented May 11, 2022

From your example, it looks like the %U3 is empty.

Can you post a couple of different filenames so I make sure I cover all scenarios?

@chuot
Copy link
Owner

chuot commented May 26, 2022

I guess I can close this issue as new metatags have been added since.

@chuot chuot closed this as completed May 26, 2022
@kcwebby
Copy link
Author

kcwebby commented May 26, 2022

Yes thank you for working through this with me; I got lost and forgot to close this out since I was emailing directly the details.

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

No branches or pull requests

2 participants