Play next via Spotify from Discord

Comments

4 comments

  • Jevido

    Yo, i honestly can't read non-english reactions, but i assume you can't either. So please forgive me if i give an answer that's already been given

    Most keyboards already have pause/skip/play buttons, but if you don't have one and don't want to purchase one.
    You could also set up hotkeys for this. If you are using windows, i assume you could try out:
    https://www.autohotkey.com/

    Once you have it installed it, you only have to add a script like the following:

     !Left::Media_Prev
    !Right::Media_Next
    !DOWN::Media_Play_Pause
    This will assign the following shortcuts:

    Alt + → (right arrow) to skip to the next song
    Alt + ← (left arrow) to go to the previous song
    Alt + ↓ (down arrow) to play/pause the currently playing song
    Of course, you can modify the script to fit your key preferences. More info about that in AutoKotkey docs.

    The benefits of this is that it will work with other media playing programs, such as VLC or Windows Media Player, because they trigger the OS's media keys.

     

    If you're on mac, i'll try to help ya out a bit more. But for now, i hope this is enough :)

    0
  • Blastoise186
    Spotify no longer has the Local Spotify API and this might make it very difficult to implement such a feature. You might find it easier to use any existing media controls on your keyboard.
    0
  • Emily C. Fain

    If I remember correctly, the reason is under spotify T&Cs that your spotify account is for your own listing. It breaks spotifys T&Cs if sharing music through spotify online (And I believe in public) due to people sharing music through discord, discord has to prevent people from avoiding this rule Although, being this it's sort of stupid considering on platforms like twitch people stream there music via spotify. For your point on listing party's it's. That's only available for premium users for spotify. Party City Feedback Survey

    0
  • jacksonback

    That does sound convenient! Having a skip button accessible from anywhere within the Spotify app would definitely streamline the listening experience, especially for those times when you're busy or on the move. 

    It could enhance user convenience and make navigating through playlists or radio stations even easier. 

    It might be a small feature, but it could make a big difference in user satisfaction and engagement with the app. Perhaps Spotify will consider implementing it in a future update!  Kroger survey

    0

Please sign in to leave a comment.