spotify2mp3 icon indicating copy to clipboard operation
spotify2mp3 copied to clipboard

Apart from views and Duration implement fuzzy match too

Open voidash opened this issue 2 years ago • 1 comments

Hello, I like the idea of using spotify metadata to search for video on Youtube. Really neat concept. But it would be awesome if you add in fuzzy match too apart from duration and views constraint. You search for a spotify music title, if the first result video title and spotify video title fuzzy matches with more than 60% then download it, that way we can set duration and views won't matter.

Here is the tutorial that might help you. https://towardsdatascience.com/fuzzy-string-matching-in-python-68f240d910fe

also it would be great if you use command line argument parser instead of using console input. Look into argparse

voidash avatar May 17 '22 16:05 voidash

Interesting, I've not heard of fuzzy match before, but I'm thinking about first searching explicitly for an audio only version of the song, fuzzy matching will help.

Tomorrow I will also add command line input and may also implement an option to download all playlists of a given user.

Thank you for the suggestions!

couldbejake avatar May 17 '22 19:05 couldbejake

This feature is pending,

couldbejake avatar Aug 26 '23 18:08 couldbejake