mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 15:16:00 +03:00
[GH-ISSUE #13] Metadata has stopped embedding #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Soggfy#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m1dst on GitHub (Feb 1, 2022).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/13
Just noticed that using 1.1.77.643 and latest release (v2.2.1), the metadata is not being embedded in the ogg as it was a few days ago. Not sure if Spotify are fighting back with this or if you embed the metadata after stripping it but even the comment field is blank now.
Rebooted to be sure it wasn't just something memory resident.
@Rafiuth commented on GitHub (Feb 1, 2022):
This usually happen when it can't find ffmpeg either on
%PATH%orSoggfy/ffmpeg/ffmpeg.exe. Can you try running the DownloadFFmpeg script again?@m1dst commented on GitHub (Feb 1, 2022):
You are totally right. I must have forgotten to redownload when I updated the release. It also seems you need to restart Spotify too after download based on a quick test I did. Hope this helps another person who forgets as I did. I wonder if it is worth doing a check when the injector launches to warn the user it doesn't exist?
@Rafiuth commented on GitHub (Feb 1, 2022):
There's indeed a check for this, but the warning is only written to the log file (older versions used to open a console window, so this was quite visible).
I'll add a warning on the injector in the next release.
@Rafiuth commented on GitHub (Feb 2, 2022):
Warning implemented in
59ea70c3.