AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Alles zum Thema DAB(+) Digitalradio.
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

That should be easy to add. I will do it in next version.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
oldenburger
Beiträge: 120
Registriert: So 30. Sep 2018, 10:58

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von oldenburger »

Thank you!
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

BTW

Don't forget to hide the new menu item when there is no EPG (use Grey font color).

Same for the last checkbox regarding SPI, when the Internet checkbox is not active.
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

It is problem on Linux, I cannot do anything with that, the contol is inactive but on Linux the font does not chnage for some reason. It works as expected on both MacOS and Windows.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

Oh, interesting.
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Yes, the interesting point is that it was working with the same version of Ubuntu and Qt in past. Maybe there was some LTS update that broke something but it can be also reproduced using example project coming with Qt. I thought is was problem with my Ubuntu setup but obvously not because you have noticed it too.

EDIT: Do you compile tha app with default Qt version (6.2.x) or do you use newer version?
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

andimik hat geschrieben: Di 30. Jan 2024, 05:31 BTW

Don't forget to hide the new menu item when there is no EPG (use Grey font color).

Same for the last checkbox regarding SPI, when the Internet checkbox is not active.
Try now, please!
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
cybertorte
Beiträge: 469
Registriert: Fr 31. Aug 2018, 15:40
Wohnort: Bleßberg
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von cybertorte »

Is it possible to make the slideshow "apng" compatible?

/// www.DABmonitor.COM ///
QTH: 5,3km südlich vom Bleßberg
Privat Kfz - Škoda Columbus
Dienst Kfz- Albrecht DR 56+ /Tiny C5 (ABB flex - Dach)
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Well, I did already some investigation on that point some time ago. The problem is that Qt6 does not support APNG, thus the implementation would be tricky and it would create problems for users who build the app by themselves because it would essentially require to use patched version in image plugins. I have tried that to verify that it would be possible (yes, it would) but at that time the conclusion was not to implement it in upstream unless there will be a real use case - as far as I know there is only some experimental broadcasting with APNG slides. I should have a recording. Do you have regular ensemble that broacasts APNG?
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
cybertorte
Beiträge: 469
Registriert: Fr 31. Aug 2018, 15:40
Wohnort: Bleßberg
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von cybertorte »

That's what I thought, that it is difficult to implement.
Radio UNiCC from Chemnitz uses (as the only one in Germany) apng graphics. I would be happy to provide you with a recording.
Via a separate mux (opendab-tools) with apng it could only be detected in audio DAB radio, as this is supported. Also in the web browser via the PAD from DABmonitor (DR Box).

/// www.DABmonitor.COM ///
QTH: 5,3km südlich vom Bleßberg
Privat Kfz - Škoda Columbus
Dienst Kfz- Albrecht DR 56+ /Tiny C5 (ABB flex - Dach)
KejPi
Beiträge: 204
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Thanks, actually I think the recording I have is that ensemble. And it is the only one I know that broadcasts APNG. I will put this feature in my TODO list but with very low priority, I have already many TODO items and not enough time to work on them.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
cybertorte
Beiträge: 469
Registriert: Fr 31. Aug 2018, 15:40
Wohnort: Bleßberg
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von cybertorte »

I was wondering whether it could be implemented "just like that".
Thank you!

/// www.DABmonitor.COM ///
QTH: 5,3km südlich vom Bleßberg
Privat Kfz - Škoda Columbus
Dienst Kfz- Albrecht DR 56+ /Tiny C5 (ABB flex - Dach)
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

KejPi hat geschrieben: Di 30. Jan 2024, 22:30
andimik hat geschrieben: Di 30. Jan 2024, 05:31 BTW

Don't forget to hide the new menu item when there is no EPG (use Grey font color).

Same for the last checkbox regarding SPI, when the Internet checkbox is not active.
Try now, please!
Confirmed, now it works.
Dateianhänge
Bildschirmfoto vom 2024-01-31 17-40-51.png
Bildschirmfoto vom 2024-01-31 17-40-51.png (14.81 KiB) 563 mal betrachtet
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

thanks for your support, now I have data from today started Slovene EPG
Dateianhänge
Bildschirmfoto vom 2024-01-31 21-33-58.png
andimik
Beiträge: 5773
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

What does the

Code: Alles auswählen

[complete]
mean? All other pngs do NOT have this suffix.

Code: Alles auswählen

18:31:44.862 [D] SPIApp: 0:     Object 46693 -> TRIGLAV_32_32.png [complete]
18:31:44.862 [D] default: Processing object: "TRIGLAV_32_32.png"
18:31:44.862 [D] SPIApp: 0:     Object 37472 -> TRIGLAV_320_240.png [complete]
18:31:44.862 [D] default: Processing object: "TRIGLAV_320_240.png"
18:31:44.863 [D] SPIApp: 0:     Object 31489 -> si.xml [complete]
There is one service, where the SPI logo is wrong. So I guess this might be an internal app mismatch :confused:
Dateianhänge
Bildschirmfoto vom 2024-01-31 20-37-35.png
Antworten