{"id":13590093,"url":"https://github.com/Rafiuth/Soggfy","last_synced_at":"2025-04-08T12:32:31.246Z","repository":{"id":37501316,"uuid":"409011502","full_name":"Rafiuth/Soggfy","owner":"Rafiuth","description":"Spotify ogg dumper","archived":false,"fork":false,"pushed_at":"2024-07-02T15:17:16.000Z","size":495,"stargazers_count":925,"open_issues_count":42,"forks_count":55,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-11-06T10:43:49.750Z","etag":null,"topics":["downloader","mp3","music"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rafiuth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-22T00:12:54.000Z","updated_at":"2024-11-05T17:18:46.000Z","dependencies_parsed_at":"2023-12-15T21:14:36.708Z","dependency_job_id":"50a06a12-b41a-4ee9-af88-2469dabfaa45","html_url":"https://github.com/Rafiuth/Soggfy","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafiuth%2FSoggfy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafiuth%2FSoggfy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafiuth%2FSoggfy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rafiuth%2FSoggfy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rafiuth","download_url":"https://codeload.github.com/Rafiuth/Soggfy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247842911,"owners_count":21005366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["downloader","mp3","music"],"created_at":"2024-08-01T16:00:39.028Z","updated_at":"2025-04-08T12:32:30.788Z","avatar_url":"https://github.com/Rafiuth.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Soggfy - SpotifyOggDumper\n\nA music downloader mod for the Windows Spotify client\n\n\u003cimg align=\"right\" src=\"https://user-images.githubusercontent.com/53208252/147526053-a62850c2-9ee9-471f-83c1-481f2f0dca32.png\" width=\"250\" /\u003e\n\u003c/div\u003e\n\n# Features\n- Download tracks directly from Spotify\n- Download and embed metadata, lyrics and canvas\n- Generate M3U for albums and playlists\n- Automatic conversion to MP3 and many other formats\n\n# Installation and Usage\n1. Download and extract the `.zip` package of the [latest release](https://github.com/Rafiuth/Soggfy/releases/latest).\n2. Double click the `Install.cmd` file. It will run the Install.ps1 script with Execution Policy Bypass. Wait for it to finish.\n3. Open Spotify and play the songs you want to download.\n\nTracks are saved in the Music folder by default. The settings panel can be accessed by hovering next to the download button in the navigation bar.  \nHovering the check mark drawn on each individual track will display a popup offering to open the folder containing them.\n\nYou may need to disable or whitelist Soggfy in your anti-virus for it to work.\n\nIf the Spotify client crashes because of missing DLLs, you may need to install the [MSVC Redistributable package](https://aka.ms/vs/17/release/vc_redist.x86.exe).\n\n# Notes\n- Songs are only downloaded if played from start to finish, without seeking (pausing is fine).\n- Quality depends on the account being used: _160Kb/s_ or _320Kb/s_ for _free_ and _premium_ plans respectively. You may also need to change the streaming quality to \"Very high\" on Spotify settings to get _320Kb/s_ files.\n- Podcast support is very hit or miss and will only work with audio-only OGG podcasts (usually the exclusive ones).\n- **This mod breaks [Spotify's Guidelines](https://www.spotify.com/us/legal/user-guidelines/) and using it could get your account banned. Consider using alt accounts or keeping backups (see [Exportify](https://github.com/watsonbox/exportify) and [SpotMyBackup](http://www.spotmybackup.com)).**\n\n# How it works\nSoggfy works by intercepting Spotify's OGG parser and capturing the unencrypted data during playback. This process is similar to recording, but it results in an exact copy of the original files served by Spotify, without ever extracting keys or actually re-downloading them.  \nConversion and metadata is then applied according to user settings.\n\n# Manual Installation\nIf you are having issues with the install script, try following the steps below for a manual installation:\n\n1. Download and install the _correct_ Spotify client version using the link inside the Install.ps1 script.\n2. Copy and rename `SpotifyOggDumper.dll` to `%appdata%/Spotify/dpapi.dll`\n3. Copy `SoggfyUIC.js` to `%appdata%/Spotify/SoggfyUIC.js`\n4. Download and extract [FFmpeg binaries](https://github.com/AnimMouse/ffmpeg-autobuild/releases) to `%localappdata%/Soggfy/ffmpeg/ffmpeg.exe` (or add them to `%PATH%`).\n\nAlternatively, `Injector.exe` can be used to launch _or_ inject Soggfy into an already running Spotify instance. A portable and self-contained install can be made by copying Spotify binaries from `%appdata%/Spotify/` to `Soggfy/Spotify/`.\n\n# Credits\n- [XSpotify](https://web.archive.org/web/20200303145624/https://github.com/meik97/XSpotify) and spotifykeydumper - Inspiration for this project\n- [Spicetify](https://github.com/khanhas/spicetify-cli), [Ghidra](https://ghidra-sre.org/) and [x64dbg](https://x64dbg.com/) - Tools for reversing and debugging the client\n- [abba23's spotify-adblock](https://github.com/abba23/spotify-adblock) - The built-in telemetry/update blocker is based on this\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRafiuth%2FSoggfy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRafiuth%2FSoggfy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRafiuth%2FSoggfy/lists"}