crobibero / jellyfin-plugin-tmdb-trailers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jellyfin TMDb Trailers Plugin

Part of the Jellyfin Project

This plugin is built with .NET to watch trailers sourced from TMDb

TODO:

  • Some trailers will fail to play for unknown reasons
  • Implement Vimeo playback

Build Process

  1. Clone or download this repository

  2. Ensure you have .NET Core SDK setup and installed

  3. Build plugin with following command.

dotnet publish --configuration Release --output bin
  1. Place the resulting file in the plugins folder under the program data directory or inside the portable install directory

Repo: https://raw.githubusercontent.com/crobibero/jellyfin-plugin-tmdb-trailers/master/manifest.json

About

License:GNU General Public License v3.0


Languages

Language:C# 82.9%Language:HTML 17.1%