Utilityman / SoundMachine

A music player dedicated to playing and listening to music.
GNU General Public License v2.0
0 stars 0 forks source link

Make the Collection Tree better #8

Closed Utilityman closed 7 years ago

Utilityman commented 7 years ago

Make a K-ary Tree with indexing for faster, indexed lookups instead of lookups on parsed song/artist/album names. Trying to find Intro does not yield the right song because of the way that it currently does song lookup (solely on songname D:)