Kodi Community Forum

Full Version: MediaChat , ask ChatGPT about your selected media
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have made a simple addon that integrates with ChatGPT (you'll need an API key, which you can get free that includes some free use, then decide to pay as you go, or not, and currently it is very cheap for the limited amount of data used in each request/response).

It adds a context entry "MediaChat"  when the item is a Movie or TV Show.

When clicked, it brings up a selection box with an entry "Type in a new entry..." that you can use to open the keyboard and type in your own prompt (which in turn gets saved to the list, for quicker access in other media), or select one of the per-installed sample entries.

When submitted, it sends a prompt along with the "media" (movie or tvshow) and the Title and year, and then appends your prompt text.

The original request data sent and the response is displayed in a simple dialog for viewing.

Works for me in Matrix and Nexus, windows, Ubuntu and Shield.

I will be adding additional functionality (like allowing for Music, artists/album, series Episode, and maybe even Actors), as well as a way to manage the cached list of previous questions that will continue to grow for each new typed prompt.

There is no ability to "continue" the chat, it is a one-shot request/response for now.

Open to other ideas for this addon, as well as any bugs/issues you might have.

Enjoy!


Kodi File Manager Source:
https://kcook98765.github.io/repository.kcook98765/

Direct ZIP Install:
https://github.com/kcook98765/repository...-1.0.2.zip


Once repository is installed, you can install the "Context Menus" addon "MediaChat"