mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[PR #51] [CLOSED] Add --liked-since option #164
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#164
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?
📋 Pull Request Information
Original PR: https://github.com/Googolplexed0/zotify/pull/51
Author: @shiftpx
Created: 8/17/2025
Status: ❌ Closed
Base:
main← Head:feat/add-liked-since-option📝 Commits (1)
9b49cfcAdd --liked-since option📊 Changes
4 files changed (+21 additions, -3 deletions)
View changed files
📝
.gitignore(+3 -1)📝
zotify/__main__.py(+5 -0)📝
zotify/app.py(+11 -2)📝
zotify/utils.py(+2 -0)📄 Description
When
--liked-since DATETIMEis used with--liked, filters the liked songs to only ones liked on or afterDATETIME.DATETIMEshould be passed in ISO8601 format.This can help in case user has an exisiting large list of liked songs, which they can dump manually once and thereafter, run a recurring job with
--liked-since CURRENTDATETIMEto only process newly added songs.Other changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.