spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
283 stars 51 forks source link

Enhancement: Synchronization scheduler #58

Closed c0ball closed 3 months ago

c0ball commented 3 months ago

Wouldn't it be helpful for the users, which run this script on a regular basis, to add some kind of scheduler so that the synchronization automatically gets run every day or week.

timrae commented 3 months ago

I think this is beyond the scope of this project, as the operating system offers this functionality already (for example chrontabs on Linux/Mac/WSL). However feel free to add some documentation on how to achieve this.