Skip to content

Commit ae7ead9

Browse files
chore(backlog): add tasks for media keys and loop-once bugs
1 parent d6295b0 commit ae7ead9

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: TASK-283
3+
title: Fix media keys (F7/F9 prev/next) not working on macOS
4+
status: To Do
5+
assignee: []
6+
created_date: '2026-02-22 22:16'
7+
labels:
8+
- bug
9+
- macos
10+
- media-keys
11+
- playback
12+
dependencies: []
13+
priority: medium
14+
---
15+
16+
## Description
17+
18+
<!-- SECTION:DESCRIPTION:BEGIN -->
19+
The builtin macOS media keys F7 (previous track) and F9 (next track) are not functioning in the app. These should trigger prev/next track playback control.
20+
<!-- SECTION:DESCRIPTION:END -->
21+
22+
## Acceptance Criteria
23+
<!-- AC:BEGIN -->
24+
- [ ] #1 F7 key triggers previous track
25+
- [ ] #2 F9 key triggers next track
26+
- [ ] #3 Media keys work when app is in focus
27+
- [ ] #4 Media keys work when app is in background (if applicable to macOS media key behavior)
28+
<!-- AC:END -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
id: TASK-284
3+
title: Fix loop-once not re-queuing current track
4+
status: To Do
5+
assignee: []
6+
created_date: '2026-02-22 22:16'
7+
labels:
8+
- bug
9+
- playback
10+
- loop
11+
dependencies: []
12+
priority: medium
13+
---
14+
15+
## Description
16+
17+
<!-- SECTION:DESCRIPTION:BEGIN -->
18+
Loop once mode fails to re-queue the current track when it ends. The track should restart from the beginning instead of advancing to the next track.
19+
<!-- SECTION:DESCRIPTION:END -->
20+
21+
## Acceptance Criteria
22+
<!-- AC:BEGIN -->
23+
- [ ] #1 When loop-once is active, the current track restarts when it ends
24+
- [ ] #2 After restarting once, playback proceeds normally to the next track
25+
- [ ] #3 Loop-once state is correctly cleared after the single repeat
26+
- [ ] #4 Other loop modes (loop-all, no-loop) are unaffected
27+
<!-- AC:END -->

0 commit comments

Comments
 (0)