Skip to content

Instantly share code, notes, and snippets.

View Impre-visible's full-sized avatar

Impre'visible Impre-visible

View GitHub Profile
@Impre-visible
Impre-visible / plugin.yaml
Created March 8, 2024 17:11
The description of a Chocolate Plugin
name: Fanart.TV For Movie
version: "1.0.0"
author: Impre-visible
@Impre-visible
Impre-visible / main.py
Created March 8, 2024 17:00
A simple plugin, to use the fanart.tv cover/banner for the movies
from pathlib import Path
from chocolate_app.plugins_loader import events
from chocolate_app.tables import Movies
from chocolate_app import DB
import threading
import requests
TPDB_API_KEY = "YOUR_FANART_TV_API_KEY"