Skip to content

Releases: web-scrobbler/metadata-filter

v3.2.0

20 Jun 18:59
ed17140
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

29 Dec 21:53
8515477
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

25 Aug 19:59
e3afe87
Compare
Choose a tag to compare

What's Changed

  • Handle ideographic space in symbols filter by @inverse in #289

Dependency bumps

Full Changelog: v3.0.1...v3.0.2

v3.0.1

04 Apr 20:30
3cd8217
Compare
Choose a tag to compare

Bug fix

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 Feb 12:02
ac4a70b
Compare
Choose a tag to compare

Releasing v2.0.0 again as we had to change the library as we moved to an org.

metadata-filter > @web-scrobbler/metadata-filter

v2.0.0

10 Dec 21:36
70dbaee
Compare
Choose a tag to compare

Breaking behavior

  • Updated Spotify filter
    Included a filter function to remove version suffixes.
  • Updated removeRemastered, removeVersion, removeLive filter functions
    These functions now return trimmed result.
  • Removed depreciated functions getYoutubeFilter, getRemasteredFilter, getSpotifyFilter, getAmazonFilter, getTidalFilter

Added

  • Added a filter function to remove "Reissue" suffixes
    This function is included in the Spotify filter.
  • Add new rule for fixing various artists

Changed

  • Improved removeRemastered filter function
    Improved filter rules to cover more "Remastered" suffixes.
    Changed behavior to keep "Live" suffix for combined "Live / Remastered" suffixes.
  • Improved removeVersion filter function
    Added more rules to remove "version" suffixes
  • Updated Spotify filter
    Included a filter function to remove version suffixes.
    Included a filter function to remove "Reissue" suffixes.
  • Updated removeRemastered, removeVersion, removeLive filter functions
    These functions now return trimmed result.
    The removeVersion function now removes "Original" suffixes.

v1.3.0

13 Feb 07:19
Compare
Choose a tag to compare

Changed

  • Improved removeRemastered filter function
    Changed the "YYYY Remaster" rule to cover the "Remastered" label as well.
  • Updated fixTrackSuffix filter function
    Added a filter rule to fix Spotify's "Instrumental" suffix.
  • Updated youtube filter function
    Added a filter rule to remove YouTube's "- Official Music Video" suffixю
    Improved the rule to remove "(Album Track)" suffix. E.g. "(Official Album Track)" suffix will be removed too.
    Removed the rule to remove "(Cover Art)" suffix.

v1.2.0

30 Jan 06:37
Compare
Choose a tag to compare

Added

  • Added a filter function to remove "Parody" labels from a string
    This function is added to the Spotify filter.
  • Added more checks for invalid arguments

Changed

  • Deprecated getXFilter factory functions
    Use createXFilter factory functions instead.
  • Extended Remastered filter rules
    Added a rule to remove "[Remastered] (Remastered Version)" suffix.
  • Updated usage instructions
    Added a section explaining how to use the module in browsers.
    Described importing the module in more detail.

v1.1.1

11 Dec 14:48
Compare
Choose a tag to compare

Fixed

  • Fixed youtube filter function
    Fixed an issue where the filter function kept multiple spaces in the result string.

v1.1.0

25 Nov 15:31
Compare
Choose a tag to compare

Added

  • Added a helper function to create filter sets

Changed

  • Improved Spotify filter
    Added a filter rule to remove "- Original" suffix.