dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
878 stars 45 forks source link

Extends MacOS MPMedia implementation to support 'seek' & 'duration' #260

Closed zackslash closed 11 months ago

zackslash commented 11 months ago

Overview:

Extends the recently merged MacOS 'MPMedia' implementation to support OS 'seek' and 'duration' display. The 'full' MacOS music widget now displays track length and allows seeking of track position.

screen

Reasoning:

Feature discussed in previous PR.

Additional notes:

Extending the the initial implementation to support this was simpler than I initially anticipated, so here's the additional Pull Request.

dweymouth commented 11 months ago

Nice, thanks!