Commit Graph

5 Commits

Author SHA1 Message Date
Mark
b1998e3316 add option to show images in AdvancedLabel, available through config via textcfg 2023-12-27 16:57:46 +01:00
Mark
168f51a5fc add play/pause/stop button to status bar and idle display 2023-11-25 17:02:35 +01:00
Mark
4dcd2967a5 add new fields to default config 2023-11-12 20:53:06 +01:00
Mark
7cae108ffa Added song duration support 2023-11-04 20:06:54 +01: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