Skip to content

Commit

Permalink
Fix VP8/VP9 codec labels
Browse files Browse the repository at this point in the history
Variables.xml:
- remove value condition of VideoCodec variable to correctly show VP8/VP9 codecs in media flags
  • Loading branch information
Ch1llb0 authored Oct 14, 2022
1 parent 6bcdc73 commit 0a8ede6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@
<value condition="String.IsEqual(ListItem.VideoCodec,mpeg2) | String.IsEqual(ListItem.VideoCodec,mpeg2video)">MPEG-2</value>
<value condition="String.IsEqual(ListItem.VideoCodec,theora)">Theora</value>
<value condition="String.IsEqual(ListItem.VideoCodec,wvc1)">VC-1</value>
<value condition="String.IsEqual(ListItem.VideoCodec,vp8) | String.IsEqual(ListItem.VideoCodec,vp9)">Webm</value>
<value condition="String.IsEqual(ListItem.VideoCodec,wmv) | String.IsEqual(ListItem.VideoCodec,wmv2) | String.IsEqual(ListItem.VideoCodec,wmv3)">WMV</value>
<value condition="String.IsEqual(ListItem.VideoCodec,xvid)">XviD</value>
<value>$INFO[ListItem.VideoCodec,[UPPERCASE],[/UPPERCASE]]</value>
Expand Down

0 comments on commit 0a8ede6

Please sign in to comment.