You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(win,android): implement timeline seek control
- Added SEEK command to the UDP protocol\n- Windows: Replaced ProgressBar with Slider, bound to SeekCommand\n- Windows: Handled SMTC seek requests to forward to Android\n- Android: Replaced LinearProgressIndicator with Slider, sending SEEK action to service\n- Android: Handled incoming SEEK requests to control the local media session
-[ ] Add `SEEK:<position_ms>` command format to the UDP command protocol.
5
+
6
+
## Windows Subagent
7
+
-[x] Update `PlayerViewModel.cs`: Add `SeekCommand` (ICommand) to send `SEEK:<position_ms>` via NetworkService.
8
+
-[x] Update `NetworkService.cs`: Add a method to send `SEEK:<position_ms>` to the active device.
9
+
-[x] Update `PlayerPage.xaml`: Replace `ProgressBar` with a `Slider` representing progress in milliseconds. Bind it to the ViewModel and use `SeekCommand`.
10
+
-[x] Update `SmtcService.cs`: Enable `IsPositionEnabled` in SMTC and listen for `PositionChangeRequested` to trigger a seek.
0 commit comments