2024-01-23 12:16:21 +01:00
|
|
|
|
# features
|
2023-12-02 17:53:44 +01:00
|
|
|
|
|
2024-01-23 12:16:21 +01:00
|
|
|
|
## frontend
|
2023-12-02 17:53:44 +01:00
|
|
|
|
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- Ribbon menu
|
|
|
|
|
- [x] Show mpd connection state
|
|
|
|
|
- [ ] Display config dialog (is this even needed?)
|
|
|
|
|
- [x] `Update DB` button
|
|
|
|
|
- [x] Disable if running update is detected
|
2024-02-25 11:09:44 +01:00
|
|
|
|
- [x] `Previous Track` button
|
|
|
|
|
- [x] `Next Track` button
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [x] `Stop` button
|
|
|
|
|
- [x] `Play` button
|
2024-02-25 11:09:44 +01:00
|
|
|
|
- [x] `Pause` button
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [x] Track seeker
|
2024-02-25 11:09:44 +01:00
|
|
|
|
- [x] `Repeat` toggle
|
2024-02-25 21:48:18 +01:00
|
|
|
|
- [x] `Shuffle` toggle
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [ ] xfade
|
|
|
|
|
- [ ] decrease
|
|
|
|
|
- [ ] increase
|
|
|
|
|
- [x] Volume
|
|
|
|
|
- [x] increase
|
|
|
|
|
- [x] decrease
|
|
|
|
|
- [x] set with bar
|
|
|
|
|
- [x] `Now playing`
|
|
|
|
|
- [x] shows current track
|
|
|
|
|
- [x] marquee effect
|
|
|
|
|
- [x] `Time`
|
|
|
|
|
- Queue
|
|
|
|
|
- [x] Show queue
|
2024-04-04 21:23:41 +02:00
|
|
|
|
- [x] Highlight current track
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [ ] Move track up
|
|
|
|
|
- [ ] Move track down
|
|
|
|
|
- [ ] Remove track
|
|
|
|
|
- [ ] `Clear queue` button?
|
|
|
|
|
- File browser
|
|
|
|
|
- [ ] List all directories
|
2024-04-04 21:23:41 +02:00
|
|
|
|
- [ ] The selected folder has a different icon (📂 vs 📁)
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [ ] Folders with subfolders have a ➕ sign
|
2024-04-04 21:23:41 +02:00
|
|
|
|
- [ ] Expanded folders have a ➖ sign
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [ ] Clicked folders contents are displayed in the results
|
|
|
|
|
- [ ] Select tracks in results
|
|
|
|
|
- [ ] `Add` selected tracks to queue button
|
|
|
|
|
- Search
|
|
|
|
|
- [ ] Search files results
|
|
|
|
|
- [ ] Select tracks in results
|
|
|
|
|
- [ ] `Add` selected tracks to queue button
|
|
|
|
|
- Playlist browser
|
|
|
|
|
- [ ] Show current playlists
|
|
|
|
|
- [ ] `Replace` current queue with playlist button
|
|
|
|
|
- [ ] `Attach` playlist to current queue button
|
|
|
|
|
- [ ] `Save` current queue as playlist button
|
|
|
|
|
- [x] Show dialog
|
|
|
|
|
- [ ] `Delete` selected playlist button
|
|
|
|
|
|
|
|
|
|
## backend
|
2023-12-10 21:33:54 +01:00
|
|
|
|
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- Websocket
|
2024-02-25 21:48:18 +01:00
|
|
|
|
- [x] `#status` requests mpd infos:
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- `status`
|
|
|
|
|
- `currentsong`
|
2024-02-25 21:48:18 +01:00
|
|
|
|
- `playlistinfo` (queue)
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [ ] `#download` requests download of URL (`yt-dlp`)
|
|
|
|
|
- *TBA*
|
|
|
|
|
- API endpoints
|
|
|
|
|
- [x] `/api/update_db`
|
|
|
|
|
- [x] `/api/previous_track`
|
|
|
|
|
- [x] `/api/next_track`
|
|
|
|
|
- [x] `/api/stop`
|
|
|
|
|
- [x] `/api/play`
|
2024-02-25 21:48:18 +01:00
|
|
|
|
- [x] `/api/pause`
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [x] `/api/seek/:seconds`
|
2024-02-25 21:48:18 +01:00
|
|
|
|
- [x] `/api/repeat`
|
|
|
|
|
- [x] `/api/random`
|
2024-01-23 12:16:21 +01:00
|
|
|
|
- [x] `/api/volume/:level`
|
|
|
|
|
- [ ] `/api/xfade/:seconds`
|
|
|
|
|
- [ ] `/api/queue_clear`
|
|
|
|
|
- [ ] `/api/queue_add/:songid`
|
|
|
|
|
- [ ] `/api/queue_del/:songid`
|
|
|
|
|
- [ ] `/api/queue_move/:songid/:pos`
|
|
|
|
|
- [ ] `/api/list_database/:path`
|
|
|
|
|
- [ ] `/api/list_playlists`
|
|
|
|
|
- [ ] `/api/save_playlist`
|
|
|
|
|
- [ ] `/api/delete_playlist`
|