Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skill.json #15

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include locale *
recursive-include gui *
22 changes: 22 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"skill_id": "skill-ovos-wallpapers.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wallpapers",
"extra_plugins": {
"core": [],
"PHAL": ["ovos-PHAL-plugin-wallpaper-manager"],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"name": "Wallpaper Changer",
"description": "Pictures from selected subreddits.",
"examples": [
"new wallpaper",
"change wallpaper to nature",
"show me a picture",
"show me a picture with dogs",
"make that my wallpaper"
],
"tags": ["wallpapers", "images", "pictures"]
}
2 changes: 1 addition & 1 deletion locale/en-us/wallpaper.random.intent
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(change|random|new) (wallpaper|wall paper)
(change|random|new) (current|homescreen|the|) (wallpaper|wall paper)
10 changes: 0 additions & 10 deletions res/desktop/skill-wallpapers.desktop

This file was deleted.

25 changes: 0 additions & 25 deletions res/desktop/skill.json

This file was deleted.

Binary file removed res/icon/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion translations/en-us/intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"(change|random|new) (wallpaper|wall paper) (about|for|with|to) {query}"
],
"wallpaper.random.intent": [
"(change|random|new) (wallpaper|wall paper)"
"(change|random|new) (current|homescreen|the|) (wallpaper|wall paper)"
]
}
Loading