829ea89386b98b230a2c6a470438f49dadb63780
Space was hard-coded as the global play/pause toggle, so it never reached the search-typing logic - typing "geolino azte" would toggle playback instead of adding the space. Now a space is appended to an in-progress search instead. Search also required the whole query to be one contiguous substring of title + artist, which misses queries like "conni rad" for "Conni lernt Rad fahren" or "geolino azte" for a podcast episode titled "Azteken" by "GEOlino Spezial" (title comes before artist). Each word is now matched independently, in any order. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
Languages
Jupyter Notebook
64%
Python
24.4%
C++
7%
C
4.6%