Feature #112
Allow option (auto/manual?) that can purge unused muxes, services and channels etc..
0%
Description
Services that are not found during the last 50 scans or so should be removed.
History
Updated by Adam Sutton almost 12 years ago
- Subject changed from Remove old services that are not used any more to Allow option (auto/manual?) that can purge unused muxes, services and channels etc..
For channels it could be useful if channels that are no longer backed by any services could be (semi) automatically removed.
Obviously we still want the ability to have empty channels, as this is needed for several intermediate steps when setting things up. But it could certainly be useful to have a button that removes unused ones in the event a user has removed a whole bunch of services etc...
Updated by Adam Sutton almost 11 years ago
- Status changed from New to Accepted
- Assignee changed from Andreas Smas to Adam Sutton
I have some test code for this, but it still needs cleaning. I do want to include this though.
Adam
Updated by Jaroslav Kysela about 9 years ago
- Status changed from Accepted to Fixed
The current logic is a bit different - services are disabled when they're not present in service info tables now. Users may remove them manually through WEBUI - delete button. Also, we track times for muxes and services (last seen), so the dead muxes and services may be removed using these criteria, too.