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.comarrow-up-right (e.g. https://www.musehub.com/app/audacityarrow-up-right). 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/generalarrow-up-right), 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=MHDEVarrow-up-right

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://requestUpdateCheck

Opens MuseHub to the updates page, and starts an update check. It's highly recommended you provide the name of the product that launched this request (via the from parameter).

Minimum Required Version: This uri scheme was introduced in MuseHub v2.3.9 for Windows, and v2.5.0 for macOS.

musehub://product/store?id={Id}

musehub://product/store?id=1afc2c26-93e3-4534-8af2-f91190db0fafarrow-up-right

Launches MuseHub to the store page for the specified product id.

MuseHub store page for MuseScore Studio

musehub://product/review?id={Id}

musehub://product/review?id=d6353666-c534-4c48-833e-c86f0926656farrow-up-right

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.2.0 for Windows, and has not yet been introduced for macOS.

Review modal for Muse Keys

musehub://search?query={Text}

musehub://search?query=Muse Harparrow-up-right

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.

Search results page for "Muse Harp"

musehub://apps

Launches MuseHub directly to the Apps tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and v2.5.0 for macOS.

musehub://plugins

Launches MuseHub directly to the Plugins tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and v2.5.0 for macOS.

musehub://elements

Launches MuseHub directly to the Loops & Audio tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and v2.5.0 for macOS.

musehub://musesounds

Launches MuseHub directly to the MuseSounds tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.2.0 for Windows, and v2.5.0 for macOS.

musehub://courses

Launches MuseHub directly to the Courses tab.

Minimum Required Version: This uri scheme was introduced in MuseHub v2.4.2 for Windows, and has not yet been introduced for macOS.

Last updated