From 211d9d316af0e3def0448ac87aafc150709b9c9c Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Sat, 14 Feb 2026 17:32:46 +0100 Subject: [PATCH] Update README.md to include new sections for content sorting, limits, and credits --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 866ae68..2c1d095 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,14 @@ This plugin is a fork and enhancement of the original [Media Bar by MakD](https: - [Configuration](#configuration) - [General Settings](#general-settings) - [Custom Content](#custom-content) + - [Content Sorting](#content-sorting) + - [Content Limits](#content-limits) - [Advanced Settings](#advanced-settings) - [Build The Plugin By Yourself](#build-the-plugin-by-yourself) - [Troubleshooting](#troubleshooting) - [Effects Not Showing](#effects-not-showing) - [Docker Permission Issues](#docker-permission-issues) + - [Credits](#credits) - [Contributing](#contributing) --- @@ -97,6 +100,9 @@ This plugin builds upon the original Media Bar with new capabilities and improve Have a look: Client-Settings + * **Local Trailers Preference**: Option to prefer local trailers (from the media item) over online sources. + * **Content Sorting Options**: Sort content by various criteria such as PremiereDate, ProductionYear, Random, or Original order. + * **Client-Side Settings**: Allow users to override settings locally on their device. ### Core Features * **Immersive Slideshow**: Rotates through your media library @@ -104,6 +110,7 @@ This plugin builds upon the original Media Bar with new capabilities and improve * **Direct Play**: Click "Play" to start watching immediately * **Details View**: Click "Info" to jump to the item's detail page * **Add To Favorites**: Click the heart to add the item to your favorites +* **Customize**: Change the plugins behavior through the Jellyfin admin panel ## Installation @@ -271,6 +278,12 @@ volumes: - /path/to/jellyfin/config/index.html:/jellyfin/jellyfin-web/index.html ``` +## Credits + +This project is based on the original [Jellyfin Media Bar by MakD](https://github.com/MakD/Jellyfin-Media-Bar) and incorporates concepts from [IAmParadox27's plugin fork](https://github.com/IAmParadox27/jellyfin-plugin-media-bar). Thanks for their work! + +Also, special thanks to IAmParadox27 for the [File Transformation plugin](https://github.com/IAmParadox27/jellyfin-plugin-file-transformation) which this plugin can optionally use for improved Docker compatibility. + ## Contributing Feel free to contribute to this project by creating pull requests or reporting issues.