Skip to content

Releases: musicbeeremote/mbrc-plugin

v1.4.1

15 Jun 09:48
Compare
Choose a tag to compare

v1.4.1

Changed

  • Introduces state persistence for the cover caching mechanism to improve performance.

Added

  • Adds a button in the control panel to allow for easy cache invalidation.

MusicBee Microsoft Store version

If you are using the Microsoft store version of MusicBee then you need to install the plugin using the zip file.

Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page, you will find a button Add Plugin. Locate the downloaded zip and open it through the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

Verify integrity

To verify the downloaded file integrity you need Windows PowerShell. After opening PowerShell go to your download folder.
Make sure you change the extension the file downloaded.

cd Downloads
Get-FileHash -Path .\musicbee_remote_1.4.0.exe -Algorithm SHA512

## This will give you an output that looks like the following:
Algorithm       Hash                                                                   Path
---------       ----                                                                   ----

Ensure that the Hash there matches the one in the corresponding .sha512 file

v1.4.0

17 Mar 07:54
Compare
Choose a tag to compare

v1.4.0

This version is unified to properly support both the Android and iOS applications.

Changes

Changed

  • Fixes status displaying as stopped when range filtering is active.
  • Adds pagination to the radio station api
  • Adds support for different behavior on different client platforms (Android/iOS)
  • Fixes repeat one functionality.
  • Fixes issue with lyrics initialization on direct request.
  • Fixes off by one now playing play on Android clients
  • Adds Album Artist info to nowplayinglist and libraryalbumtracks commands.

Added

  • Adds support for requesting list of Album Artists instead of Artists.
  • Adds support for shuffle/non-shuffle play all command.
  • Adds support for Album covers.

MusicBee Microsoft Store version

If you are using the Microsoft store version of MusicBee then you need to install the plugin using the zip file.

Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page, you will find a button Add Plugin. Locate the downloaded zip and open it through the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

Verify integrity

To verify the downloaded file integrity you need Windows PowerShell. After opening PowerShell go to your download folder.
Make sure you change the extension the file downloaded.

cd Downloads
Get-FileHash -Path .\musicbee_remote_1.4.0.exe -Algorithm SHA512

## This will give you an output that looks like the following:
Algorithm       Hash                                                                   Path
---------       ----                                                                   ----

Ensure that the Hash there matches the one in the corresponding .sha512 file

v1.3.0-ios

17 Mar 07:57
Compare
Choose a tag to compare

v1.3.0 (iOS)

This version is compatible with the iOS application by Daniil Zubach.
Don't download this version if you are using the Android app.

What changed

Changed

  • Adds disk number to libraryalbumtracks.

Added

  • Introduces tag manipulation command.

Store Version

If you are using the Microsoft store version of MusicBee then you need to install the plugin using the zip file.

Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page, you will find a button Add Plugin. Locate the downloaded zip and open it using the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

v1.2.1-ios

17 Mar 07:56
Compare
Choose a tag to compare

v1.2.1 (iOS)

This version is compatible with the iOS application by Daniil Zubach.
Don't download this version if you are using the Android app.

What changed

Bugfixes

  • Introduces ordering into the now playing list and a limit of 100 entries

Store Version

If you are using the Microsoft store version of MusicBee then you need to install the plugin using the zip file.

Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page, you will find a button Add Plugin. Locate the downloaded zip and open it using the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

v1.2.0-ios

17 Mar 07:55
Compare
Choose a tag to compare

v1.2.0 (iOS)

This version is compatible with the iOS application by Daniil Zubach.
Don't download this version if you are using the Android app.

What changed

Features

  • Introduces support for playing track details
  • Allows the reset of a track's rating by sending an empty string

Store Version

If you are using the Microsoft store version of MusicBee then you need to install the plugin using the zip file.

Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page, you will find a button Add Plugin. Locate the downloaded zip and open it using the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

v1.1.0

24 Jan 19:04
v1.1.0
Compare
Choose a tag to compare
  • Adds a check to avoid a case where invalid characters in the tags would result in a sync failure.
  • Adds a proper socket checker to update the status.
  • Fixes an issue with the rating when using specific locales (like German)
  • Fixes an issue with the favorite state not updating properly when changing tracks
  • Adds protocol support for switching audio outputs
  • Adds protocol support for getting Radio Stations

Store Version

If you are using the microsoft store version of MusicBee then you need to install the plugin using the zip file.
Go to MusicBee->Edit->Preferences and then locate the Plugins settings.
In the Plugins settings page you will find a button Add Plugin. Locate the downloaded zip and open it on the through the selection dialog.

After selecting the zip you should be greeted with the MusicBee Remote plugin settings dialog.

v1.0.0

15 Dec 20:53
Compare
Choose a tag to compare

Version 1.0.0 release

v1.0.0-beta.2

28 Nov 20:43
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Adds a couple of new APIs for the newest version of the application

v1.0.0-beta.1

15 Sep 18:22
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Adds new API for playlist retrieval.
  • Adds new API for now playing that works with pagination.
  • Removed settings for now playing. The old call is now hard limited to 5000 (will be deprecated).
  • Adds debug checkbox on the Plugin settings options menu.
  • Adds settings button to easily open the log.
  • Makes the discovery listen to all available interfaces.
  • Adds new paginated API to enable library browsing.
  • Fixes an issue where the last.fm love status was the opposite of the expected.

v0.13.0

26 Apr 15:52
Compare
Choose a tag to compare

Fixes an issue that would cause the client to ignore data send by the plugin. Also adds a few new things on the protocol for version 2.1