artwork updates (#2624)

* add new logo svg; replace favicons

* replace background

* allow error/offline background customization
This commit is contained in:
Jason Dove
2025-11-10 16:01:47 -06:00
committed by GitHub
parent d93c404607
commit e2d8dee8cd
21 changed files with 272 additions and 36 deletions
@@ -760,6 +760,10 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
}
string videoPath = Path.Combine(FileSystemLayout.ResourcesCacheFolder, "background.png");
if (!File.Exists(videoPath))
{
videoPath = Path.Combine(FileSystemLayout.ResourcesCacheFolder, "_background.png");
}
var videoVersion = BackgroundImageMediaVersion.ForPath(videoPath, desiredResolution);