musicmuster/app
Keith Edmunds 16a9880583 Improve track search performance
Searching for a track was wrapping the search string in % signs
(wildcards). The leading % meant the database didn't use the index.
Dropped leading % (user can add it manually if needed).
2023-04-01 19:45:07 +01:00
..
ui Add ability to delete and rename playlists 2023-02-13 19:34:28 +00:00
config.py Fix and improve hide played tracks 2023-03-12 13:00:46 +00:00
dbconfig.py Log file that creates sessions 2023-03-08 20:07:07 +00:00
helpers.py Default to moving existing track when adding a new track 2023-03-25 17:20:10 +00:00
icons_rc.py Use resources for button icons 2021-04-06 19:06:42 +01:00
infotabs.py Switch to existing infotab if it contains required URL 2023-03-12 13:25:20 +00:00
log.py Produce consistent log output 2023-03-11 16:02:26 +00:00
models.py Improve track search performance 2023-04-01 19:45:07 +01:00
music.py Rename function file_is_readable to file_is_unreadable 2023-03-12 16:47:45 +00:00
musicmuster.py Improve track search performance 2023-04-01 19:45:07 +01:00
playlists.py Default to moving existing track when adding a new track 2023-03-25 17:20:10 +00:00
rename_singles.py First draft of rename_singles.py 2022-08-22 16:08:24 +01:00
replace_files.py No mypy errors; four FIXMEs 2023-02-05 21:04:10 +00:00
utilities.py Cleanups from running vulture 2022-12-24 09:36:51 +00:00