Skip to content
This repository was archived by the owner on Jul 21, 2024. It is now read-only.

Conversation

JarbasAl
Copy link

add wake word engines plugin

test with https://github.com/JarbasAl/dummy_wakeword_plugin

in config just choose a wake word with module "dummy_ww_plug", in this case config is simply ignored and wake word name (or other fields) do not matter, you only need an entry with module set to "dummy_ww_plug"

@forslund
Copy link
Owner

Tested works great. Merging!

@forslund forslund merged commit f3a534f into forslund:feature/plugin-system Oct 12, 2020
forslund pushed a commit that referenced this pull request Jan 31, 2021
forslund pushed a commit that referenced this pull request Jan 31, 2021
Update to latest commit
forslund pushed a commit that referenced this pull request Jul 15, 2023
* feat/extra_skill_dirs

this allows users to organize skills like they want, i leave here my .conf to illustrate the use case

```
"skills": {
 // additional skill directories, (un)comment lines to enable/disable skill categories
  "extra_directories": [
        "/home/user/PycharmProjects/skills/game-skills",
        "/home/user/PycharmProjects/skills/ocp_skills/audiobooks",
        "/home/user/PycharmProjects/skills/ocp_skills/cartoons",
        "/home/user/PycharmProjects/skills/ocp_skills/documentaries",
        "/home/user/PycharmProjects/skills/ocp_skills/iptv",
        "/home/user/PycharmProjects/skills/ocp_skills/motion_comics",
        "/home/user/PycharmProjects/skills/ocp_skills/movie",
        "/home/user/PycharmProjects/skills/ocp_skills/music",
        "/home/user/PycharmProjects/skills/ocp_skills/news",
        "/home/user/PycharmProjects/skills/ocp_skills/podcasts",
        "/home/user/PycharmProjects/skills/ocp_skills/radio",
        "/home/user/PycharmProjects/skills/ocp_skills/radio_theatre",
        "/home/user/PycharmProjects/skills/ocp_skills/short_films",
        "/home/user/PycharmProjects/skills/ocp_skills/video",
    //  "/home/user/PycharmProjects/skills/ovos_skills",
        "/home/user/PycharmProjects/skills/mycroft_skills"
  ],
  "wait_for_internet": false,
  "msm": {"disabled": true}
}
```

* deprecate directory_override

before multiple skill folder support this would change /opt/mycroft/skills to a user defined path. This functionality has been superseded

Co-authored-by: jarbasai <jarbasai@mailfence.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants