MOBILE APP DEEPLINK

Using the mxmt.ch short links is the recommended approach to deeplink the content inside the app. The link will open the Musixmatch app directly to the lyrics page if the app is already installed and in case the app is not installed yet it goes to the Musixmatch website where the user can download the app

Musixmatch web pages contain applinks uri to open the same content inside the app.

Supported by

iOSYES
AndroidYES
Windows PhoneYES
Windows StoreYES

Examples



LINK TO INSTALL THE APP

Link to install the app, both for mobile platforms (iOS,Android) and Desktop (Windows, Mac, Linux)

http://mxmt.ch/dld



OPEN LYRICS BY TRACK ID

Opens a lyrics by track id

Resource Path

/track_idThe id of the track to open

Supported by

iOSYES
AndroidYES
Windows PhoneYES
Windows StoreYES

Examples



OPEN AN ARTIST

Opens the artist in the musixmatch app using the artist id or metadata for a song in his discography (to disambiguate artists with the same name)

Resource Path

/artist_idThe id of the artist to open

Parameters

q_trackThe song title. Can be omitted
q_artistThe song artist
q_albumThe song album. Can be omitted

Supported by

iOSNO
AndroidNO
Windows PhoneNO
Windows StoreNO

Examples



OPEN AN ALBUM

Opens the album in the musixmatch app using the album id

Resource Path

/album_idThe id of the album to open

Supported by

iOSNO
AndroidNO
Windows PhoneNO
Windows StoreNO

Examples

  • Show the album "Video Mirrors" by Gotye

    Requests

    New protocol sample, by album id

    mxm://album/15723650

    Legacy protocol sample, by album id (Deprecated, not supported anymore)

    mxm:album:15723650



MATCH A SONG

Matches metadata with musiXmatch song, and displays the lyrics for singing along

Parameters

q_trackThe song title
q_artistThe song artist
q_albumThe song album. Can be omitted
positionSeek to this position (seconds)
durationSong duration in seconds. Improves matching
start_timeISO 8601 with milliseconds (e.g. 2014-05-16T09:55:28.392Z ) datetime, of when the song was at position "position". Optional; only required if you want to synchronize the lyrics with a song being played on the same device

Supported by

iOSYES
AndroidYES
Windows PhoneYES. String & from parameters
Windows StoreYES

Examples



OPEN A VIEW WITHIN THE APP

Main views of the app can be opened using a deep link

Resource Path

/view_nameThe name of the view to show. Home view and last view don't need a resource

Supported by

iOSYES
AndroidYES
Windows PhoneYES. String & from parameters
Windows StoreYES

Examples



TEXT SEARCH

Open the search view of the app with the specified search parameters

Parameters

qSearch in lyrics text, title and artist name
q_trackThe song title
q_artistThe song artist
q_lyricsSearch in the lyrics text

Supported by

iOSYES
AndroidYES
Windows PhoneYES. String & from parameters
Windows StoreYES

Examples