This n8n workflow automates the management of a dedicated Spotify playlist called ‘Downloads’ by synchronizing it with the user’s liked songs. The process begins with a scheduled trigger that runs once a day, retrieves all user playlists, and checks if a ‘Downloads’ playlist exists. If it doesn’t, the workflow creates one. Next, it gathers the latest liked songs and compares them with the existing tracks in the ‘Downloads’ playlist, adding new liked songs and removing the oldest tracks exceeding a specified limit (default 50). This automation ensures the ‘Downloads’ playlist always contains the most recent liked tracks, making it ideal for users who want to keep their download list up-to-date automatically while managing space efficiently.
Automated Spotify Download Playlist Management
Node Count | >20 Nodes |
---|---|
Nodes Used | aggregate, code, filter, if, scheduleTrigger, set, splitInBatches, splitOut, spotify, stickyNote |
Reviews
There are no reviews yet.