little things

This commit is contained in:
tsi-billypom 2025-03-27 16:07:54 -04:00
parent 2d997052e2
commit c2fd685710
3 changed files with 4 additions and 2 deletions

View File

@ -58,12 +58,12 @@ config.ini db/
- ~~playlists~~
- ~~delete songs from library (del key || right-click delete)~~
- playlist autoexporting
- fix table headers being resized and going out window bounds
- .wav, .ogg, .flac convertor
- FIXME: table headers being resized and going out window bounds
- FIXME: dbaccess is instantiated for every track being reorganized
- automatic "radio" based on artist or genre
- search bar, full text search on song, artist, album
- when table is focused, start typing to match against the primary sort column
- improve audio visualizer - see Renoise
- improve audio visualizer - logarithmic x-axis ISO octave bands - see Renoise
- "installer" - put files in /opt? script to install and uninstall... eh
- .deb package?

View File

@ -1 +1,2 @@
#!/bin/bash
pyuic5 ui.ui -o ui.py

View File

@ -620,6 +620,7 @@ if __name__ == "__main__":
clipboard = app.clipboard()
# Dark theme >:3
qdarktheme.setup_theme()
# qdarktheme.setup_theme("auto")
# Show the UI
ui = ApplicationWindow(clipboard)
ui.show()