GithubHelp home page GithubHelp logo

Comments (10)

forslund avatar forslund commented on May 13, 2024

Hmm, does the more general "stop" work?

from spotify-skill.

v0d0r avatar v0d0r commented on May 13, 2024

I tried it a few times now again neither stop nor stop the music works.
I tried "pause the music" now and this works first time.

from spotify-skill.

forslund avatar forslund commented on May 13, 2024

I can reproduce to some extent...I can see that the StopMusic intents aren't registering properly, but for me the generic "stop" works.

Will continue to investigate / fix

from spotify-skill.

v0d0r avatar v0d0r commented on May 13, 2024

Not urgent at all. I can live with pause. Just throwing it out there to let you know. To be honest its already exceeding my expectations. My google home speaker I cannot get to do playlists at all from spotify. It was super frustrating for a paid for product. Mycroft spotify-skill out of box first time play background and it plays it without issues. Super impressed Thanks.

from spotify-skill.

v0d0r avatar v0d0r commented on May 13, 2024

Not sure if its related. But when I issue the stop command I also see a 403 to the spotify api on my terminal:

17:38:02.297 - SpotifySkill - INFO - Pausing Spotify...
17:38:03.005 - mycroft-spotify_forslund.spotify:pause:146 - ERROR - http status: 403, code:-1 - https://api.spotify.com/v1/me/player/pause?device_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx:

from spotify-skill.

forslund avatar forslund commented on May 13, 2024

I think I may have found a possible cause for this and have submitted a PR to mycroft-core.

from spotify-skill.

jshep321 avatar jshep321 commented on May 13, 2024

Hi,

I have this problem as well, with any (stop|pause|etc) keyword. I determined that my problem is a mismatched audio playback state machine. If "pause spotify" doesn't work, that means that I started spotify from a desktop client (or mobile) and the audio state comes back empty.

By speaking play spotify (while already playing) and then speaking pause spotify, it works.

I guess a periodic status query from the skill to spotify would be an easy (but inefficient) fix if there's no way to subscribe to get a push; I haven't looked at the API at all.

from spotify-skill.

forslund avatar forslund commented on May 13, 2024

This has so far been intentionally been left out. We've decided that for now the player should only be able to affect playback if the skill started it (or if playback is taken over using "play spotify"). Mainly because another skill could be playing something on the device (news or something) while you play Spotify in another room using your phone. and a pause command would then pause both the news and Spotify.

This can perhaps be improved. The currently activated playback skill could be tracked by Mycroft and the pause could be sent directly to the playing skill if there is no playing skill it could send it globally perhaps...

The public api does not (as far as I know) support pushes.

from spotify-skill.

jshep321 avatar jshep321 commented on May 13, 2024

Two suggestions that might be better just "not working":

  1. a self.speak.dialog("currently you are not in control of spotify") and/or
  2. a backend web setting (i.e. checkbox) to allow for always being in control?

from spotify-skill.

forslund avatar forslund commented on May 13, 2024

Indeed good suggestions. and possibly a handler for "stop spotify" which explicitly allows stopping (since you clearly want to stop spotify)

from spotify-skill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.