Make filtering local to each device
Original-merge: ad8868a996
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
Add support for plugin revisions with bad timestamps
Original-merge: 71ab6fea5d
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
Show Skip Button When 'Next Video Info Overlay' is Disabled
Original-merge: 3311a1407f
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
With MKV disabled and hlsInTs, hevc videos work properly by remuxing on Hisense Vidaa OS. Tested on model 55U7QF.
Removed force disabling hevc as it is no longer required with hlsInTs
* Added option to control how long the screensaver takes to start
* ESLint fixes
* Requested pull request fixes
* Alphabetized the translation string placement
* Simplified getter
Profile 10 spec covers DoVi video with and without the fallback layer.
For now, once a device reports support for dav1.10, it is assumed that
the device supports them all.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
* Include The Name Of The TV Show while displaying Episodes In Playlists.
* Include The Name Of The TV Show while displaying Episodes In Collections.
* Undoing Carbuilder changes.
* Undoing itemHelper changes
* change in playlistViewer using showParentTitle
The remote I have has some extra "media" buttons besides the already
supported playback controls.
This adds support for "Find" button to navigate to search page and
"BrowserHome" button to navigate back to main screen.
Adding these to the `NavigationKeys` only enables functionality for TV
mode which I think is pretty reasonable constraint - on actual desktop
people might prefer to use these keys to control the browser rather than
Jellyfin interface.
* Override mp3 remux container
The server generally filters out invalid containers for HLS in most cases. However, MP3 is a special case because, while it is technically possible and allowed as a codec for fMP4 on the server side, most browsers do not support it. Override the remux container to force MPEG-TS for MP3. The server will still direct play MP3 in an MP3 container. This is useful for supporting universal containers like MKA.
* Fix lint
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>