mirror of
https://github.com/Rafiuth/Soggfy.git
synced 2026-04-25 07:05:58 +03:00
[GH-ISSUE #144] Clarification Needed on SHA256 Hash Differences and Metadata Variations in Copied Tracks #131
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#131
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 @AndyBogle1 on GitHub (Sep 18, 2025).
Original GitHub issue: https://github.com/Rafiuth/Soggfy/issues/144
Issue
The README mentions that the process "results in an exact copy of the original files served by Spotify". However, when attempting to save the same track multiple times, the SHA256 hashes of each
.oggfile differ.Example
Preliminary Investigation
When analysing both copies with MediaInfo, I noticed the following discrepancies:
Lavf62.3.100vsLavf61.7.100).[02:39.39]vs[02:39.13]).3083576650 (0xB7CBA54A)vs532621881 (0x1FBF2A39)).Thankfully,
diff <(fpcalc Track_Copy_1.ogg) <(fpcalc Track_Copy_2.ogg)returned no output, suggesting that the differing SHA256 hashes are likely due to metadata differences rather than changes in the actual audio data.Additionally, the SHA256 hashes of the extracted audio data are identical, as confirmed by the following:
Questions
.oggfiles will be the same across runs, and that any differences are purely related to metadata?