Commit Graph

12 Commits

Author SHA1 Message Date
Mark
dd2cd8551d store file last modified date for each song
and add find-songs-with-changed-files to get api
2024-08-26 20:16:01 +02:00
Mark
7b7b9f9a92 musicdb-filldb: sort songs by disc#, track#, path 2024-01-28 17:13:18 +01:00
Mark
404e9ce8ed Update README, fix Cargo.toml for client, add bin/, add setup.sh 2024-01-10 16:25:00 +01:00
Mark
55190d1943 artist image support 2023-11-12 20:52:24 +01:00
Mark
ec475aa1af fix bug where duration was falsely multiplies by 1000 2023-11-04 20:43:56 +01:00
Mark
7cae108ffa Added song duration support 2023-11-04 20:06:54 +01:00
Mark
9c340aa913 fixed empty-string albums and possible artist empty string weirdness 2023-10-04 13:58:27 +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
adaea9cd64 various improvements to the client (colored song subtext, search/'more', clear queue) 2023-09-20 16:02:07 +02:00
Mark
a465f2be79 albums must have an artist + some client gui_edit changes 2023-09-11 18:50:22 +02:00
Mark
ac16628c31 . 2023-09-07 21:53:05 +02:00
Mark
c67dc9c7b1 . 2023-08-24 16:25:52 +02:00