ungive / discord-music-presence

Rich presence for sharing your music listening activity in your Discord status. Works with any media player on your system. For Windows and Mac (and soon Linux).
https://musicpresence.app
Other
40 stars 0 forks source link

Complete rewrite to support media from any application on the user's device #2

Closed ungive closed 2 months ago

ungive commented 3 months ago

This issue tracks the progress on the next release, which features a complete rewrite of the application, to allow showing any media that is currently playing on the user's device. That means not just TIDAL, but also Spotify, the Windows Media Player, foobar2000 or even media from your browser, if you wanted to.

To make this possible the old way of detecting which media is playing (which parsed the window title of the application) is replaced with using the platform's integrated APIs for accessing currently playing media. Coincidentally, each platform (Windows, macOS and Linux) has the capabilities to give us all the information we need and tack media playback over time.

Progress

Minimum viable product (MVP)

Extended

To save some time and get a first release as early as possible, the following features will be implemented after the initial release:

Features

ungive commented 2 months ago

Version 2.0.0 has been released, all of the relevant TODOs for that version have been implemented, the rest will be tracked in the Roadmap, other issues and the project board.