URI Protocol
This page describes the musehub://
URI scheme. Use this URI scheme to launch MuseHub to specific pages, or to perform specific actions.
Some schemes take in an id as a parameter. This value can either be the unique id for the product, or the seo friendly code. MuseHub supports either code or id and will resolve it at launch.
To find the id/code for a product, locate the product on https://musehub.com (e.g. https://www.musehub.com/app/audacity). The last slug in the url is the product code, in this case audacity.
Otherwise, if you view the product page on the partner portal (https://partner.musehub.com/dashboard/products/applications/1afc2c26-93e3-4534-8af2-f91190db0faf/general), the ID is near the top.
Universal Parameters
Universal parameters are supported on every uri scheme for MuseHub. They are appended to the end of the query. For example: musehub://product/store?id=audacity&from=MHDEV
from: Used to tell MuseHub what service has opened it (e.g. MuseScore Studio, musehub.com)
Schemes
musehub://
Launches MuseHub normally bringing focus to the window.
musehub://launchProduct
Launches MuseHub in the background (equivalent to MuseHub starting at user login / system launch).
musehub://product/store?id={Id}
musehub://product/store?id=1afc2c26-93e3-4534-8af2-f91190db0faf
Launches MuseHub to the store page for the specified product id.
musehub://product/review?id={Id}
musehub://product/review?id=d6353666-c534-4c48-833e-c86f0926656f
Displays a review prompt for the specified product id. This modal will only be displayed when the following conditions are met.
The user is signed into their MuseHub account and they own the product specified.
The user has not already reviewed the product previously.
The user has not already been prompted to review this product in the last 7 days.
Minimum Required Version: This uri scheme was introduced in MuseHub v2.1.3 for Windows, and has not yet been introduced for macOS.
musehub://search?query={Text}
musehub://search?query=Muse Harp
Launches the search page for the specified query.
Minimum Required Version: This uri scheme was introduced in MuseHub v2 for Windows, and has not yet been introduced for macOS.
musehub://apps
Launches MuseHub directly to the Apps tab.
Minimum Required Version: This uri scheme was introduced in MuseHub v2.1.3 for Windows and macOS.
musehub://plugins
Launches MuseHub directly to the Plug-ins tab.
Minimum Required Version: This uri scheme was introduced in MuseHub v2.1.3 for Windows and macOS.
musehub://elements
Launches MuseHub directly to the Loops & Audio tab.
Minimum Required Version: This uri scheme was introduced in MuseHub v2.1.3 for Windows and macOS.
musehub://musesounds
Launches MuseHub directly to the MuseSounds tab.
Minimum Required Version: This uri scheme was introduced in MuseHub v2.1.3 for Windows and macOS.
Last updated