tomneda / DABstar

A DAB receiver with a technical focus forked from Qt-DAB
GNU General Public License v2.0
14 stars 2 forks source link

Service Label change #23

Open andimik opened 3 weeks ago

andimik commented 3 weeks ago

When the service label changes (here in Austria OE24 - AUSTRIA renamed just to OE24), the program will still keep the old name in the list, but won't play any sound. grafik

dabstar.zip

tomneda commented 3 weeks ago

@andimik : Interesting issue. I could somehow reproduce it here with your provided database file. But I currently have not much time to check this in detail but please let this issue open to remember me for this later. I think it is only a minor thing. A whole re-scan should repair this.

andimik commented 2 weeks ago

https://www.digitalbitrate.com/dtv.php?mux=11C&liste=1&live=153&lang=en

You could test it even in Munich, channel 11C.

tomneda commented 1 week ago

@andimik : Yes I saw it. "LORA MUENCHEN" and "RADIO FEIERWERK" exchange they places. To solve this I need a feature to delete also entries from the database (without restarting a new scan). Not too easy to handle this but I will do it. At least new service names are added to the database, so you should not miss an entry.

andimik commented 1 week ago

Seems you have a "primary key" on SId and (!) Label. If you just can identify it per SId, the issue would be solved.