Skip to content

Releases: BlitterStudio/MB_SubSonic

v3.2.1

10 Sep 18:44
v3.2.1
3091174

Choose a tag to compare

Minor bug fix for Like/Love rating not being pushed correctly in all cases, from MusicBee to SubSonic

Full Changelog: v3.2...v3.2.1

v3.2

01 Mar 22:14
v3.2
8d5515b

Choose a tag to compare

What's Changed

  • Bump RestSharp from 110.2.0 to 112.0.0 in /MB_SubSonic by @dependabot in #72
  • implement browsing by tags (fixes #47) by @midwan in #74
  • Handle IDs separately (fixes #48)
  • List items recursively (e.g. select an artist, see all album songs)
  • Show 100 random songs when selecting the root level (Subsonic folder)
  • Vastly refactored most of the code, to simplify it and get rid a lot of duplication and complexity. It's much more readable and efficient too, now.
  • Improved Profile settings handling. This unfortunately means your existing settings will be lost, and you'll have to set them once again.

Full Changelog: v3.1...v3.2

v3.1

20 Mar 21:03
07fdee6

Choose a tag to compare

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

MB_SubSonic v3.0

07 Nov 21:13

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

Choose a tag to compare

MB_SubSonic v2.40

07 May 08:29

Choose a tag to compare

What's Changed

New Contributors

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

MB_SubSonic v2.33

31 Aug 14:39

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

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

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

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