por flashk » Mar Nov 10, 2009 7:37 pm
It's probably too late, but would it be possible to add a new scripting feature before 3.2 is released?
As I mentioned in the above post, I want to programmatically select a single track in either the main tracks or now playing list. Currently, the only way to do this is to iterate over all tracks and clear the selected state of each item, then set the selected state for the single track. However, this is really slow when there are a lot of tracks in the list (ie. viewing the entire library).
It would be nice to have some sort of "SelectAll/UnselectAll" function, or a more efficient way to set the selection to a single track.
It's probably too late, but would it be possible to add a new scripting feature before 3.2 is released?
As I mentioned in the above post, I want to programmatically select a single track in either the main tracks or now playing list. Currently, the only way to do this is to iterate over all tracks and clear the selected state of each item, then set the selected state for the single track. However, this is really slow when there are a lot of tracks in the list (ie. viewing the entire library).
It would be nice to have some sort of "SelectAll/UnselectAll" function, or a more efficient way to set the selection to a single track.