fix ui display of multiple languages (#1474)

This commit is contained in:
Jason Dove
2023-10-08 18:21:48 -05:00
committed by GitHub
parent c3fe263978
commit 17bed524f2
4 changed files with 5 additions and 6 deletions
+2
View File
@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix some cases where ffmpeg process would remain running after properly closing ErsatzTV
- Fix QSV HLS segment duration
- This behavior caused extremely slow QSV stream starts
- Fix displaying multiple languages in UI for movies, artists, shows
### Changed
- Upgrade ffmpeg to 6.1, which is now *required* for all installs
@@ -43,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- In FFmpeg Profile editor, only display hardware acceleration kinds that are supported by the configured ffmpeg
- Test QSV acceleration if configured, and fallback to software mode if test fails
- Detect QSV capabilities on Linux (supported decoders, encoders)
- Use hardware acceleration for error messages/offline messages
## [0.8.2-beta] - 2023-09-14
### Added