-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The OCP Sprint #15
Comments
Lot's of good things in here. One thing I thought of when doing the first draft of the Spotify skill was how checking if an uri was supported is done.... checking if the uri starts with the uri-type reported by the audio service followed by In the spotify skill / audio backend I ran into the issue that spotify "uri's" starts with Extending the audioservice with a method |
initial docs OpenVoiceOS/ovos-technical-manual#14 |
sprint to get OCP into it's next stage, this should accompany ovos-core 0.0.8 if possible but since it has an independent release cycle it is ok to do this during 0.0.9 dev cycle
please suggest additions
quick refresher on OCP playback types (OCP result setting):
refresher on playback mode (OCP setting)
refresher on media_type (OCP result setting), used in NLP/Search stage
dev strategy:
NLP
refresher on how OCP intent matching currently works
Audio Service
refresher on AudioService
MediaType.ANALOG_AUDIO_INPUT
PlaybackType.EXTERNAL_AUDIO_OUTPUT
Video Service
refresher on how OCP currently handles PlaybackType.VIDEO
MediaType.ANALOG_VIDEO_INPUT
PlaybackType.EXTERNAL_VIDEO_OUTPUT
Web Player Service
refresher on how OCP currently handles PlaybackType.WEBVIEW
skills can provide OCP results to be opened in browsers and additionally request javascript to be executed on page load (eg, to make video fullscreen, remove html elements or adds), this is meant to handle web platforms that dont offer direct streams or include DRM/require login such as netflix, youtube, etc
Session support
Favorite Songs
Performance
Misc Bugs
.desktop
file creation on every module init ovos-ocp-audio-plugin#71Server
Skills
UnitTests
The text was updated successfully, but these errors were encountered: