spotify2tidal / spotify_to_tidal

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

Added Tidal search exclusion rules config (and ConfigHolder class) #27

Open vaosilva opened 11 months ago

vaosilva commented 11 months ago

Hello again,

I had some problems with karaoke versions of tracks showing up in my playlists, so I thought of applying this small refactoring. Moved the exclusion rules to the yaml config file and introduced a ConfigHolder class for easier access of configs.

Like in my previous pull request, if you have any comment regarding improvements or whatnot please be free to reach back, I will try to comply promptly.