Commit Graph

32 Commits

Author SHA1 Message Date
Mark
c3622aca30 sequence numbers 2024-12-08 12:03:24 +01:00
Mark
f41bec1423 fix mers, fix space not pausing in idle display
bug that is fixed now:
if a textbox was focused on the main screen,
and then the idle display opened, pressing
spacebar would type a space character into
that textbox (even though the box isnt visible),
and would not trigger pause/resume.
now, the textbox remains unchanged and
the player will pause/resume.
2024-09-26 21:45:43 +02:00
Mark
61110f5f4a add more modes to client and change server cli
server can now source its database and files from
another server, but it will have its own
queue and appears as separate to clients.

the client now has gui-syncplayer-{local,network}
modes which show the gui and also play the songs.
using a syncplayer-network mode now automatically
enables the cache manager, which should make
waiting for songs to load less frequent.
2024-05-28 13:20:43 +02:00
Mark
6eb884e7a5 update client + remake web-ui (server, incomplete) 2024-05-15 22:58:30 +02:00
Mark
a2d24e780a add QueueMove operation 2024-04-01 00:54:00 +02:00
Mark
0fe2648efe include shuffle functionality in folders, remove shuffle and random elements, change ToFromBytes impls 2024-03-30 22:13:59 +01:00
Mark
b70d922fad fix idle keybind, remove debug print 2024-02-08 10:30:01 +01:00
Mark
b22d9ffeb3 add keybinds 2024-02-08 10:19:49 +01:00
Mark
8620fcd4ec add some more functions to -mers and add hooks 2024-01-20 01:19:19 +01:00
Mark
d1f2db3e45 fix features, add mers feature, improve merscfg, add run-mers mode 2024-01-16 20:17:11 +01:00
Mark
8a9ee5c9cf fix shuffle not shuffling away first element
and fix dragging selected song not dragging all selected elements but rather only those that pass current filter/search, which was not intended.
2023-12-31 14:16:18 +01:00
Mark
b848a0d511 add ways to modify tags, and add a Fav button to client 2023-12-30 18:12:02 +01:00
Mark
8c434743f8 s 2023-12-27 15:39:53 +01:00
Mark
3e86ba921e remove performance print for release builds 2023-11-14 19:46:16 +01:00
Mark
e29fccf20e fix bug and add power saver
power saver will be enabled on bad performance
2023-11-14 18:38:12 +01:00
Mark
55190d1943 artist image support 2023-11-12 20:52:24 +01:00
Mark
671bf17c53 get rid of GuiElem in favor of explicit Box<dyn GuiElemTrait> 2023-11-05 20:43:55 +01:00
Mark
7cae108ffa Added song duration support 2023-11-04 20:06:54 +01:00
Mark
f61f52fdc7 client 2023-10-26 16:18:52 +02:00
Mark
1eee22bb4b server can now send error messages to clients 2023-10-24 22:50:21 +02:00
Mark
59ae8c06b0 client: library: 'more' menu split up into two columns 2023-10-04 19:53:58 +02:00
Mark
6bab2bc075 added multiselect to the client's library 2023-10-04 16:16:05 +02:00
Mark
3093ec1a25 lib_dir is no longer saved in dbfile 2023-10-04 13:57:55 +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
68f9747686 . 2023-09-15 19:06:50 +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
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
922e4fcc00 init 2023-08-13 23:58:53 +02:00