Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

xjasonlyu/jellyfin-plugin-avdc

Repository files navigation

Metadata Provider Plugin for Jellyfin/Emby

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

GitHub Workflow Status GitHub GitHub release (latest by date)

English | 简体中文

Features

  • Movie Metadata
    • Title
    • Intro
    • Genre
    • Director
    • Actors
    • Studio
    • Tag/Series
    • Poster/Cover
  • Movie Search
  • Actor Metadata
    • Avatar
    • Birthday
    • Stature
    • Nation
    • Blood Type
    • Measurement
  • Actor Search
  • Scheduled Task
    • Auto Metadata Organization
    • Auto Update Plugin (Emby only)
  • Fast Scraping Speed
  • Cover Auto Face-Recognition

Installation

Jellyfin >= 10.7.0 || Emby >= 4.6.0

Plugin

  • Jellyfin Dashboard

    • Plugins -> Repositories
    • Add URL:manifest.json
    • Catalog -> AVDC,Install latest
    • Restart Jellyfin
    • Make sure AVDC is checked
  • Emby Plugin Folder

    • Download Releases
    • Extract dll file,upload to plugin folder
    • Restart Emby

Configuration

Naming

Rules

  1. Filename is Case-Insensitive
  2. Most replaceable for _ & -
  3. Chinese subtitle with -C suffix
  4. More Details at Movie Naming

Credits