[GH-ISSUE #69] Couldn't able to dump some songs #62

Open
opened 2026-02-27 15:48:07 +03:00 by kerem · 1 comment
Owner

Originally created by @AdityaDa5 on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/69

The injection is getting succeeded, but when I try to dump some songs it doesn't work. I even tried it with admin privileges and clearing all temp files but, still no luck. Now, this happens with some songs and not all. I tried to check the logs but nothing shows up apart from the normal initialization.

Songs I tried to dump:

  • 1c2hJSwcCfoPEw1su83Sw0 (Hold My hand - Lady Gaga)
  • 7iL6o9tox1zgHpKUfh9vuC (In Da Club - 50 cent)
  • 0ky07Oq85l9zx7e427XGgC (first death - TK from Ling tosite sigure)
  • 0YU17F0BlVXvmx5ytsR43w (Monster - LUM!X)


config

{
    "blockAds": true,
    "downloaderEnabled": true,
    "embedCoverArt": true,
    "embedLyrics": true,
    "ignorelist": {},
    "outputFormat": {
        "args": "-c copy",
        "ext": ""
    },
    "playbackSpeed": 1,
    "saveCanvas": false,
    "saveCoverArt": false,
    "saveLyrics": false,
    "savePaths": {
        "basePath": "C:\\Users\\spect\\Music\\Soggfy\\Tracks",
        "canvas": "{artist_name}/{album_name}{multi_disc_path}/Canvas/{track_num}. {track_name}.mp4",
        "episode": "Podcasts/{artist_name}/{album_name}/{release_date} - {track_name}.ogg",
        "invalidCharRepl": "unicode",
        "track": "{artist_name} - {track_name}.ogg"
    },
    "skipDownloadedTracks": true,
    "skipIgnoredTracks": false
} 

Logs

[DBG] FFmpeg path: C:\Personal\Utilities\Soggfy-2.5.0\ffmpeg/ffmpeg.exe
[INF] Spotify version: 1.1.97.962
[DBG] [Hooks::CreatePattern] DecodeAudioData found at 0x9d1f96
[DBG] [Hooks::CreatePattern] CreateTrackPlayer found at 0x98c30c
[DBG] [Hooks::CreatePattern] SeekTrack found at 0x98e93a
[DBG] [Hooks::CreatePattern] OpenTrack found at 0x98d30d
[DBG] [Hooks::CreatePattern] CloseTrack found at 0x98bf97
[INF] Hooks were successfully installed.
[INF] Control server listening on port 28653
[INF] Injecting JS...
[INF] Ready
[INF] Incoming connection from 127.0.0.1@0xdd77230

Everything inside Spotify is the default. Streaming quality is set to automatic.

Originally created by @AdityaDa5 on GitHub (Jan 27, 2023). Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/69 The injection is getting succeeded, but when I try to dump some songs it doesn't work. I even tried it with admin privileges and clearing all temp files but, still no luck. Now, this happens with some songs and not all. I tried to check the logs but nothing shows up apart from the normal initialization. Songs I tried to dump: - 1c2hJSwcCfoPEw1su83Sw0 (Hold My hand - Lady Gaga) - 7iL6o9tox1zgHpKUfh9vuC (In Da Club - 50 cent) - 0ky07Oq85l9zx7e427XGgC (first death - TK from Ling tosite sigure) - 0YU17F0BlVXvmx5ytsR43w (Monster - LUM!X) <br></br> > config ``` { "blockAds": true, "downloaderEnabled": true, "embedCoverArt": true, "embedLyrics": true, "ignorelist": {}, "outputFormat": { "args": "-c copy", "ext": "" }, "playbackSpeed": 1, "saveCanvas": false, "saveCoverArt": false, "saveLyrics": false, "savePaths": { "basePath": "C:\\Users\\spect\\Music\\Soggfy\\Tracks", "canvas": "{artist_name}/{album_name}{multi_disc_path}/Canvas/{track_num}. {track_name}.mp4", "episode": "Podcasts/{artist_name}/{album_name}/{release_date} - {track_name}.ogg", "invalidCharRepl": "unicode", "track": "{artist_name} - {track_name}.ogg" }, "skipDownloadedTracks": true, "skipIgnoredTracks": false } ``` > Logs ``` [DBG] FFmpeg path: C:\Personal\Utilities\Soggfy-2.5.0\ffmpeg/ffmpeg.exe [INF] Spotify version: 1.1.97.962 [DBG] [Hooks::CreatePattern] DecodeAudioData found at 0x9d1f96 [DBG] [Hooks::CreatePattern] CreateTrackPlayer found at 0x98c30c [DBG] [Hooks::CreatePattern] SeekTrack found at 0x98e93a [DBG] [Hooks::CreatePattern] OpenTrack found at 0x98d30d [DBG] [Hooks::CreatePattern] CloseTrack found at 0x98bf97 [INF] Hooks were successfully installed. [INF] Control server listening on port 28653 [INF] Injecting JS... [INF] Ready [INF] Incoming connection from 127.0.0.1@0xdd77230 ``` Everything inside Spotify is the default. Streaming quality is set to automatic.
Author
Owner

@AdityaDa5 commented on GitHub (Feb 9, 2023):

So, I've found a workaround regarding that. Every time, I have to disable and then re-enable the downloader to save these tracks for some reason. But, for most of the songs that's not the case though.

<!-- gh-comment-id:1424312981 --> @AdityaDa5 commented on GitHub (Feb 9, 2023): So, I've found a workaround regarding that. Every time, I have to disable and then re-enable the downloader to save these tracks for some reason. But, for most of the songs that's not the case though.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Soggfy#62
No description provided.