1
Eye Candies / BassBox Radio C/C++ version 4.01
« Last post by Patrice Terrier on June 07, 2026, 01:52:12 pm »BBR Update
Today I finished a major cleanup of the station management system.
Previously, stations automatically disabled by the validation thread and stations manually removed by the user were mixed together in the same file.
This has now been split into:
This means:
I also added a small station statistics dialog showing:
The stream checker has also been improved and now distinguishes temporary network failures from more serious URL errors.
As usual, the attachment linked to the first post of this trhead has been updated.
A small change internally, but an important step toward making BBR more reliable and easier to maintain.
Today I finished a major cleanup of the station management system.
Previously, stations automatically disabled by the validation thread and stations manually removed by the user were mixed together in the same file.
This has now been split into:
Code: [Select]
US_stations.lst = master station list
US_favorite.lst = favorites
US_broken.lst = automatically detected bad URLs
US_removed.lst = stations permanently removed by the user
This means:
- A dead station is no longer confused with a user deletion.
- User choices are preserved.
- Broken stations can be rechecked independently.
- Future restore and maintenance tools become possible.
I also added a small station statistics dialog showing:
Code: [Select]
Stations
Active
Broken
Removed
Favorites
The stream checker has also been improved and now distinguishes temporary network failures from more serious URL errors.
As usual, the attachment linked to the first post of this trhead has been updated.
A small change internally, but an important step toward making BBR more reliable and easier to maintain.

Recent Posts
