Releases: musicbeeremote/mbrc-plugin
v1.4.1
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
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
andlibraryalbumtracks
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
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
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
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
- 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
v1.0.0-beta.2
Adds a couple of new APIs for the newest version of the application
v1.0.0-beta.1
- 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.