Author Topic: request for SelectTracks() api function  (Read 2919 times)

boroda

  • Sr. Member
  • ****
  • Posts: 4595
Steven, could you implement 'bool SelectTracks(string[] urls)' or 'bool SelectTracks(List<string> urls)' api function? function must select required tracks (and deselect all other tracks) in current mb panel and return 'true' in case of success. if some tracks are absent in current panel, or the panel doesn't contain any tracks at all, then selection must not be changed, and the function must return 'false'.

i'm trying to make powerful search in tag tools plugin, but the results of search must be somehow transferred to mb to be useful.


edit: maybe it's better to *display* (to filter, and deselect all tracks, which are not in the required tracks list) only required list of tracks in mb current panel instead of selecting them. i'm not sure.
Last Edit: June 19, 2022, 02:58:24 PM by boroda

boroda

  • Sr. Member
  • ****
  • Posts: 4595
Steven, excuse me. i've found that i've missed mb native custom search, which is almost perfect (maybe only "not" checkboxes are needed before tag names). so i've removed "search only" capability from MSR of tag tools plugin. my request is not relevant.