mirror of
https://github.com/casualsnek/onthespot.git
synced 2026-04-26 20:45:56 +03:00
[GH-ISSUE #74] Not downloading new songs added to a Playlist on Spotify #53
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#53
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 @OrigWhiteKenyan on GitHub (Jul 9, 2023).
Original GitHub issue: https://github.com/casualsnek/onthespot/issues/74
Originally assigned to: @casualsnek on GitHub.
I've had the issue where I've added additional songs to a playlist on Spotify and then have created folders inside of the OnTheSpot directory for them. I switched the download directory to the corresponding playlist folder and reload the playlist into OnTheSpot so it will register the already downloaded songs and only download the new ones. However, it just shows all downloads as complete and doesn't have the additional 50 or so songs I've added since the last time I downloaded the playlist.
@casualsnek commented on GitHub (Jul 10, 2023):
This seems to be cache issue to me ! Can you try deleting
/home/<username>/.cache/casualOnTheSpot/reqcachedirectory if you are on linux orC:\Users\<username\.cache\casualOnTheSpot\reqcacheif you are on windows and see if playlist shows new items !@OrigWhiteKenyan commented on GitHub (Jul 10, 2023):
That did the trick. Thank you!
@casualsnek commented on GitHub (Sep 5, 2023):
I just pushed an update, https://github.com/casualsnek/onthespot/pull/96 should fix this issue, if you want i can build a new binary, and this should be included in next update !