avdc-api icon indicating copy to clipboard operation
avdc-api copied to clipboard

AVDC-API Backend Server.

AVDC-API Backend Server

This code is no longer maintained, for anyone looking for an alternative implementation, please see this project.

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.