felixkmh/DH_Themes

Feature Request: Option to not mute video audio

Closed this issue · 2 comments

I would very much like it, if there was an option to always have the video audio be audible (not muted). If I need to edit some file using notepad to accomplish this that would work for me.

Side note: I love the theme, its basically perfect for my usecase!

So I assume you are talking about the fullscreen theme, right?
If so, you can set the volume to a value between 0 and 1 here:

<Setter Property="MediaElement.Volume" Value="0"/>

Thanks it worked. Yes sorry it relating to fullscreen.

I also had to change the following values, otherwise it would re-mute itself if you scrolled down.

<DoubleAnimation Storyboard.TargetName="VideoTrailer"
                                                         Storyboard.TargetProperty="Volume"
                                                         Duration="1:1" To="1" />
<DoubleAnimation Storyboard.TargetName="VideoTrailer"
                                                         Storyboard.TargetProperty="Volume"
                                                         Duration="1:1" To="1" />