vitamin-caig
vitamin-caig
You have to draw UI mockups to check out how it would looks like. Existing 'search' icon, new 'search from the beginning' icon. file extension filter, song duration etc... (BTW,...
Do not confuse filename masks and regular expressions. Moreover, searching is performed not only by filename, but also by title/description (if available). So, to find all the tracks starting from...
One more thought: in case of full (not preview) search, regexp will have extremely low performance - online catalogs server sides cannot work with regexp (in opposite to simple substring...
Heh, different behaviour between Android and desktop version is a significant point to create once more issue:)
Assume we have tracks with the next paths (explanation follows): file:/sdcard/Music/1.vgm (just vgm file in folder) file:/sdcard/Music/music.zip?2.vgm (vgm file in zip archive) file:/sdcard/Music/music.zip?3.vgz/+unGZIP (vgz (i.e. gzipped vgm) in archive) file:/sdcard/Music/music.zip?4.sid/#2...
Logic should be as simple as possible and currently it's not clear even for you how to determine filename to sort on. So, no any 'by zip name then by...
Bells and whistles will have the lowest possible priority.
Not at start but proper loop point (which can differ from track beginning).
Not always.
Some of the music formats (mostly tracker it/xm/s3m/etc) can specify arbitrary point to loop to.