From d512f31528d550857ace5883d3a4b1df993146f6 Mon Sep 17 00:00:00 2001 From: Ak5cel Date: Mon, 15 Jan 2024 23:21:02 +0530 Subject: [PATCH] update npm README intro --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 762c34e..10ded49 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # heartify-cli A CLI tool to export and filter out your Spotify liked songs into playlists. @@ -5,8 +7,12 @@ With support for filters like ranges of date added, release date, genres, audio ## What does it solve? -Around 2500 Liked songs in, I needed a way to organise the chaos without having to move away from 'liking' any more songs. -Hopefully, it's useful to more people out there with little time and a lot of liked songs :) +The Liked Songs list on Spotify can quickly grow into chaos the more you use it. +As time goes by, it becomes increasingly harder to find songs to fit the moment, while keeping all of your liked songs in one place. It's also easier to forget your older songs as Spotify's shuffle keeps playing the same 50 songs over and over again. And sometimes, it's just nicer if there was a way to keep adding songs, while also being able to filter them out occasionally into playlists of just your favourites that fit the mood. + +That's where Heartify comes in, so you can create fine-tuned playlists with just the songs you like, and share them 🎉 + +One step from chaos -> organised chaos 🗃️ ### Features @@ -60,7 +66,7 @@ heartify export 'My mix' --filter 'genre=' # make a multi-genre mix heartify export 'My multi-genre mix' --filter 'genre=' 'genre=' -# filter by properties of the track - like release date, audio features (tempo, key, etc), and more +# filter by properties of the track - like release date, audio features (tempo, key, etc) heartify export 'Liked Songs, 100-120bpm' --filter tempo=[100,120] ```