mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Search In Playlist
* Add a title to the list of search results. * Fix drawing of the statusbar. * Avoid splashing in every iteration of the search loop if no new hits, gives about 10x speedup on h300 when searching for a string that gives 30 hits in a playlist of 3000 tracks. * Boost cpu when searching, ~doubles the search speed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18764 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bea3abb5c3
commit
da01219ca2
2 changed files with 40 additions and 15 deletions
|
|
@ -12095,3 +12095,17 @@
|
|||
recording_swcodec: "Mono mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SEARCH_RESULTS
|
||||
desc: in sound_settings
|
||||
user:
|
||||
<source>
|
||||
*: "Search Results"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Search Results"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Search Results"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue