Skip to content

Releases: rombat/musicbee-navidrome-sync

v1.1.0

06 Apr 15:12
8727efa
Compare
Choose a tag to compare

What's Changed

  • feat: datetime format added as an option by @rombat in #10

It appears that MusicBee can output different datetime format, so this allows you to set one matching what's used in your CSV.
Thanks to @sterling-tenn for the input.

Full Changelog: v1.0.6...v1.1.0

v1.0.6

10 Jul 16:11
7ebf6ec
Compare
Choose a tag to compare

What's Changed

  • fix: Windows folder separator in DB paths is now handled *
  • also, artists and albums are now fully synced with fullSync (not only those from scanned tracks)

*Thanks to @viazure for the input !

Full Changelog: v1.0.5...v1.0.6

v1.0.5

24 Mar 18:09
9d845d6
Compare
Choose a tag to compare

What's Changed

fix: newer versions of Additional Tagging & Reporting Tools have new headers and rating system, resulting in validation errors
Thanks to @psagat for the input !

Full Changelog: v1.0.4...v1.0.5

v1.0.4

24 Sep 11:09
Compare
Choose a tag to compare

Quick fix: set Title as required MusicBee export property
Full Changelog: v1.0.3...v1.0.4

v1.0.3

23 Sep 16:14
Compare
Choose a tag to compare

Quick fix: set CSV delimiter as auto (it seems that MusicBee can use , as delimiter too)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Sep 14:40
Compare
Choose a tag to compare

Quick fix: wrong progress bar start value
Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Sep 15:46
Compare
Choose a tag to compare

Changes

Quick fix: missing required CSV header Skip Count added (to properly handle an edge case)

Full Changelog: v1.0.0...v1.0.1

v1.0.0 : first CLI release

03 Sep 12:42
Compare
Choose a tag to compare

MBNDS first release as a .exe CLI.
Node.js is no more needed to run it, it is built in the .exe

Notable changes

  • #2 full refactoring as class
  • #1 built as a CLI exe