yogeshwaran01 / spotify-playlist-to-youtube-playlist

From Spotify's Groove to YouTube's Show: Spot2Tube
https://dev.to/yogeshwaran01/from-spotify-to-youtube-how-i-built-a-python-script-to-convert-playlists-2h89
MIT License
47 stars 5 forks source link

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

Open Rexadev opened 1 year ago

Rexadev commented 1 year ago
  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

yogeshwaran01 commented 1 year ago

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 commented 1 year ago

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.