Sort playlist items by date added, before downloading #55

Open
ryansereno wants to merge 3 commits from ryansereno/sort-playlist into main
ryansereno commented 2023-12-13 21:51:22 -05:00 (Migrated from github.com)

Songs should be downloaded by newest first.
This avoids the long wait of checking and skipping previously downloaded tracks.

When a playlist has had songs added to it since the last download, those songs can be quickly downloaded, and the process manually terminated as soon the existing songs are reached.

Songs should be downloaded by newest first. This avoids the long wait of checking and skipping previously downloaded tracks. When a playlist has had songs added to it since the last download, those songs can be quickly downloaded, and the process manually terminated as soon the existing songs are reached.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin ryansereno/sort-playlist:ryansereno/sort-playlist
git switch ryansereno/sort-playlist

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff ryansereno/sort-playlist
git switch ryansereno/sort-playlist
git rebase main
git switch main
git merge --ff-only ryansereno/sort-playlist
git switch ryansereno/sort-playlist
git rebase main
git switch main
git merge --no-ff ryansereno/sort-playlist
git switch main
git merge --squash ryansereno/sort-playlist
git switch main
git merge --ff-only ryansereno/sort-playlist
git switch main
git merge ryansereno/sort-playlist
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
zotify-dev/zotify!55
No description provided.