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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Ignore wrong RDS lines before upload #6

Open
andimik opened this issue Jun 6, 2024 · 0 comments
Open

Idea: Ignore wrong RDS lines before upload #6

andimik opened this issue Jun 6, 2024 · 0 comments

Comments

@andimik
Copy link

andimik commented Jun 6, 2024

馃挕

In some cases, during bad reception, there will wrong PS codes appearing in the log, like

pi@rpi3:/mnt/sda1/fmlist_scanner/2024-06-06 $ listFMp
[...]
88300000,0x5201,"*Radio1 "
88300000,0x5201,"*Radio5@"
89700000,0xA201,
89700000,0xA201,"  OE 1  "
90100000,0x5365,
90100000,0x5365,"RhP.ZERO"
90100000,0x5365,"R.P.j]RO"
90100000,0x5365,"R.P.ZERO"
[...]
94200000,0x5202,"*Radio2 "
94200000,0x5202," Ryhio2 "
94500000,0xA502,
94500000,0xA502,"JMBJO-K "
94500000,0xA502,"RADIO-K "
[...]
96300000,0x5203,"*Radio3 "
96300000,0x5203,"*Radio艙@"
96700000,0xA201,
96700000,0xA201," 1OE 1  "
96700000,0xA201,"  OE 1  "
96700000,0xA201," #OE 1  "
96700000,0xA201,"  Of 1  "
97000000,0xA203,"  OE 3  "
97300000,0x5203,
97300000,0x5203,"*Radio3 "
97300000,0x5203,"*Rp脻io3 "
97800000,0xA502,"RADIO-K "
98400000,0xA3FF,
99000000,0xA3DD,
99000000,0xA3DD,"R.MARIA "
99000000,0xA3DD,"SUDTIROL"
99100000,0xA3DD,"R.MARIA "
99100000,0xA3DD,"SUDTIROL"
99200000,0xA3DD,
99200000,0xA3DD,"R.MARIA "
99200000,0xA3DD,"SUDTIROL"
99500000,0xA203,
99500000,0xA203,"  脠I 3  "
99500000,0xA203,"  OE 3  "

So I suggest to add a function to allow deleting wrong entries before upload starts. For example:

99500000,0xA203,"  脠I 3  "

should be

99500000,0xA203,"  OE 3  "

only. Or non existing frequencies which are just caused due to higher bandwidth and too strong signals. Like here, were the real signal is on 99.1 MHz.

99000000,0xA3DD,
99000000,0xA3DD,"R.MARIA "
99000000,0xA3DD,"SUDTIROL"

and

99200000,0xA3DD,
99200000,0xA3DD,"R.MARIA "
99200000,0xA3DD,"SUDTIROL"
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

1 participant