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
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
- 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
We want to add intents to play music:
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.
The text was updated successfully, but these errors were encountered: