Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Add music intents #75

Closed
ianb opened this issue Aug 13, 2019 · 1 comment
Closed

Add music intents #75

ianb opened this issue Aug 13, 2019 · 1 comment
Milestone

Comments

@ianb
Copy link
Contributor

ianb commented Aug 13, 2019

We want to add intents to play music:

  • Play/pause
  • Play music by [artist]
  • Play [genre]
  • Play best of [artist]
  • etc.

To do this we need to create a list of music services we want to support, we need to detect what music service the user already uses, we may want to allow setting the music service, and then we have to create music-service-specific code to interact with the individual players.

@ianb ianb added this to the Backlog milestone Aug 22, 2019
ianb added a commit that referenced this issue Sep 23, 2019
- This adds some support just for Spotify, as a first service
- Does some service detection, so in the future other services can be detected from history
- Loads services dynamically from extension/services/*
- Renames the services.js module to background/serviceList.js
- Implements a generic content script injection system
@ianb
Copy link
Contributor Author

ianb commented Oct 2, 2019

This has been added recently.

@ianb ianb closed this as completed Oct 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant