MPRIS Media Control for VS Code![]() An extension for VS Code to control various media players via MPRIS protocol.
Getting StartedPrerequisitesThis project requires VS Code to function. It uses D-Bus and MPRIS, so only some platforms and media players are supported. See MPRIS on ArchWiki for more information. Additionally, building from source requires Node.JS v20 or later. InstallationVia VS Code Marketplace: MPRIS Media Control on VS Code Marketplace. Via GitHub Releases: MPRIS Media Control Releases. Build from source:
UsageThe extension will provide the following:
ContributingPrepare Your Development Environment
Unlike the installation instructions, you should install every dependency, rather than only the development ones. Build the extension
Install the extensionSince you are developing the extension, it might be helpful to symlink the built extension, rather than rely on
Lint the project
Submit a pull requestIf you would like to contribute, please fork the repository and open a pull request to the LicenseThis project is provided under the MIT license. Please see the |