Enhance README.md with new features: added custom trailer URL option, client settings, and updated client platform support details.
This commit is contained in:
25
README.md
25
README.md
@@ -82,11 +82,21 @@ This plugin builds upon the original Media Bar with new capabilities and improve
|
|||||||
* **Smarter Playback**:
|
* **Smarter Playback**:
|
||||||
* Option to wait for the trailer to end before advancing the slide.
|
* Option to wait for the trailer to end before advancing the slide.
|
||||||
* Mute/Unmute controls
|
* Mute/Unmute controls
|
||||||
|
* **Override Trailers**: Manually specify a custom trailer URL for any item via the Custom Media IDs list
|
||||||
* **Customization**:
|
* **Customization**:
|
||||||
* **Custom Media IDs**: Manually specify which items (Movies, Series, Collections/Boxsets) to display. Easily configurable via the plugin settings
|
* **Custom Media IDs**: Manually specify which items (Movies, Series, Collections/Boxsets) to display. Easily configurable via the plugin settings
|
||||||
* **Seasonal Content Mode**: Define date-based lists for holidays and seasons (e.g., Halloween, Christmas)
|
* **Seasonal Content Mode**: Define date-based lists for holidays and seasons (e.g., Halloween, Christmas)
|
||||||
* Pagination dots turn into a counter (e.g., 1/20) if the limit is exceeded
|
* Pagination dots turn into a counter (e.g., 1/20) if the limit is exceeded
|
||||||
|
<details>
|
||||||
|
<summary>Have a look:</summary>
|
||||||
|
<img width="167" height="142" alt="PagDots_Number" src="https://github.com/user-attachments/assets/6a0a5040-cf13-4d9c-ae96-f50ec249c3f1" />
|
||||||
|
</details>
|
||||||
* Option to disable the loading screen
|
* Option to disable the loading screen
|
||||||
|
* Client Settings: Optionally allow users to set selected media bar settings from their client.
|
||||||
|
<details>
|
||||||
|
<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>
|
||||||
|
|
||||||
### Core Features
|
### Core Features
|
||||||
* **Immersive Slideshow**: Rotates through your media library
|
* **Immersive Slideshow**: Rotates through your media library
|
||||||
@@ -118,13 +128,14 @@ Because this plugin relies on injecting JavaScript and CSS into the web interfac
|
|||||||
|
|
||||||
| Client Platform | Status | Notes |
|
| Client Platform | Status | Notes |
|
||||||
| :--- | :---: | :--- |
|
| :--- | :---: | :--- |
|
||||||
| **Web Browsers** (Chrome, Firefox, Edge, etc.) | ✅ | Fully supported. |
|
| **Web Browsers** (Firefox, Chrome etc.) | ✅ | Direct JS injection |
|
||||||
| **Jellyfin Media Player** (Windows/Linux/macOS) | ✅ | Fully supported. |
|
| **Jellyfin Media Player** (Windows/Linux/macOS) | ✅ | Uses jellyfin web |
|
||||||
| **Android App** | ✅ | Works (Web wrapper). |
|
| **Android App** | ✅ | Uses a web wrapper |
|
||||||
| **iOS App** | ✅ | Works (Web wrapper). |
|
| **iOS App** | ✅ | Uses a web wrapper |
|
||||||
| **Android TV / Fire TV** | ❌ | **Not supported** (Native UI). |
|
| **Android TV / Fire TV** | ❌ | **Not supported.** Uses a native Java/Kotlin UI. |
|
||||||
| **Roku** | ❌ | **Not supported** (Native UI). |
|
| **Roku** | ❌ | **Not supported.** Uses a native UI. |
|
||||||
| **Swiftfin** | ❌ | **Not supported** (Native UI). |
|
| **Swiftfin** (iOS/tvOS) | ❌ | **Not supported.** Uses a native Swift UI. |
|
||||||
|
| **Kodi** (via Jellyfin Addon) | ❌ | **Not supported.** Uses Kodi's native skinning engine. |
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user