Skip to content

Releases: Rafiuth/Soggfy

v2.2.13

14 May 03:16
Compare
Choose a tag to compare
Patch for Spotify 1.1.85

v2.2.11

11 May 00:26
Compare
Choose a tag to compare
Fix downloading songs without ISRC

v2.2.10

26 Apr 02:05
Compare
Choose a tag to compare

Support for Spotify 1.1.83-1.1.84 (older versions won't work)

v2.2.8

09 Mar 23:21
Compare
Choose a tag to compare

Changelog

  • Add context_index variable (playlist track number)
  • Add option for how to handle invalid path characters in song names
  • Support for long paths (fixes crashes with paths longer than 260 characters)
  • Workaround for a bug that corrupts cover arts on Windows 7

v2.2.5

03 Feb 19:27
Compare
Choose a tag to compare

Changelog

  • Patch for Spotify v1.1.78.765 (older versions are not supported)
  • Add option to skip downloaded songs
  • Show warning when ffmpeg is missing
  • Escape special file names like CON, PRN, AUX, etc.

v2.2.1

21 Jan 00:35
Compare
Choose a tag to compare
Patch for Spotify 1.1.77

v2.2.0

17 Jan 22:38
Compare
Choose a tag to compare

Changelog

  • Remove limit from speed slider label/text field (see USAGE for notes)
  • Save config.json in %appdata%/Soggfy for persistence between updates
  • Ask to overwrite when saving M3U playlist
  • Fix detection of downloaded tracks with multi disc albums (for status indicator and M3U exporter)
  • Fix downloading songs with no lyrics (has_lyrics=true in metadata but API returns 404)
  • Fix crash when skipping tracks close to end

v2.1.1

31 Dec 02:43
Compare
Choose a tag to compare

Changelog

Features

  • Option to download track canvas

v2.0.0

29 Dec 02:23
Compare
Choose a tag to compare

Changelog

Features

  • Spotify UI integration
  • Support for downloading lyrics
  • Generate M3U for albums and playlists (right click/context menu)
  • Ad/telemetry blocker

Fixes

  • Workaround for song names with forbidden path characters (unicode replacement)

v2.0.0-pre2

23 Dec 06:34
Compare
Choose a tag to compare
v2.0.0-pre2 Pre-release
Pre-release

Changes

  • Better handling of forbidden path characters
    They are now replaced with similar unicode characters: \ / : * ? " < > | -> \ / : * ? " < > ¦
    Trailling dots . are replaced with .
  • Add separate options to download/embed lyrics
  • Path templates no longer represent full paths, now they are prefixed with the "base path" setting
  • Many other internal changes

Regressions

  • Status indicator doesn't detect files with extensions not in the template. If you are using a another format, change the template accordingly.