-
I want to disable: "set volume to maximum". Where is that code/skill located? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
how do i unload this skill? |
Beta Was this translation helpful? Give feedback.
-
uninstall it, or blacklist it in mycroft.conf OVOS does not force skills and doesnt install them again on boot by itself like mycroft did. dont want a skill? dont install it |
Beta Was this translation helpful? Give feedback.
-
tell me how to uninstall it from the command line or blacklist it in the my...conf (what is the path) |
Beta Was this translation helpful? Give feedback.
-
you can uninstall it by you can blacklist it by adding the skill_id to your config https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L214, the skill_id is the config is at |
Beta Was this translation helpful? Give feedback.
you can uninstall it by
pip uninstall ovos-skill-volume
, assuming you are not using dockeryou can blacklist it by adding the skill_id to your config https://github.com/OpenVoiceOS/ovos-config/blob/dev/ovos_config/mycroft.conf#L214, the skill_id is
skill-ovos-volume.openvoiceos
the config is at
~/.config/mycroft/mycroft.conf
, if it doesnt exist, create the file and add only the values you want to change (the default values come from link above). config docs here for reference