Giter Club home page Giter Club logo

skill-playback-control's Introduction

Playback Control

Common playback control system

About

This Skill doesn't do anything by itself, but it provides an important common language for audio playback skills. By handling simple phrases like 'pause', this one Skill can turn around and rebroadcast the messagebus command mycroft.audio.service.pause, allowing several music services to share common terminology such as "pause".

Additionally, this implements the common Play handler. This allows playback services to negotiate which is best suited to play back a specific request. This capability is used by the Spotify and Pandora Skills, among others.

Examples

  • "Play my summer playlist"
  • "Play Pandora"
  • "Pause"
  • "Resume"
  • "Next song"
  • "Next track"
  • "Previous track"
  • "Previous song"

Credits

Mycroft AI (@MycroftAI)

Category

Music

Tags

#music #play #playback #pause #resume #next #system

skill-playback-control's People

Contributors

aiix avatar aleale99 avatar chrisveilleux avatar devs-mycroft avatar e-gor avatar forslund avatar gras64 avatar jarbasal avatar kathyreid avatar krisgesling avatar learnedvector avatar luke5sky avatar matthewscholefield avatar penrods avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

skill-playback-control's Issues

Play contents of folder in local files.

Is your feature request related to a problem? Please describe.
Play local music, when copying a DC only has track1, track2, track3, ...

Describe the solution you'd like
Ideally I would only need to name the folder the music files are in.

Describe alternatives you've considered
Batch renaming the tracks so that they contain the name of the album.

Additional context
this is one of the default apps available for the mark2 on the dinkum.
this might be more relevant elsewhere?

Add single word handling for intents like "next"

If I have music playing and say "next", I think we can safely assume the user is talking about the media playback and would like to skip to the next song.

This would need to be added as a Padatious intent as single keyword Adapt intents can have unintended consequences eg "when is the next bus" > may change to the next track.

add "skip" and "rewind" intents

MycroftAI/mycroft-core#1944 adds audioservice support for seeking in currently playing track, once merged intents should be done for it

"hey mycroft, rewind 5 seconds"
"hey mycroft, skip 10 seconds"
"hey mycroft, seek 20 seconds"
"hey mycroft, seek minus 50 seconds"

translation isue - translated play dosnt get removed from data

It seems like that if I translate the Play.voc the words dosnt get removed from the data. If I keep play in the voc file and use play it is removed.

Tryed to figure out why and where but didnt really find the problem.

I did see hardcoded lang='en-us' ut dossnt seem to be the issue.

Also did see this

           if not voc:
                voc = resolve_resource_file(join('text', lang,
                                                 voc_filename + '.voc'))

but the resolve_resource_file seems to be undefined. But again I am not sure it is related to my problem.

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.