-
Notifications
You must be signed in to change notification settings - Fork 10
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
Service Names and Component Names #109
Comments
Thank you for reporting. This is actually the first time I see the primary service component to have dedicated name. I am glad that I have a test case for that and I will fix it in next version. |
OK, I understand that what is shown on the program list is OK, but inside the enseble information it should appear. |
I remembered to have seen this In the UK............ https://assets.publishing.service.gov.uk/media/5a7adfe9ed915d71db8b3166/Domestic_Min__Spec.pdf |
Where this comes from? My quote was taken from ETSI EN 300 401 V2.1.1 (2017-01) http://www.etsi.org/deliver/etsi_en/300400_300499/300401/02.01.01_60/en_300401v020101p.pdf Component label is shown, but only for secondary services that shall have label unlike primary services. |
OK, Ok, I know you do it correctly. Only here, in ensemble information . It should not be transmitted ? Of course, It shouldn't. But as it is, we should see it exactly what is transmitted..... just for own information. |
I understand your point but at the moment it is not possible without side effects. The decoder is designed to be compliant with latest DAB standard so it does not consider primary service component labels. It is not a problem to decode it, after all it is label like any other - in fact it is already decoded - the problem is that at the time the service list is read from decoder it may not be available and thus the service list loading would need to be redesigned and would always take longer just to support single case. The other option would be to implement labels update functionality, that is in my TODO list, but with very low priority at the moment. |
Let's keep this issue open as TODO reminder like #9 |
I've found a small bug.
I noticed that on all home & car receivers I have, some stations long names (16 char) are different from the ones that abracaDABra shows.
On DAB/DAB+ programs, Audio Service has a name, and Audio Component may have or not have a name.
Receivers have to look wether Audio Component has name or not, and if Audio Component has one, they have to show it, and if Audio Component has no name, they have to show the "main" name from Audio Service.
AbracaDABra always shows the Audio Service Name. It should show the component name when it's available.
On AbracaDABra ensemble info, the Service and the Component names are always the same ones, and that's the bug.
Here an example:
Red (service name) and Orange (Component name) are equal, but they are not really equal.
If you look at radio receiver, or you look at other PC programs like DAB Player, you'll see that names are different.
Here you have a DAB Player ensemble information, as you'll see, it shows the differences that AbracaDABra doesn't (orange Component name)
AbracaDABra:
Component name is not shown anywhere.
DAB Player:
So, please, would it be possible to fix the ensemble information to show correct service and component names everywhere ?
And show component name (where available) instead of Service name in main app.
Thanks,
The text was updated successfully, but these errors were encountered: