Skip to content

Releases: tstavropoulos/Musegician

Musegician v0.8.27

04 Dec 17:24
Compare
Choose a tag to compare

Adding proper support for Xiph tags, XMP tags, and Mpeg4 Apple tags. Now the Musegician tag can be serialized to file for all of these formats.

Updating to Net Framework 4.8

Musegician v0.8.26

17 Oct 17:15
Compare
Choose a tag to compare

Fixing some resource cleanup/release issues. No more exception thrown on reboot and should now better handle unhooking keyboard media key listener.

Musegician v0.8.24

08 Aug 15:44
Compare
Choose a tag to compare

Deep redundancy lists are now sorted by title.

Small Bug Fixes:

  • Looper Crash
  • Playlist Enumeration Issue

Musegician v0.8.22 - New Tag, More Alt Track Labels

11 May 17:38
Compare
Choose a tag to compare

Rather than a bool for whether or not a track is Live, there are now several options. Additionally the Musegician Tag has been upgraded to contain more information.

Musegician v0.8.21 - Cleaner Schema, Thumbnails

09 May 00:38
Compare
Choose a tag to compare

Database schema was simplified, speeding up a number of common operations

Album art now creates a thumbnail as well to greatly reduce the amount of memory and loading time for Album views.

Musegician v0.8.20 - Slow down music in Driller

09 Feb 02:04
Compare
Choose a tag to compare

Added the ability to slow down playback without affecting pitch in the Driller mode.

Musegician v0.8.12 - Ogg-Vorbis

27 Nov 04:57
Compare
Choose a tag to compare

Adding NVorbis as a submodule and supporting *.ogg files.

Musegician v0.8.10 - Progress Bars

10 Jul 14:49
Compare
Choose a tag to compare

Now progress bars are shown while doing a number of time-intensive tasks, like importing a music library and building the database, or various other large tasks.

A number of exceptions have been caught and more clearly documented.

TagLibSharp has been added as a submodule, so I can leverage bugfixes and improvements, since the nuget package was from 2012.

I've changed the directory selection window to instead use a standard winforms directory selector, allowing me to remove several outdated/unsupported windows shell extension libraries, so now I can properly sign the executable.

The bootstrapper installer still doesn't work quite right when it comes to making sure the EntityFramework is installed, so grab the installer from Musegician\MusegicianBootstrapperInstaller\Redist and install it first, or download and install SQL Server 2017 Express here - just make sure you check the box to install SqlLocalDB, as that's what this uses.

Musegician v0.8.1 - Entity Framework, Custom ID3 Tag

12 Jun 18:52
Compare
Choose a tag to compare

Initial attempt at utilizing the MS Entity Framework to handle DB interaction.

Unfortunately, this release represents a step backwards in terms of performance, but a number of improvements in terms of ease of development, safety, db guarantees, etc.

A custom ID3 tag has been added. When a song is imported, a Guid is created and assigned for the Artist, Album, and Song records. All merging and changes made will update these database records, and there is an option in the menu to push these changes to the files themselves. If you later use program to reimport your library, or import it on a different computer, the associations will automatically work. This custom tag also holds whether or not the recording was Live.

Musegician v0.7.6 - Simple Music Driller

28 Feb 17:30
Compare
Choose a tag to compare

An early, feature-light implementation of a tool to help run music drills. Simply create a playlist and jump to the Music Driller from the menu.