riverscuomo / spotkin_server

A python package that updates one or more of your Spotify playlists every day with a random selection of songs from any playlists you specify. Here's mine: https://open.spotify.com/playlist/1HaQfSGjNzIsiC5qOsCUcW?si=ddc16d3e9524410c . This repo also contains the backend server for Spotkin webapp.
GNU General Public License v3.0
82 stars 9 forks source link

handle audio properties #28

Open riverscuomo opened 1 month ago

riverscuomo commented 1 month ago

I added a number of audio properties to the client. Now we need to handle them if the client's POST request overrides these defaults:


            'ban_skits': False,
            'min_popularity': None,
            'max_popularity': None,
            'min_duration': None,
            'max_duration': None,
            'min_danceability': None,
            'max_danceability': None,
            'min_energy': None,
            'max_energy': None,
            'min_acousticness': None,
            'max_acousticness': None,