mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
25 lines
844 B
Plaintext
25 lines
844 B
Plaintext
### Server
|
|
|
|
- [ ] Debug the watchdog module. It has some weird behavior.
|
|
- [ ] Dynamically add files as they are being processed. Current behavior is: process all, then add them at once. This can cause impatience in case of lots of files.
|
|
- [ ] Add settings module
|
|
- [ ] In case of duplicates, select the higher bitrate track
|
|
- [ ] Add and deploy demo branch
|
|
|
|
### Client
|
|
- [ ] Add processes tab to show running tasks, eg. when tagging files. I have no idea on how to go about it so far. Web sockets?
|
|
- [ ] Responsiveness, especially the track list.
|
|
- [ ] Make dummy buttons functional.
|
|
- [ ] Add settings page (or modal)
|
|
- [ ] Add keyboard shortcuts listing page (or modal)
|
|
- [ ] Add backspace shortcut to go back.
|
|
- [ ] Implement Esc key to cancel modals.
|
|
|
|
|
|
### Notes
|
|
|
|
|
|
|
|
|
|
- Resolve album page using albumhash instead of album title and artist
|