Commit Graph

27 Commits

Author SHA1 Message Date
Mark
6bab2bc075 added multiselect to the client's library 2023-10-04 16:16:05 +02:00
Mark
9c340aa913 fixed empty-string albums and possible artist empty string weirdness 2023-10-04 13:58:27 +02:00
Mark
3093ec1a25 lib_dir is no longer saved in dbfile 2023-10-04 13:57:55 +02:00
Mark
4a729c596c
Update README.md 2023-09-28 16:49:40 +02:00
Mark
2f72f342be
Update README.md 2023-09-28 16:39:32 +02:00
Mark
927177280a added filters to library view 2023-09-28 15:37:10 +02:00
Mark
40d6f7a850 fix syntax error 2023-09-25 17:55:42 +02:00
Mark
0e38114c88 changed search priority to prefer whole-word matches 2023-09-25 17:54:32 +02:00
Mark
36da1ab189 queue: shuffle is now usable 2023-09-24 21:29:32 +02:00
Mark
30b466b2ff change idle screen for musicdb-client, library search now defaults to something smarter and more intuitive 2023-09-22 21:25:43 +02:00
Mark
f429f17876 tags can now be used
filldb: Year and Genre will be read from MP3/ID3 tags and added as Tags.
client: Tags can (and will) be displayed in the status bar.
client: StatusBar text can be configured via ~/.config/musicdb-client/config_gui.toml
client: Added a proper default config file at src/config_gui.toml
        (note: this is in src/ so that include_bytes! can use a path without /, so it will compile on windows)
client: users will need to add the new `[text]` section to their gui_config.toml!
2023-09-20 22:31:56 +02:00
Mark
c6b75180bb remove leftover code from testing 2023-09-20 16:15:51 +02:00
Mark
adaea9cd64 various improvements to the client (colored song subtext, search/'more', clear queue) 2023-09-20 16:02:07 +02:00
Mark
68f9747686 . 2023-09-15 19:06:50 +02:00
Mark
a465f2be79 albums must have an artist + some client gui_edit changes 2023-09-11 18:50:22 +02:00
Mark
c93b933037 songs are now required to have an artist. this breaks existing dbfiles! 2023-09-11 14:23:30 +02:00
Mark
6131bc50a4 fixed client/server not compiling 2023-09-11 14:15:24 +02:00
Mark
ac16628c31 . 2023-09-07 21:53:05 +02:00
Mark
0e5e33367d added edit panel and fixed bug where Modify* command would be decoded as Add* command by the server 2023-08-27 21:53:00 +02:00
Mark
55590a1549 fixed bugs with playback when paused 2023-08-24 17:07:04 +02:00
Mark
f625233a1b update readme 2023-08-24 16:28:28 +02:00
Mark
c67dc9c7b1 . 2023-08-24 16:25:52 +02:00
Mark
f414b849b7 update readme and add some stuff 2023-08-24 16:23:18 +02:00
Mark
9fbe67012e small improvements idk i forgot i had a git repo for this project 2023-08-24 16:15:01 +02:00
Mark
0ae0126f04 added some comments 2023-08-14 00:58:31 +02:00
Mark
5add9c477e readme++ 2023-08-14 00:20:09 +02:00
Mark
922e4fcc00 init 2023-08-13 23:58:53 +02:00