add preferred audio title feature (#943)

* use consistent edit/delete icons

* add preferred audio title feature

* update dependencies
This commit is contained in:
Jason Dove
2022-08-30 17:04:41 -05:00
committed by GitHub
parent 3aee3b0515
commit 46331ed2c6
46 changed files with 4471 additions and 24 deletions
+7
View File
@@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fix scanner crash caused by invalid mtime
- `VAAPI`: Downgrade libva from 2.15 to 2.14
### Added
- Add `Preferred Audio Title` feature
- Preference can be configured in channel settings and overridden on schedule items
- When a title is specified, audio streams that contain that title (case-insensitive search) will be prioritized
- This can be helpful for creating channels that use commentary tracks
- External tooling exists to easily update title/name metadata if your audio streams don't already have this metadata
## [0.6.6-beta] - 2022-08-17
### Fixed
- Use MIME Type `application/x-mpegurl` for all playlists instead of `application/vnd.apple.mpegurl`