mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #38] Unable to create playlist when missing files. #27
Labels
No labels
Feedback requested
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/onthespot#27
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 @skorakora on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/38
HI.
Some songs failed to download, adn program is unable to create m3u playlist as long as I have missing songs, Is there any way to avoid that/ skip those missing songs?
@vortex91 commented on GitHub (Apr 4, 2023):
im having same issue. Is development on this stopped?
@casualsnek commented on GitHub (Apr 4, 2023):
The development has not stopped, although i have my end of semester exams till 9th Apr. I'll start working on issues after that date !
Sorry for delayed development and bugfixes !
@casualsnek commented on GitHub (Apr 4, 2023):
Thanks for letting me know, i will add check for unavailable songs and handle them properly!
@casualsnek commented on GitHub (Apr 5, 2023):
Can you share link to the playlist that has unavailable tracks ?
@vortex91 commented on GitHub (Apr 6, 2023):
I fixed the code to handle "unavailable" and "failed" use casee.
runtimedata.py: added "missing"
downlowder.py: added "missing.add(trk_track_id_str)" to " if not is_playable:" and "except Exception:"
utility: changed logic of ddc to "set(downloaded_data.keys()).union(missing)" and " if track_id in missing:"
users can unzip and replace in proper folders the 3 files with the attachment and it will create m3u when unavaialble or failed to download
edits.zip
example of playlist with "unavailable" and "failed" https://open.spotify.com/playlist/3c9viZYoVMFv4ygPoGFsaz
@casualsnek commented on GitHub (Apr 6, 2023):
Hello, i have pushed changes regarding this issue in development branch (
github.com/casualsnek/onthespot@1bb6bec9ff) ! Can you give it a try