Updates to details pages including videos' stream details display (#279)

## Details

This PR updates the detail pages for Movies & TV Shows.

- Increase backdrop image size & brightness (now matches home page)
- Increase max width for titles
- Decrease max width for detail text
- Switch to using a customized display labels for video, audio, &
subtitle streams

Additional change for movie pages:

- Don't dim movie details text
- Move video stream details below play buttons
- Move first row up higher

### Labels

Instead of using the server provided `DisplayTitle`, create display
labels in-app. In general, this shortens the text without losing
significant detail. It is similar to the official app.

Some of the changes:
- Don't show "SDR", only "HDR"
- Simplify audio channel info, eg "Surround 5.1" => "5.1"
- Show chosen subtitle language
- Show chosen subtitle codec
- Show "(+#)" if there are additional audio or subtitle tracks
- Use gray background slightly tinted by the theme color

## Issues
Closes #239
This commit is contained in:
damontecres 2025-11-24 15:35:55 -05:00 committed by GitHub
parent 7be4fb5fdf
commit 5b96be6662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 427 additions and 291 deletions

View file

@ -324,6 +324,8 @@
<string name="year">Year</string>
<string name="decade">Decade</string>
<string name="remove">Remove</string>
<string name="dolby_vision">Dolby Vision</string>
<string name="dolby_atmos">Dolby Atmos</string>
<string-array name="theme_song_volume">
<item>Disabled</item>