[PR #352] [MERGED] Enable native MacOS slider to control position in track #495

Closed
opened 2026-02-28 14:33:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/352
Author: @royathan
Created: 10/21/2022
Status: Merged
Merged: 1/12/2023
Merged by: @Insprill

Base: masterHead: control_native_media_progress


📝 Commits (3)

  • 9d96435 Enable native MacOS slider to control position in track
  • ef379f8 Update souvlaki to latest with support for native media seek events
  • 51197fa Code style

📊 Changes

3 files changed (+6 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 psst-gui/Cargo.toml (+1 -1)
📝 psst-gui/src/controller/playback.rs (+3 -0)

📄 Description

Update the version of souvlaki to support MacOS media progress events, and take advantage of those events. Resolves part of https://github.com/jpochyla/psst/issues/350

Before:
psst_native_playback_before

After:
psst_native_playback_after


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/352 **Author:** [@royathan](https://github.com/royathan) **Created:** 10/21/2022 **Status:** ✅ Merged **Merged:** 1/12/2023 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `control_native_media_progress` --- ### 📝 Commits (3) - [`9d96435`](https://github.com/jpochyla/psst/commit/9d96435cbdfcf3e84e152d95f458e1519a52c1de) Enable native MacOS slider to control position in track - [`ef379f8`](https://github.com/jpochyla/psst/commit/ef379f83c3dd026013c42500e2520303c693c2ec) Update souvlaki to latest with support for native media seek events - [`51197fa`](https://github.com/jpochyla/psst/commit/51197fac63927955746281f84dcbcb87c0f07eab) Code style ### 📊 Changes **3 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `psst-gui/Cargo.toml` (+1 -1) 📝 `psst-gui/src/controller/playback.rs` (+3 -0) </details> ### 📄 Description Update the version of [souvlaki](https://github.com/Sinono3/souvlaki) to support MacOS media progress events, and take advantage of those events. Resolves part of https://github.com/jpochyla/psst/issues/350 Before: ![psst_native_playback_before](https://user-images.githubusercontent.com/56088145/197277680-1ac08bc6-c520-4438-b7a2-2c2084b2121b.gif) After: ![psst_native_playback_after](https://user-images.githubusercontent.com/56088145/197277636-c3f67bd6-5d81-4b58-8a1f-29e1c35a6599.gif) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#495
No description provided.