Skip to content

Commit

Permalink
feat/skill_aliases (#6)
Browse files Browse the repository at this point in the history
* feat/skill_aliases

* feat/skill_aliases
  • Loading branch information
JarbasAl authored Jul 11, 2024
1 parent b01b476 commit ebdce8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class BandCampSkill(OVOSCommonPlaybackSkill):
def __init__(self, *args, **kwargs):
super().__init__(skill_icon=join(dirname(__file__), "res", "logo.png"),
supported_media=[MediaType.GENERIC, MediaType.MUSIC],
skill_voc_filename="bandcamp_skill",
*args, **kwargs)

@classproperty
Expand Down
2 changes: 2 additions & 0 deletions locale/en-us/bandcamp_skill.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(band camp|bandcamp)
(band camp|bandcamp) skill
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
py_bandcamp>=0.7.0
ovos-utils >= 0.0.38
ovos-workshop>=0.0.16a39
ovos-workshop>=0.0.16a43
ovos_plugin_common_play

0 comments on commit ebdce8a

Please sign in to comment.