Update README.md to include new sections for content sorting, limits, and credits
This commit is contained in:
13
README.md
13
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
|
||||
<summary>Have a look:</summary>
|
||||
<img width="513" height="575" alt="Client-Settings" src="https://github.com/user-attachments/assets/3e29a84f-f8ea-4b7b-b561-80493cb1535b" />
|
||||
</details>
|
||||
* **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.
|
||||
|
||||
Reference in New Issue
Block a user