getmusicbee.com

MusicBee & Add-Ons => Customizations => Plugins => Topic started by: slonopot on November 03, 2022, 07:44:09 PM

Title: Museexmatch - Musixmatch for MusicBee [+ synced]
Post by: slonopot on November 03, 2022, 07:44:09 PM
Read more here (https://github.com/slonopot/Museexmatch)

Disclaimer
This plugin is made and published exclusively for educational purposes. The plugin uses the private Musixmatch API and may stop working whenever the legal owners decide to take action. I take no responsibility, if someone asks then it wasn't me.

Features
Using private Musixmatch API.
Synced lyrics supported.
Author and track title in the library should be the same as in the Musixmatch database. There's a configurable tolerance for minor edits.

Installation
Get a release (https://github.com/slonopot/Museexmatch/releases) and extract all .dll files into MusicBee/Plugins/ directory
If you use Beenius (https://github.com/slonopot/Beenius/), update it as well.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on November 03, 2022, 10:45:18 PM
Thanks slonopot for the new plugin!  I was wondering if it is possible to configure the tolerance within the museexmatch.conf file to ignore a bracketed text phrase that immediately follows the title, as in the artist/title example,  Yazoo - Midnight [qeM].  While Musixmatch has the song, the trailing "[qeM]" in the title makes the search fail.  I have found a couple of radio streams that have the annoying habit of adding such "nonsense strings" to the metadata title for reasons known only to them.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 04, 2022, 01:04:00 PM
Thanks slonopot for the new plugin!  I was wondering if it is possible to configure the tolerance within the museexmatch.conf file to ignore a bracketed text phrase that immediately follows the title, as in the artist/title example,  Yazoo - Midnight [qeM].  While Musixmatch has the song, the trailing "[qeM]" in the title makes the search fail.  I have found a couple of radio streams that have the annoying habit of adding such "nonsense strings" to the metadata title for reasons known only to them.

(https://i.imgur.com/V8KZO3U.png)

This one seems fine. Does it fail with the plugin?
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on November 04, 2022, 06:19:40 PM
No, but the problem arises when a radio stream appends a bracketed expression to all of its title metadata in the the title field, which then of course fails to match the actual title.  In the example I gave before, the equivalent of the "track_name" string in your chart was being searched as "Midnight [qeM]" instead of just "Midnight."  You can see this in action with all titles sent by the streams given below;  when Musixmatch does have the title, none of them will be returned by the Museexmatch plugin due to the appendage.  The same problem was recently dealt with by the LyricsReloaded author but may not be relevant at all to your API-based project.

http://orion.shoutca.st:8123/stream (http://orion.shoutca.st:8123/stream)

http://69.46.24.226:7242/listen.pls?sid=1 (http://69.46.24.226:7242/listen.pls?sid=1)
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 05, 2022, 12:04:15 AM
No, but the problem arises when a radio stream appends a bracketed expression to all of its title metadata in the the title field, which then of course fails to match the actual title.  In the example I gave before, the equivalent of the "track_name" string in your chart was being searched as "Midnight [qeM]" instead of just "Midnight."  You can see this in action with all titles sent by the streams given below;  when Musixmatch does have the title, none of them will be returned by the Museexmatch plugin due to the appendage.  The same problem was recently dealt with by the LyricsReloaded author but may not be relevant at all to your API-based project.

http://orion.shoutca.st:8123/stream (http://orion.shoutca.st:8123/stream)

http://69.46.24.226:7242/listen.pls?sid=1 (http://69.46.24.226:7242/listen.pls?sid=1)

" [qeM]" is 6 characters, you may configure the tolerance using the "allowedDistance" in museexmatch.conf and it should pass after you set it to 6.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on November 05, 2022, 01:14:54 AM
" [qeM]" is 6 characters, you may configure the tolerance using the "allowedDistance" in museexmatch.conf and it should pass after you set it to 6.

Changed to 6, then 7, but still did not produce a hit; neither with the streaming artist/title "GLIS - Sunrise [aow]"
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 05, 2022, 12:50:00 PM
Changed to 6, then 7, but still did not produce a hit; neither with the streaming artist/title "GLIS - Sunrise [aow]"

It won't work because Musixmatch doesn't trim them as well and the search returns no results.
I've pulished an update (https://github.com/slonopot/Museexmatch/releases/tag/v1.0.1) with an option to remove the content in brackets, for Beenius too. That's fun cuz MusicBee removes round brackets in the track title by default and I've already asked for leaving the plugin to decide what to do with unnecessary additions like features or tags.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on November 05, 2022, 11:16:28 PM
Thanks slonopot, this new version is working great and providing hits on both of those problem streams.  Thank you also for doing the same thing with Beenius, which is also returning correct results with the same type of titles.

FWIW I noticed that since version 1.3.4 Beenius is no longer producing a log file anywhere on the PC (Museexmatch does).
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: Unloaded9118 on January 08, 2023, 07:27:48 PM
I'm currently experiencing an error when trying to install this and Beenius. Not sure if I'm doing anything wrong. Both plugins are added to C:\Program Files (x86)\MusicBee\Plugins. Not sure if I'm doing something wrong or if the plugins are not working anymore?

They show up in MusicBee. When trying to enable them I get the same error:

Code
"Unable to initialise plugin: *plugin_name*
"Exception has been thrown by the target of an invocation."
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on January 08, 2023, 08:34:50 PM
They work!  Did you also extract the other 3 files in the zips into the Plugins folder--Nlog.dll, Topten.Jsonkit.dll, and the .template files?  The other dll's are required for the pluguns to function.  Exit MusicBee, extract all the files into the Plugins folder, then start MusicBee.

Once active, be sure you have selected them as sources in Prefs/Tags(2)/Lyrics (hit the "..." button to the right of the sources box).  They run just fine besides any other sources you may have selected.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on January 08, 2023, 11:27:17 PM
I'm currently experiencing an error when trying to install this and Beenius. Not sure if I'm doing anything wrong. Both plugins are added to C:\Program Files (x86)\MusicBee\Plugins. Not sure if I'm doing something wrong or if the plugins are not working anymore?

They show up in MusicBee. When trying to enable them I get the same error:

Code
"Unable to initialise plugin: *plugin_name*
"Exception has been thrown by the target of an invocation."

Make sure to drop all included dlls straight into the Plugins folder and not into a subfolder. You may keep/replace the external dlls with no issues.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: cartman005 on January 21, 2023, 01:24:12 AM
Hello,

I am trying to install this plugin but when I create the configuration file and start up MusicBee I get the following error.

Quote
An error occurred during Museexmatch startup: Access to the path 'C:\Program Files (x86)\MusicBee\Plugins\museexmatch.conf' is denied.

If I go into Preferences and try enabling the plugin, I get the following errors.

Quote
An error occurred during Museexmatch startup: 'System.Dynamic.ExapndoObject' does not contain a definition for 'body'

Quote
Unable to initialize this plugon: mb_Museexmatch.dll Exception has been thrown by the target of an invocation.

This only seems to happen when I have the configuration file. If I delete the configuration file, the plugin seems to work fine.

My configuration file is copied right from GitHub:

Code
{    
    "allowedDistance": 5,
    "delimiters": [ "&", ";", "," ],
    "verifyAlbum": false,
    "addLyricsSource": false,
    "trimTitle": false
}

Can you tell me if there's something I'm doing wrong?

Thank you.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: boroda on January 21, 2023, 05:10:16 PM
close mb, delete plugin from  'C:\Program Files (x86)\MusicBee\Plugins\', restart mb, and install plugin using 'add plugin' button in mb prefs> plugins. conf file must be copied manually to %AppData%\MusicBee\Plugins.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on January 21, 2023, 09:31:21 PM
Hello,

I am trying to install this plugin but when I create the configuration file and start up MusicBee I get the following error.

Quote
An error occurred during Museexmatch startup: Access to the path 'C:\Program Files (x86)\MusicBee\Plugins\museexmatch.conf' is denied.

The plugin can't write to the config file, this issue is exclusive to this plugin. The plugin gets a user token from Musixmatch and saves it into the config file.

You can install the plugin into %AppData%\MusicBee\Plugins as @boroda have already suggested, this folder is writable. You can simply unpack the zip there and restart MusicBee (but you can't have dlls in both places so remove them from Program Files first).

As an alternative workaround you can either start MusicBee as admin or change permissions for the Plugins folder (RMB on the folder, Properties tab, Edit..., Users group, Allow full access with the checkboxes). You can do the same for the config itself.

I think I've changed permissions on my side before even thinking of developing this plugin and that's why I had not encountered the issue myself.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: cartman005 on January 21, 2023, 10:00:11 PM
Putting the plugin in AppData rather than Program Files worked. Thank you!
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on July 31, 2023, 07:54:42 PM
Fixed the logging issue, moved the plugin to %APPDATA%.
Grab the update here (https://github.com/slonopot/Museexmatch/releases/tag/v1.0.2) and move the plugin from Program Files/MusicBee/Plugins to %APPDATA%/MusicBee/Plugins.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: phred on July 31, 2023, 08:37:30 PM
@slonopot

You should update the start-post to indicate a new version is available. Users may come across this thread, read the first post and download the former version.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on July 31, 2023, 08:56:23 PM
You should update the start-post to indicate a new version is available. Users may come across this thread, read the first post and download the former version.

If you check the first post of this thread, there is a link to Github releases page which shows the latest release first. The post is made as a notification to those who are subscribed to the thread.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: GermanKiwi on November 08, 2023, 10:20:48 PM
Hi @slonopot, I've just installed your Museexmatch plugin and got it up and running. It works well overall. However, it doesn't seem able to grab the lyrics for songs where I have text inside of [square brackets] in the ID3 song title of my MP3 file.

For example, I have these MP3s, which all have Artist = "Coldplay", and these song titles:
* Miracles (Someone Special)
* Something Just Like This [feat. The Chainsmokers]
* Princess Of China [feat. Rihanna]

I've set "trimTitle" = true in my conf file, like this:

Code
{
  "allowedDistance": 5,
  "delimiters": [ "&", ";", "," ],
  "verifyAlbum": false,
  "addLyricsSource": false,
  "trimTitle": true
}

My understanding is that trimTitle=true should remove whatever is inside square brackets in the song title, and only search Musixmatch using the remaining text. Therefore it should search for "Princess of China", for example, without including [feat. Rihanna] - is that not correct?

Yet the log file shows that it isn't doing this:

Code
2023/11/08 23:11:53.448 | Debug | MusicBeePlugin.Plugin.RetrieveLyrics | source="", artist="Coldplay", title="Princess Of China [feat. Rihanna]", album="Mylo Xyloto", preferSynced=true, providerName="Musixmatch via Museexmatch"
2023/11/08 23:11:53.448 | Info | Museexmatch.MusixmatchClient.getLyrics | Attempting to search for "Coldplay" - "Princess Of China [feat. Rihanna]" ("Mylo Xyloto")
2023/11/08 23:11:53.448 | Debug | Museexmatch.MusixmatchClient.search | artist="Coldplay", title="Princess Of China [feat. Rihanna]", album="Mylo Xyloto"
2023/11/08 23:11:53.598 | Info | Museexmatch.MusixmatchClient.search | No results for this search
2023/11/08 23:11:53.598 | Info | Museexmatch.MusixmatchClient.getLyrics | Nothing found at all

Any idea why this is, and what I can do to improve it?
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: hiccup on November 09, 2023, 07:19:24 AM
Hi @slonopot, I've just installed your Museexmatch plugin and got it up and running. It works well overall. However, it doesn't seem able to grab the lyrics for songs where I have text inside of [square brackets] in the ID3 song title of my MP3 file.

I'm not using this plugin, but just a thought giving this a brief look:

Perhaps do this?:
Code
"delimiters": [ "[", "&", ";", "," ],
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 12, 2023, 02:50:35 PM
My understanding is that trimTitle=true should remove whatever is inside square brackets in the song title, and only search Musixmatch using the remaining text. Therefore it should search for "Princess of China", for example, without including [feat. Rihanna] - is that not correct?

It should indeed and for an unknown reason it doesn't. Make sure to download the latest version again and replace mb_Musixmatch.dll, I've been moving stuff for both Beenius and Museexmatch back in the day and they should now be stored at %APPDATA%/MusicBee/Plugins/ (paste this into your path bar in explorer, by default it's Users/xyz/AppData/Roaming/MusicBee/Plugins/). trim_title is not a default option, maybe your configuration file was not loaded for some reason. Take a look at the first line of the log file, it will say if the configuration file was loaded and which options were applied. If the log states that the defaults were loaded, make sure your configuration file is in %APPDATA%/MusicBee/Plugins/ and that it's museexmatch.conf and not museexmatch.conf.txt or whatever. Ping me if the issue persists.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: Mayibongwe on November 12, 2023, 04:18:31 PM
With reference to the edit section on this post:
https://getmusicbee.com/forum/index.php?topic=36952.msg216568#msg216568

A while ago, I had directed a user towards you who'd wanted Musixmatch's synced lyrics in MusicBee - not sure if he ever contacted you.
Could you look into it if you ever get the time? I think it'd be a great benefit to MusicBee if you could crack that.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 12, 2023, 06:31:19 PM
A while ago, I had directed a user towards you who'd wanted Musixmatch's synced lyrics in MusicBee - not sure if he ever contacted you.
Could you look into it if you ever get the time? I think it'd be a great benefit to MusicBee if you could crack that.

Nope, it's the first time I hear about this.

I guess it's now a matter of MusicBee survival as a product to rearrange efforts from fixing LyricsReloaded to writing useful docs and hints. I've already spent my time writing how it won't work and that we need to create a custom component for synced lyrics to work and then it turned out that lyrics could be LRC and it will just work. Maybe there's also an undocumented way of running MusicBee in the cloud or on a Mac, let me know if it's common knowledge that I'm unaware of.

Advanced LRC (word by word) is not supported but it's available in Musixmatch. I'm not really interested in synced lyrics myself and won't trash my entire library for testing, but you can (https://pixeldrain.com/u/cNPUh1Eb). This build is configured to prefer synced lyrics if available. Let me know if it works and if it's any good and I'll push it once I have any good feedback.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: GermanKiwi on November 13, 2023, 12:54:30 AM
It should indeed and for an unknown reason it doesn't. Make sure to download the latest version again and replace mb_Musixmatch.dll, I've been moving stuff for both Beenius and Museexmatch back in the day and they should now be stored at %APPDATA%/MusicBee/Plugins/ (paste this into your path bar in explorer, by default it's Users/xyz/AppData/Roaming/MusicBee/Plugins/). trim_title is not a default option, maybe your configuration file was not loaded for some reason. Take a look at the first line of the log file, it will say if the configuration file was loaded and which options were applied. If the log states that the defaults were loaded, make sure your configuration file is in %APPDATA%/MusicBee/Plugins/ and that it's museexmatch.conf and not museexmatch.conf.txt or whatever. Ping me if the issue persists.

Thanks for the help! I double-checked everything and found the problem: I had not renamed "museexmatch.conf.template" to "museexmatch.conf" and therefore the configuration wasn't getting loaded. 🙈

Now it's fixed, and the log file shows that the configuration is indeed being loaded, and it's now correctly excluding text inside [square brackets].

One new thing I've noticed now as a consequence: it won't return a hit if the artist field contains a featured artist in square brackets on the Musixmatch website.

Example: I have an MP3 with artist = "Coldplay" and title = "Princess Of China [feat. Rihanna]". I prefer to put the "featured" artist into the title field, rather than the artist field, because I want the artist name to be consistent for all songs by that artist.

However, Museexmatch won't return any lyrics for this song. The log shows this:

Code
2023/11/13 01:45:42.934 | Info | Museexmatch.MusixmatchClient..ctor | Configuration file was used: allowedDistance=5, delimiters="&", ";", ",", verifyAlbum=false, addLyricsSource=false, trimTitle=true
2023/11/13 01:46:16.202 | Debug | MusicBeePlugin.Plugin.RetrieveLyrics | source="", artist="Coldplay", title="Princess Of China [feat. Rihanna]", album="Mylo Xyloto", preferSynced=true, providerName="Musixmatch via Museexmatch"
2023/11/13 01:46:16.202 | Info | Museexmatch.MusixmatchClient.getLyrics | Attempting to search for "Coldplay" - "Princess Of China" ("Mylo Xyloto")
2023/11/13 01:46:16.202 | Debug | Museexmatch.MusixmatchClient.search | artist="Coldplay", title="Princess Of China", album="Mylo Xyloto"
2023/11/13 01:46:17.068 | Info | Museexmatch.MusixmatchClient.search | No results for this search


The search results at https://www.musixmatch.com/search/coldplay%20princess%20of%20china show that they have the artist field written as "Coldplay feat. Rihanna". Could that be why Museexmatch can't get a hit, because it doesn't match what I have in the artist field?

Having said that, the actual lyrics page at https://www.musixmatch.com/lyrics/Coldplay/Princess-of-China shows the artist as "Coldplay, Rihanna" - with a comma - which should mean that the delimiters config setting should separate the two artists, right?

Any idea why I don't get the lyrics for a situation like this?
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: GermanKiwi on November 13, 2023, 01:03:38 AM
Another strange thing - not sure if this is related to the Museexmatch plugin or MusicBee itself...

In the MusicBee Tags preferences, I disabled all lyric sources except for Museexmatch:

(https://i.ibb.co/r0B5QQg/2023-11-13-01-56-09-Preferences.png)

With this configuration, if I search for song lyrics and there isn't a hit from Musixmatch, then it says "No changes".

However, for one song I searched for, it returned lyrics from a different song - ie. the wrong lyrics.

So I checked the museexmatch.log file and found that this particular song wasn't mentioned there at all.

I also manually searched on the Musixmatch website, and they didn't have this particular song there at all.

So now I'm wondering, which lyric source was used to grab these (wrong) lyrics, when I don't have any other lyric source enabled? And why didn't it simply return "No changes" like other songs do when they don't get a hit?

It feels like MusicBee is falling back to some other, default lyric source here, and getting the wrong lyrics as a consequence, but I don't know why or how to prevent this. I only want to use Musixmatch via the Museexmatch plugin, and if it gets no result, then I don't want it defaulting to any other source.

Any ideas?
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 13, 2023, 01:25:59 AM
Having said that, the actual lyrics page at https://www.musixmatch.com/lyrics/Coldplay/Princess-of-China shows the artist as "Coldplay, Rihanna" - with a comma - which should mean that the delimiters config setting should separate the two artists, right?

Any idea why I don't get the lyrics for a situation like this?

That's the main issue with lyrics, I've explained it in detail back in Beenius thread somewhere. In a nutshell, the plugin trims present data as much as possible and compares it against server data with allowed distance which is tolerance to mistakes/inconsistencies measured in characters. In current conditions there's no option to get 100% precision since everything's messed up on "their" side. You may fill as much as possible with default allowedDistance and then increase it to 10-15 and make one more run on your tracks. This will inevitably lead to false positives but you'll be able to clear these out or reload them with another plugin later on when you encounter the error.

In case with Genius there are aliases for each artist and I use them for more precision, but for your particular track it's still a different page for "Coldplay & Rihanna" and there's nothing you can do about it other than editing your data or fixing theirs.

So now I'm wondering, which lyric source was used to grab these (wrong) lyrics, when I don't have any other lyric source enabled? And why didn't it simply return "No changes" like other songs do when they don't get a hit?

It feels like MusicBee is falling back to some other, default lyric source here, and getting the wrong lyrics as a consequence, but I don't know why or how to prevent this. I only want to use Musixmatch via the Museexmatch plugin, and if it gets no result, then I don't want it defaulting to any other source.

Any ideas?

No ideas, lyrics plugins were messed up until recent updates and fixes, try to update your MusicBee to the latest version and see what's happening. Maybe the settings were not saved before you did your check, MusicBee queries all plugins simultaneously and later makes a decision based on priority, something like this. I have Beenius first and Museexmatch second, zero issues since day one.

Last thing is that this is not perfect and never will be, even if the track is matched against Shazam for correct tags and those are used to query lyrics there will be issues. Both my plugins are made for a sole purpose to figure out the lyrics issue as much as possible with minimal effort. I bet on precise hits and leave vague options out of scope, you also have LyricsReloaded that will probably have you covered for almost any bassboosted remix there is, just balance those options as you prefer and you'll be good.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: sveakul on November 13, 2023, 06:58:18 AM
So now I'm wondering, which lyric source was used to grab these (wrong) lyrics, when I don't have any other lyric source enabled? And why didn't it simply return "No changes" like other songs do when they don't get a hit?

It feels like MusicBee is falling back to some other, default lyric source here, and getting the wrong lyrics as a consequence, but I don't know why or how to prevent this. I only want to use Musixmatch via the Museexmatch plugin, and if it gets no result, then I don't want it defaulting to any other source.
It is defaulting to a few source(s) that were "built-in" to MusicBee's lyrics searching by Steven (into the MusicBee.exe file itself) and provided this ability before LyricsReloaded or even Lyrics Fetcher.  They were/are ChartLyrics, LyricWiki, Gracenote, and LoloLyrics.  Most are "dead" in that their search techniques or the site itself is now defunct.  I do know for a fact that one of the internal searchers (Chartlyrics) still is active but usually returns totally wrong results now.  That explains what you are seeing.  When you get a result from it, it will not include a source header from LyricsReloaded if that option is turned on, although the source will show if you right-click the lyrics panel in the greyed-out "Lyrics Source:" entry.

As far as I know there is no way to prevent this on the user end.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: GermanKiwi on November 13, 2023, 03:09:03 PM
It is defaulting to a few source(s) that were "built-in" to MusicBee's lyrics searching by Steven (into the MusicBee.exe file itself) and provided this ability before LyricsReloaded or even Lyrics Fetcher.  They were/are ChartLyrics, LyricWiki, Gracenote, and LoloLyrics.  Most are "dead" in that their search techniques or the site itself is now defunct.  I do know for a fact that one of the internal searchers (Chartlyrics) still is active but usually returns totally wrong results now.  That explains what you are seeing.  When you get a result from it, it will not include a source header from LyricsReloaded if that option is turned on, although the source will show if you right-click the lyrics panel in the greyed-out "Lyrics Source:" entry.

As far as I know there is no way to prevent this on the user end.

Gotcha - thanks for the explanation! Annoying that there's no way to stop this from the user's side.
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: Mayibongwe on November 17, 2023, 07:07:47 PM
This build is configured to prefer synced lyrics if available.
Let me know if it works and if it's any good and I'll push it once I have any good feedback.
Tested and confirmed. It's behaving exactly as described. Thanks.
From the reloaded thread, I know it's not everyone who's a fan of synced lyrics.
So maybe it'd be best if this was an option (with static lyrics continuing to be the default preference)?
Title: Re: Museexmatch - Musixmatch for MusicBee
Post by: slonopot on November 17, 2023, 08:00:59 PM
Tested and confirmed. It's behaving exactly as described.

Thanks for testing, the update is now live, anyone interested can grab it here (https://github.com/slonopot/Museexmatch/releases/tag/v1.0.3).
I've added two option, one will enable synced lyrics and another will only use synced lyrics from Musixmatch and pass to the next plugin otherwise.
Title: Re: Museexmatch - Musixmatch for MusicBee [+ synced]
Post by: Mayibongwe on November 18, 2023, 10:37:06 AM
Thanks once more. Sent a pm to @cannibull yesterday (the user who requested the feature in the reloaded thread).
He responded last night. So hopefully, he'll drop by to leave a 'thank you' too. Cheers.
Title: Re: Museexmatch - Musixmatch for MusicBee [+ synced]
Post by: Cannibull on January 25, 2024, 07:55:32 AM
I'm just seeing this now, not very active but I've been using your plugin. Thank you :)