add default song album art; adjust default blurhashes (#1946)
* fix song progress on white backgrounds
* remove yellow from default song backgrounds
* add default album art for generated song images
* update changelog
@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add `Song Video Mode` to channel settings
- `Default` - existing behavior
- `With Progress` - show animated progress bar at bottom of generated video
- Add fallback album art image for songs that have no album art
### Changed
- **BREAKING CHANGE**: Change channel identifiers used in XMLTV to work around bad behavior in Plex
@ -17,11 +17,12 @@ public class SongProgressFilter(FrameSize frameSize, Option<TimeSpan> maybeStart
@@ -17,11 +17,12 @@ public class SongProgressFilter(FrameSize frameSize, Option<TimeSpan> maybeStart
@ -17,10 +17,11 @@ public class ResourceExtractorService : BackgroundService
@@ -17,10 +17,11 @@ public class ResourceExtractorService : BackgroundService