soulfx / gmusic-playlist

playlist scripts for gmusic
MIT License
158 stars 57 forks source link

use search algorithm of javascript version #53

Open soulfx opened 7 years ago

soulfx commented 7 years ago

would like to modify song matching code to use logic of javascript so that it doesn't take as long to import songs, more songs are matched, and matches are more accurate.

acceptance criteria

  1. verify songs import quicker given a list of songs that previously didn't match very well...
  2. verify more songs are matched
  3. verify songs are more accurately matched

development notes