You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe if you add a feature to control the volume would be great also ı have coded my own Spotify apı and control for my project so ı got an example for you if you add it that would be so good
this is the code for python. it takes input and gets the percentage into it and changes to it you had already got a refresh token just add it. Also ı used AI so ı got a aı command that to you can use
"tag": "volume_level",
"patterns": [" Spotify volume", "change the Spotify volume to", "make the Spotify volume", " Spotify %"],
ı hope these can help if you add it that would be good have a great day :)
The text was updated successfully, but these errors were encountered:
maybe if you add a feature to control the volume would be great also ı have coded my own Spotify apı and control for my project so ı got an example for you if you add it that would be so good
def volume_level():
print("volume")
vol = ""
try:
vol = vol.join(filter(str.isdigit, query))
sp = spotipy.Spotify(auth=refresh())
sp.volume(int(vol))
except:
print("something went wrong")
this is the code for python. it takes input and gets the percentage into it and changes to it you had already got a refresh token just add it. Also ı used AI so ı got a aı command that to you can use
"tag": "volume_level",
"patterns": [" Spotify volume", "change the Spotify volume to", "make the Spotify volume", " Spotify %"],
ı hope these can help if you add it that would be good have a great day :)
The text was updated successfully, but these errors were encountered: