chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
422 stars 60 forks source link

Dirwatch With proscan #222

Closed xSidewinderx closed 2 years ago

xSidewinderx commented 2 years ago

Im attempting to use the dirwatch with proscan. Rdio sees that there is a new audio file in the directory I have set it to watch but I get a message that shows "dirwatch.ingest: no talkgroup" in the logs. What am I missing?

chuot commented 2 years ago

Rdio Scanner needs to know to which system and talkgroup to attached the audio to. The error message you are getting basically says it doesn't know to which talkgroup the audio must be attached to.

Try this on ProScan for custom filename format %YY-%M-%DD_%TT_%S_%G_%C_%FT.

And this mask for dirwatch #DATE_#TIME_#SYSLBL_#GROUP_#TGLBL_#TGMHZ.

For further assistance, please use discussions as this is not a bug.

Thanks