Nehereus / avdc-api-with-translation

AVDC-API Backend Server with Deepl translation supporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVDC-API Backend Server

CLI Version

GUI Version

API Version

GitHub last commit

Features

  • Flask-based server is compatible with Jellyfin.Plugin.AVDC
  • Cover image can be cropped based on Google Vision
  • Metadata can be stored in Database (e.g. Sqlite, Mysql)

Document

Document can be found at Wiki

API

Endpoint Description
/actress/<name> Retrieve Actress Metadata
/metadata/<vid> Retrieve Movie Metadata
/image/actress/<name> Retrieve 2:3 Scale Actress Avatar
/image/primary/<vid> Retrieve 2:3 Scale Movie Poster
/image/thumb/<vid> Retrieve 16:9 Scale Movie Thumbnail
/image/backdrop/<vid> Retrieve Full Scale Movie Backdrop

License

This software is released under the GPL-3.0 open-source license.

About

AVDC-API Backend Server with Deepl translation supporting

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Dockerfile 0.2%