From 80698f6f98d1bf501085cfdc5e474cf50520bc60 Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 15 Nov 2024 15:33:11 +0000 Subject: [PATCH] fix: add missing skill.json --- locale/en-us/skill.json | 25 ++++++++++++++++ res/desktop/skill.json | 53 --------------------------------- skill.json | 66 ----------------------------------------- 3 files changed, 25 insertions(+), 119 deletions(-) create mode 100644 locale/en-us/skill.json delete mode 100644 res/desktop/skill.json delete mode 100644 skill.json diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..5f47861 --- /dev/null +++ b/locale/en-us/skill.json @@ -0,0 +1,25 @@ +{ + "skill_id": "skill-moviemaster.openvoiceos", + "source": "https://github.com/OpenVoiceOS/ovos-skill-moviemaster", + "name": "Movie Master", + "description": "Find information about movies, actors, and production details. Easily find information about a movie with your voice.", + "examples": [ + "What is the movie _______ about?", + "Tell me about the movie _______", + "Who plays in the movie _______?", + "What genres does the flick _______ belong to?", + "Look for information on the movie _______.", + "When was the movie _______ made?", + "Do you have info on the film _______?", + "What are popular movies playing now?", + "What films do you recommend like _______?", + "How long is the movie _______?", + "What are the highest rated movies out?" + ], + "tags": [ + "TMDB", + "Movies", + "Actors", + "entertainment" + ] +} \ No newline at end of file diff --git a/res/desktop/skill.json b/res/desktop/skill.json deleted file mode 100644 index 27370a2..0000000 --- a/res/desktop/skill.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "authorname": "BuilderJer", - "foldername": "ovos-skill-moviemaster", - "url": "https://github.com/builderjer/ovos-skill-moviemasteer", - "branch": "dev", - "license": "apache-2.0", - "tags": [ - "TMDB", - "movies", - "actors", - "openvoiceos", - "mycroft", - "permissive-license" - ], - "short_description": "Get information on movies, actors, and production companies", - "last_updated": "", - "icon": "", - "skillname": "MovieMaster", - "description": "Ask about new movies, or who is in a movie, or a multitude of other movie related questions", - "examples": [ - "What is the movie _______ about?", - "Tell me about the movie _______", - "Who plays in the movie _______?", - "What genres does the flick _______ belong to?", - "Look for information on the movie _______.", - "What company made the movie _______?", - "When was the movie _______ made?", - "Do you have info on the film _______?", - "What are popular movies playing now?", - "What films do you recommend like _______?", - "How long is the movie _______?", - "What are the highest rated movies out?" - ], - "credits": [ - "tmdbv3api - https://github.com/AnthonyBloomer/tmdbv3api.git", - "TMDb API but is not endorsed or certified by TMDb - https://www.themoviedb.org/", - "builderjer@github.com" - ], - "category": "Entertainment", - "categories": [ - "Entertainment" - ], - "requirements": { - "python": [ - "ovos-utils~=0.0, >=0.0.28", - "ovos_workshop~=0.0, >=0.0.11", - "tmdbv3api" - ], - "skill": [], - "system": {} - }, - "desktopFile": false -} diff --git a/skill.json b/skill.json deleted file mode 100644 index f18caff..0000000 --- a/skill.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "title": "", - "url": "https://github.com/builderjer/ovos-skill-moviemasteer", - "summary": "", - "short_description": null, - "description": "Easily find information about a movie with your voice.", - "examples": [ - "What is the movie _______ about?", - "Tell me about the movie _______", - "Who plays in the movie _______?", - "What genres does the flick _______ belong to?", - "Look for information on the movie _______.", - "When was the movie _______ made?", - "Do you have info on the film _______?", - "What are popular movies playing now?", - "What films do you recommend like _______?", - "How long is the movie _______?", - "\"What are the highest rated movies out?" - ], - "desktopFile": false, - "warning": "", - "systemDeps": false, - "requirements": { - "python": [ - "ovos-utils~=0.0, >=0.0.28", - "ovos_workshop~=0.0, >=0.0.11", - "tmdbv3api" - ], - "system": {}, - "skill": [] - }, - "incompatible_skills": [], - "platforms": [ - "i386", - "x86_64", - "ia64", - "arm64", - "arm" - ], - "branch": "master", - "license": "Unknown", - "icon": "", - "category": "Entertainment", - "categories": [ - "Entertainment" - ], - "tags": [ - "TMDB", - "Movies", - "Actors", - "Mark I" - ], - "credits": [ - "This skill uses tmdbv3api avaliable on GitHub at [tmdbv3api](https://github.com/AnthonyBloomer/tmdbv3api.git)", - "It also uses the TMDb API but is not endorsed or certified by TMDb. Information avaliable at [TMDb](https://www.themoviedb.org/)", - "builderjer@github.com" - ], - "skillname": "MovieMaster", - "authorname": "BuilderJer", - "foldername": null, - "last_updated": "", - "ovos-skill-moviemaster": "OVOS skill to query IMDB about movies", - " movie master": "Find information about movies, actors and production details.", - "installation": "Installation should be pretty much effortless. ### Manual Installation ``` pip install git+https://github.com/builderjer/ovos-skill-moviemaster ``` ### After Installation * Ask a question about a movie * \"Hey Mycroft, tell me about the movie Monty Python and the Holy Grail\" * Listen to the awesome response!! If you are experiencing to much usage and the skill is returning errors you may enter your own API key * Signup [here](https://www.themoviedb.org/account/signup) for a FREE account * Get API key [here](https://www.themoviedb.org/settings/api) * You will get a v.3 key and a v.4 key * We will use the v.3 for this version **REMEMBER THIS, YOU WILL NEED IT** * Enter your new v.3 API key in your [Skill Settings File](https://openvoiceos.github.io/community-docs/082-ht_skills_config/)", - "todo": "Keep checking for more updates." -} \ No newline at end of file