awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesMedia Server Plugins

Modular extensions designed to add functionality to media server software.

Distinguishing note: Existing candidates focus on metadata declarations or general software architecture rather than the specific context of media server extensions.

Explore 6 awesome GitHub repositories matching content management & publishing · Media Server Plugins. Refine with filters or upvote what's useful.

Awesome Media Server Plugins GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jxxghp/moviepilotAvatar de jxxghp

    jxxghp/MoviePilot

    11,254Ver en GitHub↗

    MoviePilot is a self-hosted media orchestrator and NAS media library automator. It coordinates workflows between downloaders, metadata scrapers, and file systems to automate the discovery, downloading, renaming, and organization of movie and television content. The system functions as an LLM media management agent, allowing users to control subscriptions, searches, and file organization through conversational text commands. It also acts as a Model Context Protocol server, exposing internal media management tools via a standardized interface for external AI clients and agents. The project inc

    Provides a framework for developing modular extensions to add custom automation logic to the media server.

    Python
    Ver en GitHub↗11,254
  • meetecho/janus-gatewayAvatar de meetecho

    meetecho/janus-gateway

    9,117Ver en GitHub↗

    Janus is a WebRTC media gateway that routes real-time audio, video, and data between web browsers and server-side application logic. It functions as a central media relay that manages session negotiation and encryption for multiple browser endpoints. The project utilizes a modular plugin architecture that decouples the core server from specific media logic, allowing developers to implement custom modules for media processing, event handling, and transport protocols. This design enables the server to act as a protocol translation bridge, converting WebRTC streams into legacy formats such as SI

    Enables the development of server-side plugins for bespoke WebRTC media processing and communication logic.

    C
    Ver en GitHub↗9,117
  • metatube-community/jellyfin-plugin-metatubeAvatar de metatube-community

    metatube-community/jellyfin-plugin-metatube

    4,353Ver en GitHub↗

    Este proyecto es un plugin de metadatos y proveedor de biblioteca multimedia para Jellyfin, diseñado para obtener información de películas y programas desde servidores remotos. Funciona como un organizador multimedia automatizado que completa las bibliotecas de Jellyfin con títulos, biografías de actores e imágenes. El plugin incluye un motor local de detección de rostros para centrar y recortar automáticamente las miniaturas de los actores y las portadas de los medios. También proporciona herramientas de traducción que utilizan APIs externas para convertir resúmenes y reseñas de películas a los idiomas de destino. El sistema gestiona la organización de medios mediante la agrupación de videos de varios discos, reasignación de géneros y etiquetado de idiomas de subtítulos. Soporta mejoras visuales como la adición de indicadores de subtítulos en los pósteres y la incrustación de vistas previas de tráileres remotos. El servicio backend puede instalarse mediante binario o contenedor, con opciones para despliegue en la nube y seguridad de acceso basada en tokens.

    Connects the Jellyfin plugin to a remote data backend by specifying the server address in the configuration.

    C#auto-translationdotnetemby
    Ver en GitHub↗4,353
  • javscraper/emby.plugins.javscraperAvatar de JavScraper

    JavScraper/Emby.Plugins.JavScraper

    3,743Ver en GitHub↗

    This project is a metadata plugin for Emby that functions as a specialized media scraper. Its primary purpose is to automatically fetch movie details and images from external databases to populate adult media libraries. The tool identifies video content by extracting unique product identification codes from filenames, which it then uses to match media files to the correct database entries. This process automates the retrieval of detailed metadata and cover art, removing the need for manual data entry. The plugin integrates into the media server's metadata provider pipeline, using asynchronou

    Acts as a specialized plugin for Emby to automate the population of media libraries with external metadata.

    C#adultembyfanart-poster
    Ver en GitHub↗3,743
  • universalmediaserver/universalmediaserverAvatar de UniversalMediaServer

    UniversalMediaServer/UniversalMediaServer

    2,624Ver en GitHub↗

    UniversalMediaServer is a self-hosted media streaming platform designed to serve video, audio, and image files to network-connected hardware. It functions as a DLNA and UPnP media server, enabling the distribution of content across a local area network by automatically detecting playback devices and managing media delivery. The platform distinguishes itself through a dynamic transcoding pipeline that adjusts bitrates and codecs on the fly to ensure compatibility with diverse hardware. It further enhances the viewing experience by automatically fetching metadata and cover art from external dat

    Provides modular extensions designed to add functionality to media server software.

    Javaangulardlnadlna-upnp
    Ver en GitHub↗2,624
  • intro-skipper/intro-skipperAvatar de intro-skipper

    intro-skipper/intro-skipper

    2,469Ver en GitHub↗

    Intro Skipper is a media server plugin and automated playback utility designed to identify and bypass television opening sequences. It functions as an automated content sequence skipper that detects repeated introduction segments in video files to improve viewing efficiency. The tool employs audio fingerprinting to analyze audio patterns during playback, comparing waveforms against known templates to trigger skip events. It allows for the management of playback preferences across multiple client devices to determine how these opening sequences are handled. The project covers automated media

    Functions as an extension for media servers to manage playback preferences and automated skipping.

    C#jellyfinjellyfin-mediasegment-providerjellyfin-plugin
    Ver en GitHub↗2,469
  1. Home
  2. Content Management & Publishing
  3. Media Server Plugins

Explorar subetiquetas

  • WebRTC Media Processing PluginsCustom modules that the server loads to handle WebRTC media streams, such as audio bridges, video rooms, and SIP gateways. **Distinct from Media Server Plugins:** Distinct from Media Server Plugins: specifically for WebRTC media processing in a Janus-like gateway, not general media server extensions.