mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add support for cinema mode (#1305)
## Description Adds support for cinema mode, which is enabled by default. When enabled and if starting playback from the beginning, the server is queried for any "intros", ie prerolls or trailers, to play first. These are shown in the queue and can be skipped if desired. The server has to provide the intros, so a plugin like https://github.com/jellyfin/jellyfin-plugin-intros or https://github.com/CherryFloors/jellyfin-plugin-cinemamode is required server-side. ### Related issues Closes #418 Closes #1180 ### Testing Emulator and server w/ https://github.com/CherryFloors/jellyfin-plugin-cinemamode ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
ea6a0227b0
commit
edb37f5d69
11 changed files with 170 additions and 64 deletions
|
|
@ -86,6 +86,7 @@ message PlaybackPreferences {
|
|||
bool refresh_rate_switching = 22;
|
||||
bool resolution_switching = 23;
|
||||
string external_player = 24;
|
||||
bool cinema_mode = 25;
|
||||
}
|
||||
|
||||
message HomePagePreferences{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue