Comma separated lists for aCodec, vCodec and container in Matches statements

Issue #711 wontfix
DenyAll created an issue

Forum: http://forum.serviio.org/viewtopic.php?f=3&t=13269&p=78892#p78892

Potential enhancement to readability of profiles. Allow aCodec, vCodec and container attributes in the Matches statement to use comma separated lists (in a similar manner to vFourCC and ftypNotIn). For example:

<Matches container="matroska" aCodec="aac, ac3, mp3, mp2, lpcm" />
<Matches container="avi" vCodec="h264, msmpeg4, wmv2, dvvideo" />
<Matches container="matroska, mpeg, mpegts, mpegvideo, wtv, ogg, 3gp, flv, rm" />

Comments (1)

  1. Log in to comment