[PR #60] [CLOSED] Add button to auto-delete already downloaded files and retry failed ones #1864

Closed
opened 2026-03-13 19:38:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/afkarxyz/SpotiFLAC/pull/60
Author: @value1338
Created: 10/2/2025
Status: Closed

Base: mainHead: master


📝 Commits (10+)

  • a225fc3 Enhanced SpotiFLAC fork with PySide6 support and new features
  • f27934a Delete SpotiFLAC_old with working theme.py
  • efb045d Delete .gitignore
  • 3dd4bde Update README and version.json
  • dd11dec Merge remote changes
  • 2979c46 Update README.md
  • b3cc59b Update README.md
  • dba1eef Update README.md
  • 9375f67 Enhanced SpotiFLAC fork with PySide6 support and new features
  • 890d9c8 Merge enhanced-fork into master - resolved version conflict

📊 Changes

3 files changed (+2177 additions, -2134 deletions)

View changed files

README.md (+0 -27)
📝 SpotiFLAC.py (+2176 -2106)
📝 version.json (+1 -1)

📄 Description

This PR introduces a new button that automatically deletes successfully downloaded files out of the fetched download list
Purpose: To clean up successful downloads and allow retrying only the failed ones.

Changes:

  • Added a new button in the UI for auto-deletion.
  • Implemented logic to remove files that were successfully downloaded.
  • Ensured failed downloads can be retried cleanly.
  • PySide6 Support: For Automarking Files in the List
  • Better Error Handling: Improved DLL loading and Qt library compatibility

Tested:

  • Verified that successfully downloaded files are deleted properly.
  • Checked that retry works only on failed items.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/afkarxyz/SpotiFLAC/pull/60 **Author:** [@value1338](https://github.com/value1338) **Created:** 10/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a225fc3`](https://github.com/afkarxyz/SpotiFLAC/commit/a225fc3dc52ecd916c2184867a1aa8b02940e107) Enhanced SpotiFLAC fork with PySide6 support and new features - [`f27934a`](https://github.com/afkarxyz/SpotiFLAC/commit/f27934aa209df6ee38e73e60f6e3c9d59577a802) Delete SpotiFLAC_old with working theme.py - [`efb045d`](https://github.com/afkarxyz/SpotiFLAC/commit/efb045db5d11d9c8be2e37a0c8d0dde011d2ea90) Delete .gitignore - [`3dd4bde`](https://github.com/afkarxyz/SpotiFLAC/commit/3dd4bde0a0cd8ad31b6916d6d0587ea6728f5e50) Update README and version.json - [`dd11dec`](https://github.com/afkarxyz/SpotiFLAC/commit/dd11dec6658fe86a9743f88c8998dd1de9cbc16b) Merge remote changes - [`2979c46`](https://github.com/afkarxyz/SpotiFLAC/commit/2979c4675a87a34ca9bbb3eebd022d06a2ea43b4) Update README.md - [`b3cc59b`](https://github.com/afkarxyz/SpotiFLAC/commit/b3cc59b11a11ab2ae2659ca966f78c829fa4d2db) Update README.md - [`dba1eef`](https://github.com/afkarxyz/SpotiFLAC/commit/dba1eefac8545fc59b1c421312b9bc9ef431e3d7) Update README.md - [`9375f67`](https://github.com/afkarxyz/SpotiFLAC/commit/9375f67276c8888777b3691b58bd9fc414b7b634) Enhanced SpotiFLAC fork with PySide6 support and new features - [`890d9c8`](https://github.com/afkarxyz/SpotiFLAC/commit/890d9c89d1b050d6b2be7a33e4e73c74e267710f) Merge enhanced-fork into master - resolved version conflict ### 📊 Changes **3 files changed** (+2177 additions, -2134 deletions) <details> <summary>View changed files</summary> ➖ `README.md` (+0 -27) 📝 `SpotiFLAC.py` (+2176 -2106) 📝 `version.json` (+1 -1) </details> ### 📄 Description This PR introduces a new button that automatically deletes successfully downloaded files out of the fetched download list Purpose: To clean up successful downloads and allow retrying only the failed ones. Changes: - Added a new button in the UI for auto-deletion. - Implemented logic to remove files that were successfully downloaded. - Ensured failed downloads can be retried cleanly. - **PySide6 Support**: For Automarking Files in the List - **Better Error Handling**: Improved DLL loading and Qt library compatibility Tested: - Verified that successfully downloaded files are deleted properly. - Checked that retry works only on failed items. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 19:38:23 +03:00
Sign in to join this conversation.
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/SpotiFLAC#1864
No description provided.