Allows control over the Windows Media Transport Control system in BoneMenu.
https://thunderstore.io/c/bonelab/p/WeatherElectric/LabMTC/
- Rich Text Format 94.8%
- C# 4.7%
- Batchfile 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Assets | ||
| BoneMenu | ||
| Properties | ||
| .gitignore | ||
| GlobalUsings.cs | ||
| LabMTC.csproj | ||
| LabMTC.sln | ||
| LICENSE | ||
| Main.cs | ||
| README.md | ||
| setup.bat | ||
| SMTCInterface.cs | ||
| THIRD-PARTY-NOTICES.rtf | ||
LabMTC - Bonelab Media Transport Control
Allows control over the Windows Media Transport Control system in BoneMenu.
Works with a wide range of apps! As long as the app reports itself to Windows, it should work.
IMPORTANT NOTE
This might not work at all on older versions of Windows! This was built with Windows 11 in mind.
The Windows SDK is very version-specific, things built with Windows 11's SDK likely won't work with Windows 10.
Obviously, this will never work on Quest. I shouldn't even have to mention that.
BoneMenu
Jellyfin Media Session
Feishin Media Session (Reports as MPV)
MusicBee Media Session
API
Includes a wrapper API for interacting with Windows Media Sessions!
A documentation XML is included with the build.
Some methods include:
SMTCInterface.PlaySMTCInterface.StopSMTCInterface.NextSMTCInterface.Previous


