Comment 5 for bug 769138

Revision history for this message
Daniel Schürmann (daschuer) wrote :

All changed and new tracks where signalled by BaseTrackCache.
One solution would be to do select, if a new track is signalled. This is a good Idea for currently not displayed tables, but not for the current table, because the user likely is disturbed by such a select.
An other solution would be, to add all new songs to the end of the table. This is seems to be a major work for a minor problem.

In the attached patch I have prepared the following solution:
* select onShow
* select after library scan
* select after drop a track ?field.comment=All changed and new tracks where signalled by BaseTrackCache.
One solution would be to do select, if a new track is signalled. This is a good Idea for currently not displayed tables, but not for the current table, because the user likely is disturbed by such a select.
An other solution would be, to add all new songs to the end of the table. This is seems to be a major work for a minor problem.

In the attached patch I have prepared the following solution:
* select onShow
* select after library scan
* select after drop a track