Giter Site home page Giter Site logo

Comments (6)

bkardol avatar bkardol commented on May 25, 2024

So we probably want to support most player functionality, am I right?:
Spotify API - Player

Done so far:

  • SET_VOLUME - Set volume on current or specified device. (was already there)
  • PAUSE - Pauses playing on current device.
  • PLAY_TRACK - Play a track on current or specified device.
  • PLAY_CONTEXT - Play an artist/album/playlist on current or specified device.
  • RESUME - Resume playing on current or specified device.

What's left:

  • NEXT - Skip to next track.
  • PREVIOUS - Skip to previous track.
  • SET_REPEAT - Set repeat mode.
  • SET_SHUFFLE - Set shuffle mode.

If I'm missing something, please let me know.

from neon.homecontrol.

tgiachi avatar tgiachi commented on May 25, 2024

Hi @bkardol, Yes is correct! I also think the possibility of searching for songs is useful, What do you think about it?

Thank you!

from neon.homecontrol.

bkardol avatar bkardol commented on May 25, 2024

@tgiachi , good one, I will include search functionality aswell.

Thanks for the quick reply!

from neon.homecontrol.

bkardol avatar bkardol commented on May 25, 2024

Regarding the search functionality:
Should it be implemented with a command that puts its result in an event?
Or should it be returned immediately from the command. If this is the case I think we need some adjustments in the EventBridge and DispatcherService.

Thanks!

from neon.homecontrol.

tgiachi avatar tgiachi commented on May 25, 2024

Hi @bkardol !
In my last commit (on master branch) i've added on SendCommand object result. Please try if works! Have a nice day

from neon.homecontrol.

bkardol avatar bkardol commented on May 25, 2024

Nice, I'll try it out. Thanks @tgiachi !

from neon.homecontrol.

Related Issues (16)

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.