-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename mycroft-roon-skill -> (ovos) skill-roon
- Loading branch information
Showing
10 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/usr/bin/env sh | ||
set -ex | ||
|
||
pip3 install -e /mycroft_roon_skill | ||
pip3 install -e /skill_roon | ||
|
||
COMMAND=${1:-"both"} | ||
|
||
if [ "$COMMAND" = "server" ]; then | ||
/home/ovos/.venv/bin/roon-proxy-server | ||
elif [ "$COMMAND" = "skill" ]; then | ||
/home/ovos/.venv/bin/ovos-skill-launcher mycroft-roon-skill.ramblurr /mycroft_roon_skill | ||
/home/ovos/.venv/bin/ovos-skill-launcher skill-roon.ramblurr /skill_roon | ||
else | ||
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tool.poetry] | ||
name = "mycroft-roon-skill" | ||
name = "skill-roon" | ||
version = "0.0.1" | ||
description = "mycroft/ovos roon skill plugin" | ||
authors = ["Ramblurr <[email protected]>"] | ||
|
@@ -46,10 +46,10 @@ line-length = 88 | |
profile = "black" | ||
|
||
[tool.poetry.plugins."ovos.plugin.skill"] | ||
"mycroft-roon-skill.ramblurr" = "mycroft-roon-skill:RoonSkill" | ||
"skill-roon.ramblurr" = "skill-roon:RoonSkill" | ||
|
||
[tool.poetry.scripts] | ||
roon-skill = "mycroft_roon_skill:RoonSkill" | ||
roon-skill = "skill_roon:RoonSkill" | ||
roon-proxy-server = "roon_proxy.roon_proxy_server:main" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters