mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 23:55:52 +03:00
[GH-ISSUE #30] File comparison failure #1321
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1321
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 @AvxGadzx on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/30
Problem
Some songs get randomly deleted even though the terminal output seems ok.
Sideinfo: Version 3.9 (newest). Source: Tidal.
Terminal output (two songs, same output)
Application output (Two different application outputs. One song will be deleted)
Problem source
I think the problem is in line 232 - 242 of the SpotiFLAC.py
When i comment out the ..
.. the song won't be deleted and I don't get an [Errno 2] exeption.
PS:
The
if downloaded_file == new_filepath:doesn't work too. There is no skipping at this point.Easy fix (i didn't debug the down/new_file comparison. Maybe it can be removed)
No missing file, no problemo.
I hope this helps
@afkarxyz commented on GitHub (Jul 22, 2025):
Thank you, I have implemented it in v4.0