Skip to content

Releases: mlaily/xmp-sharp-scrobbler

0.6.1

28 Apr 18:03
Compare
Choose a tag to compare

Changes

  • Allow the plugin to be loaded from a sub-directory

Installation

Just drop xmp-sharp-scrobbler.dll and xmp-sharp-scrobbler-managed.dll into the XMPlay directory, load the plugin from the XMPlay options ('Add' button), and use the 'Config' button to login on Last.fm.

If the plugin fails to load, please ensure you have .NET >= 4.6 (This version is pre-installed on Windows 10)

0.6

28 Apr 15:39
Compare
Choose a tag to compare
0.6

Changes

  • Completely reworked the plugin loading mechanism (yeah, again...)
  • Removed dependency on the Visual C++ Redistributable ! (...it was worth it)
  • Fixed minor things

Installation

Just drop xmp-sharp-scrobbler.dll and xmp-sharp-scrobbler-managed.dll into the XMPlay directory, load the plugin from the XMPlay options ('Add' button), and use the 'Config' button to login on Last.fm.

If the plugin fails to load, please ensure you have .NET >= 4.6 (This version is pre-installed on Windows 10)

0.5

27 Jul 19:14
Compare
Choose a tag to compare
0.5

Changes

  • Improved plugin loading mechanism
  • Fixed a bug where in some rare case a track would not scrobble
    (This could happen sometimes when streaming an mp3 file via http, because mandatory track info are not always immediately available in this situation)

Installation

Just drop xmp-sharp-scrobbler.dll into the XMPlay directory, load the plugin from the XMPlay options ('Add' button), and use the 'Config' button to login on Last.fm.

If the plugin fails to load, you might need to install both vcredist_x86.exe (Visual C++ 2015 Redistributable) and NDP46-KB3045557-x86-x64-AllOS-ENU.exe (.Net Framework 4.6 - necessary on Windows <10).

0.4

31 Mar 20:30
Compare
Choose a tag to compare
0.4

Changes

  • Replaced the API key revoked by last.fm (no idea why...) by a new one.
  • Added a link to open the log from the configuration window.
  • Fixed a bug where an error message displaying after the parent window was closed would block the whole application.

Installation

Just drop xmp-sharp-scrobbler.dll into the XMPlay directory, load the plugin from the XMPlay options ('Add' button), and use the 'Config' button to login on Last.fm.

If the plugin fails to load, you might need to install both vcredist_x86.exe (Visual C++ 2015 Redistributable) and NDP46-KB3045557-x86-x64-AllOS-ENU.exe (.Net Framework 4.6 - necessary on Windows <10).

0.3

19 Jan 20:19
Compare
Choose a tag to compare
0.3

Changes

  • Added comprehensive logging
  • The cache file shares read access with other processes (This is useful to allow backup softwares to run while XMPlay is open)

Installation

Just drop xmp-sharp-scrobbler.dll into the XMPlay directory, load the plugin from the XMPlay options ('Add' button), and use the 'Config' button to login on Last.fm.

If the plugin fails to load, you might need to install both vcredist_x86.exe (Visual C++ 2015 Redistributable) and NDP46-KB3045557-x86-x64-AllOS-ENU.exe (.Net Framework 4.6).