JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

programDataHandler does not trigger #64

Closed athoik closed 4 years ago

athoik commented 4 years ago

Hi,

I hope you are fine!

I am testing latest version of dab-cmdline and notice a minor issue. The programDataHandler doesn't trigger any more.

As a workaround when selecting a new audio, I am calling programDataHandler(ad, null) from program.

Best Regards, Athanasios

JvanKatwijk commented 4 years ago

Hello It was a long time since your last message! But yes, you are right. No idea what happened, but your solution is the best. It makes sense to couple it to the selection of the service, then the data will show. I have no idea when it was changed or what happened.

All the best jan

Op ma 13 apr. 2020 om 17:42 schreef Athanasios Oikonomou < notifications@github.com>:

Hi,

I hope you are fine!

I am testing latest version of dab-cmdline and notice a minor issue. The programDataHandler doesn't trigger any more.

As a workaround when selecting a new audio, I am calling programDataHandler(ad, null) from program.

Best Regards, Athanasios

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQGHXKJK5GD6B66IQK3RMMXF3ANCNFSM4MHBFPDA .

-- Jan van Katwijk

JvanKatwijk commented 4 years ago

should be fixed now

Op ma 13 apr. 2020 om 19:08 schreef jan van katwijk <j.vankatwijk@gmail.com

:

Hello It was a long time since your last message! But yes, you are right. No idea what happened, but your solution is the best. It makes sense to couple it to the selection of the service, then the data will show. I have no idea when it was changed or what happened.

All the best jan

Op ma 13 apr. 2020 om 17:42 schreef Athanasios Oikonomou < notifications@github.com>:

Hi,

I hope you are fine!

I am testing latest version of dab-cmdline and notice a minor issue. The programDataHandler doesn't trigger any more.

As a workaround when selecting a new audio, I am calling programDataHandler(ad, null) from program.

Best Regards, Athanasios

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCPHQGHXKJK5GD6B66IQK3RMMXF3ANCNFSM4MHBFPDA .

-- Jan van Katwijk

-- Jan van Katwijk

athoik commented 4 years ago

Latest commit doesn't fully restore the program data handler.

I took the liberty to fix missing parts on #65.