You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add python main.py sync to OS scheduled tasks.
If there is a option to add Sync Frequency example Weekly Daily Monthly for each playlist
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
The text was updated successfully, but these errors were encountered:
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
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.
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.
python main.py sync
to OS scheduled tasks.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
The text was updated successfully, but these errors were encountered: