Releases: Rafiuth/Soggfy
Releases · Rafiuth/Soggfy
v2.2.13
Patch for Spotify 1.1.85
v2.2.11
Fix downloading songs without ISRC
v2.2.10
Support for Spotify 1.1.83-1.1.84 (older versions won't work)
v2.2.8
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
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
Patch for Spotify 1.1.77
v2.2.0
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
Changelog
Features
- Option to download track canvas
v2.0.0
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
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.