Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - slonopot

Pages: 1
1
Plugins / LRCLIBee - LRCLIB for MusicBee [+ synced]
« on: July 05, 2024, 12:11:37 PM »
Read more here

Features
Matching by signature (for newer MusicBee version) and from search.
Pulling metadata from the file, if possible.
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 and extract all .dll files into %APPDATA%\MusicBee\Plugins\ directory. For portable version use Plugins directory.

In order to make life of portable version users easier, configuration file should now be stored in %APPDATA%\MusicBee for installed version and in AppData for portable version. This does only apply to this plugin at the moment.

2
Plugins / Museexmatch - Musixmatch for MusicBee [+ synced]
« on: November 03, 2022, 07:44:09 PM »
Read more here

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 and extract all .dll files into MusicBee/Plugins/ directory
If you use Beenius, update it as well.

3
Bug Reports / An issue with a custom lyrics provider interface
« on: July 11, 2022, 06:59:16 AM »
Steps to reproduce:

1. Track title should be closed in round brackets (like in "Chetta -- (Killers Cry Too)").
2. Plugin's
Code
public String RetrieveLyrics(String source, String artist, String title, String album, bool preferSynced, String providerName)
will receive
Code
source="", artist="Chetta", title="", album="Been Here Forever", preferSynced=true, providerName="Genius via Beenius"

Title is missing. Probably MusicBee intentionally cuts off all the title content in brackets before sending it to a plugin considering it a feature.

4
Plugins / Beenius - Genius for MusicBee
« on: May 25, 2022, 06:35:17 AM »
Read more here

Features
Using Genius API instead of webpage parsing.
Author and track title in the library should be the same as in the Genius page. There's a 5-character tolerance for minor edits.

Installation
Get a release and extract all .dll files into MusicBee/Plugins/ directory

Pages: 1