Skip to content

Releases: BlitterStudio/MB_SubSonic

v3.1

20 Mar 21:03
07fdee6
Compare
Choose a tag to compare

Full Changelog: v3.0...v3.1

MB_SubSonic v3.0

07 Nov 21:13
Compare
Choose a tag to compare

This release brings support for multiple server profiles and includes some breaking changes:

  • The settings file format has changed, as we have to support multiple servers now. Your previous config will be migrated on startup (if you agree to the related prompt), and then deleted. You may want to keep a backup of it first, just in case you want to roll back.
  • The current profile can be changed/selected by going in the Plugin settings window.
  • There is a "Default" profile that's always there, cannot be deleted or renamed. That's on purpose for now.
  • You can create new profiles, rename or delete them as you wish beyond that

Full Changelog: v2.41...v3.0

MB_SubSonic v2.41

09 May 19:02
Compare
Choose a tag to compare

MB_SubSonic v2.40

07 May 08:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.33...v2.40

MB_SubSonic v2.33

31 Aug 14:39
Compare
Choose a tag to compare

This release fixes a bug introduced after v2.28:

  • Subsonic playlists no longer worked as expected

Note: there is a known bug in the current MusicBee 3.4 version (3.4.7805 P) that still causes problems in Subsonic playlists. Once that is updated to a fixed version (3.4.7913 P or later), things should work as expected.

MB_SubSonic v2.32

07 Aug 20:16
Compare
Choose a tag to compare

This release includes a high risk security update for one of the components used by the plugin.

MB_SubSonic v2.31

15 Mar 08:58
Compare
Choose a tag to compare

This release fixes a bug which caused some Subsonic-compatible server implementations (e.g. Ampache) to fail to connect after the previous updates.

MB_SubSonic v2.30

05 Feb 19:18
Compare
Choose a tag to compare

This release includes several bugfixes and improvements over the previous versions:

  • Removed pre-caching function. Instead, only load folders on-demand and let MusicBee do any local library caching itself.
  • Lots of code cleanup and removal of unused functions.
  • Fixed bug where selecting a folder on the left pane, would show the files but also folders in the list (which MB would treat as files, and would fail to open on a double-click attempt)
  • Workarounds for various MusicBee problematic situations, such as trying to open the root folder as a File (which would throw an error)
  • Updated nuget packages of dependencies

v2.28

08 Jun 11:23
Compare
Choose a tag to compare

Changes since last version:

  • Added default setting for Pre-caching
  • Updated to .NET Framework 4.6.1
  • Minor Code cleanup
  • Fixed bug which caused refreshing a folder to not update the files contained in it. This caused changes in metadata not to be picked up until MusicBee was restarted.

v2.27

01 Apr 12:17
Compare
Choose a tag to compare

Changes since v2.26:

  • Changed the default behavior of Pre-Caching all directories recursively, to optional. This is now controlled by a checkbox in the Settings window (OFF by default). This change enhances the experience a lot, since the server is now available for browsing/playing immediately, and will only load/cache what is browsed on-demand.