Skip to content

Commit

Permalink
Disable Opus audio by default
Browse files Browse the repository at this point in the history
- Workaround for anxdpanic#537
  • Loading branch information
MoojMidge committed Dec 7, 2023
1 parent 6fb3fe9 commit 77759ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
</setting>
<setting id="kodion.mpd.stream.features" type="list[string]" parent="kodion.mpd.videos" label="30748" help="">
<level>0</level>
<default>avc1,vp9,av01,hdr,hfr,vorbis,opus,mp4a,ssa,ac-3,ec-3,dts,filter</default> <!-- All features -->
<default>avc1,vp9,av01,hdr,hfr,vorbis,mp4a,ssa,ac-3,ec-3,dts,filter</default> <!-- All features except opus and no HFR at max quality -->
<constraints>
<options>
<option label="30727">avc1</option>
Expand Down

0 comments on commit 77759ad

Please sign in to comment.