-
v2.7.3 Stable
released this
2024-02-17 22:22:06 +03:00 | 0 commits to master since this release📅 Originally published on GitHub: Sat, 17 Feb 2024 19:26:14 GMT
🏷️ Git tag created: Sat, 17 Feb 2024 19:22:06 GMTChangelog
- Fix Spicetify integration
Changes in v2.7.2
- Update to Spotify v1.2.31 (compatible down to v1.2.30)
- Fix for UI/download button not always loading
- Fix for UI/download button disappearing after opening song lyrics
- Automatically force highest audio quality (#97)
- Re-enable check for config.json in Soggfy directory for portable/non-persistent usage via Injector.exe (#99)
- Check for non-supported x64 and MS Store Spotify versions in install script
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.7.3.zip
0 downloads ·
2026-02-27 15:47:49 +03:00 · 443 KiB
-
v2.7.2 Stable
released this
2024-02-16 05:03:58 +03:00 | 1 commits to master since this release📅 Originally published on GitHub: Fri, 16 Feb 2024 02:08:21 GMT
🏷️ Git tag created: Fri, 16 Feb 2024 02:03:58 GMTChangelog
- Update to Spotify v1.2.31 (compatible down to v1.2.30)
- Fix for UI/download button not always loading
- Fix for UI/download button disappearing after opening song lyrics
- Automatically force highest audio quality (#97)
- Re-enable check for config.json in Soggfy directory for portable/non-persistent usage via Injector.exe (#99)
- Check for non-supported x64 and MS Store Spotify versions in install script
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.7.2.zip
0 downloads ·
2026-02-27 15:47:48 +03:00 · 443 KiB
-
v2.7.1 Stable
released this
2023-12-11 22:22:52 +03:00 | 5 commits to master since this release📅 Originally published on GitHub: Mon, 11 Dec 2023 19:32:02 GMT
🏷️ Git tag created: Mon, 11 Dec 2023 19:22:52 GMTChangelog
Install script
- Allow users to pass flags to SpotX (by @NotSpaulding in #90)
- Re-apply Spicetify after Spotify reinstall
General
- Fix context menu hooks for currently playing track
Changes since v2.5.0
General
- Update to Spotify v1.2.26 (new theme, drops support for Windows 7-8.1)
- Fix bug that caused Liked Songs playlist to be non-playable/shuffled
- Fixes for Spicetify integration support (may be incompatible with some themes)
- Option to move 'Add to Queue' menu item to top (Settings -> Misc)
Install script
- Add Install.cmd and fix relative path issues in Install.ps1 (by @cubernetes in #87)
- Installation will now persist and work over the main Spotify at %appdata%.
- Makes it easier to integrate with other mods such as Spicetify and SpotX.
- Automatically install FFmpeg with libfdk
Internals
- Change the way playback state and streams are tracked and detected internally (fixes track corruption bug on v1.2.25+, fixes #89, makes maintenance easier)
- This restricts support to OGG streams exclusively. Podcasts using MP3 and other formats will no longer be downloaded.
- Increased playback speed is now more efficient and less likely to cause player stalls.
- When used, playback will sound choppy and glitchy compared than previous versions. This is now implemented by skipping blocks of PCM samples without any filtering.
- Player trackbar will not be in sync with the actual progress.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.7.0 Stable
released this
2023-12-09 00:59:43 +03:00 | 8 commits to master since this release📅 Originally published on GitHub: Fri, 08 Dec 2023 22:06:10 GMT
🏷️ Git tag created: Fri, 08 Dec 2023 21:59:43 GMTChangelog
General
- Update to Spotify v1.2.26 (new theme, drops support for Windows 7-8.1)
- Fix bug that caused Liked Songs playlist to be non-playable/shuffled
- Fixes for Spicetify integration support (may be incompatible with some themes)
- Option to move 'Add to Queue' menu item to top (Settings -> Misc)
Install script
- Installation will now persist and work over the main Spotify at %appdata%.
- Makes it easier to integrate with other mods such as Spicetify and SpotX.
- Automatically install FFmpeg with libfdk
Internals
- Change the way playback state and streams are tracked and detected internally (fixes track corruption bug on v1.2.25+, fixes #89, makes maintenance easier)
- This restricts support to OGG streams exclusively. Podcasts using MP3 and other formats will no longer be downloaded.
- Increased playback speed is now more efficient and less likely to cause player stalls.
- When used, playback will sound choppy and glitchy compared than previous versions. This is now implemented by skipping blocks of PCM samples without any filtering.
- Player trackbar will not be in sync with the actual progress.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.7.0.zip
0 downloads ·
2026-02-27 15:47:46 +03:00 · 439 KiB
-
v2.6.0 Pre-release
released this
2023-12-02 04:00:13 +03:00 | 10 commits to master since this release📅 Originally published on GitHub: Sat, 02 Dec 2023 01:06:35 GMT
🏷️ Git tag created: Sat, 02 Dec 2023 01:00:13 GMTChangelog
- Update to Spotify v1.2.25 (new theme, drops support for Windows 7-8.1)
- Option to install SpotX
- Option to move 'Add to Queue' menu item to top (Settings -> Misc)
- Adjust CSS selectors for Spicetify support (requires manual install, may be incompatible with custom themes) (#56)
Notes
- BUG: Setting playback speed to >1x may cause downloaded tracks to be longer than usual (with a partial repeat at the end).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.6.0.zip
0 downloads ·
2026-02-27 15:47:44 +03:00 · 429 KiB
-
v2.5.1 Stable
released this
2023-11-16 21:40:00 +03:00 | 11 commits to master since this release📅 Originally published on GitHub: Thu, 16 Nov 2023 18:45:37 GMT
🏷️ Git tag created: Thu, 16 Nov 2023 18:40:00 GMTWhat's Changed
- Fix link by @IverCoder in https://github.com/Rafiuth/Soggfy/pull/57
- Add Install.cmd and fix relative path issues in Install.ps1 by @cubernetes in https://github.com/Rafiuth/Soggfy/pull/87
New Contributors
- @IverCoder made their first contribution in https://github.com/Rafiuth/Soggfy/pull/57
- @cubernetes made their first contribution in https://github.com/Rafiuth/Soggfy/pull/87
Full Changelog: https://github.com/Rafiuth/Soggfy/compare/v2.5.0...v2.5.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.5.1.zip
0 downloads ·
2026-02-27 15:47:43 +03:00 · 426 KiB
-
v2.5.0 Stable
released this
2022-10-29 03:12:13 +03:00 | 19 commits to master since this release📅 Originally published on GitHub: Sat, 29 Oct 2022 00:17:01 GMT
🏷️ Git tag created: Sat, 29 Oct 2022 00:12:13 GMTChangelog
- Update to Spotify 1.1.97
- Fix listen mode toggle persistence
- Invoke ffmpeg with absolute paths to support relative base paths (relative to the directory containing
Spotify.exe) (#45) - Show download status in queue, recently played, and enhanced playlists pages (#49)
- Refresh download status when adding/removing tracks from ignore list
- Add option to skip ignored tracks
- Export M3U playlists with relative paths
- Skip download status icon update for tracks that were already marked as done (half-fix for an old UI bug that made it seem like tracks were being re-downloaded. Temp files are generated, but they are not converted and the existing file is not overwritten)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.5.0.zip
0 downloads ·
2026-02-27 15:47:41 +03:00 · 425 KiB
-
v2.4.0 Stable
released this
2022-08-12 00:26:25 +03:00 | 32 commits to master since this release📅 Originally published on GitHub: Thu, 11 Aug 2022 21:36:23 GMT
🏷️ Git tag created: Thu, 11 Aug 2022 21:26:25 GMTChangelog
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.4.0.zip
0 downloads ·
2026-02-27 15:47:40 +03:00 · 828 KiB
-
Source code (ZIP)
-
v2.3.0 Stable
released this
2022-07-21 06:23:48 +03:00 | 37 commits to master since this release📅 Originally published on GitHub: Thu, 21 Jul 2022 03:29:34 GMT
🏷️ Git tag created: Thu, 21 Jul 2022 03:23:48 GMTChangelog
- Install Spotify locally to avoid issues with the auto updater
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.3.0.zip
0 downloads ·
2026-02-27 15:47:38 +03:00 · 552 KiB
-
v2.2.16 Stable
released this
2022-06-09 06:28:41 +03:00 | 46 commits to master since this release📅 Originally published on GitHub: Thu, 09 Jun 2022 03:34:39 GMT
🏷️ Git tag created: Thu, 09 Jun 2022 03:28:41 GMTChangelog
- Patch for Spotify v1.1.87
- Fix
album artistmetadata tag value - Don't timeout when generating M3U for huge playlists
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Soggfy-2.2.16.zip
0 downloads ·
2026-02-27 15:47:36 +03:00 · 415 KiB
mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-24 22:55:59 +03:00
