forslund / mopidy_skill

A Mycroft skill for controlling the mopidy media player
GNU General Public License v3.0
15 stars 14 forks source link

Mycroft does not recognize play commands #19

Closed Colonial-Dev closed 5 years ago

Colonial-Dev commented 5 years ago

Asking Mycroft to play "Launch by Logan Gabriel" or some other song/album/etc fails with:

Just one moment while I look for that... I'm not sure how to play Launch by Logan Gabriel.

Is there some step I'm missing to make Mycroft use the new skill? Or have I messed up somewhere else?

Thanks.

forslund commented 5 years ago

Hi, Mycroft's default skill dir is /opt/mycroft/skills could that be the issue?

It sounds like the common play framework is invoked, I am in the process of moving over to that framework (see the branch common-play), however the handling is still very rough. For a good result you need to be very minimalistic in your utterances: just "play ALBUM" or "play ARTIST"

Colonial-Dev commented 5 years ago

Okay, moving the skill to /opt/mycroft/skills fixed the issue, and I'm able to play albums and artists. Thanks for your help.