Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Sync Frequency: Record when last synced and add option to sync within a duration #6

Open
Rexadev opened this issue Jun 28, 2023 · 2 comments

Comments

@Rexadev
Copy link
Contributor

Rexadev commented Jun 28, 2023

  1. I want to add python main.py sync to OS scheduled tasks.
  2. If there is a option to add Sync Frequency example Weekly Daily Monthly for each playlist
  3. Weekly charts playlist will not sync daily.

There is a problem

How would the script know when a certain Spotify playlist updates ? for example if a Spotify Weekly Chart updates on Monday what if the script syncs weekly list every Tuesday

@Rexadev Rexadev changed the title [Feature Request] Sync Frequency: Record when last synced and add option to sync within a direction [Feature Request] Sync Frequency: Record when last synced and add option to sync within a duration Jun 28, 2023
@yogeshwaran01
Copy link
Owner

Currently, this script doesn't track changes in Spotify playlist. It just gets all the songs in the playlist and search and add it to the YouTube playlist. This script cannot be used as OS scheduled tasks because each time running you need to authenticate to your Google account. In future it may be added.

@Rexadev
Copy link
Contributor Author

Rexadev commented Jul 9, 2023

Currently, this script doesn't track changes in Spotify playlist. It just gets all the songs in the playlist and search and add it to the YouTube playlist.

I Know

because each time running you need to authenticate to your Google account.

It is still useful when syncing alot of playlists to save resources.
I run the program from .bat file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants