I appreciate frequent updates and don’t mind starting from scratch every now and then. One thing I keep forgetting when moving to a new version is adding two video codec mappings. XBMC does not know about the following two:
Code:
<codec>microsoft</codec>
<codec>v_mpeg2</codec>
By not know, I mean that there is no corresponding image that will be displayed in media flagging until the movie has been played. The names used by XBMC are
wvc1 and
mpeg2video. Are there any obvious downsides to add these mappings to
Settings->Miscellaneous->Audio & Video Codec Mapping by default?
Unless it breaks anything, I suggest that two mappings be added to the default set of video codec mappings:
Code:
microsoft -> wvc1
v_mpeg2 -> mpeg2video
and related to previous post, checking the list of mapped codecs, the following values, does not map to an image in XBMC.
dx50
mpeg4
div3
3ivx
To get XBMC to display an image in media flagging before the video has been played, the value of the codec element + ".png" should be found in
https://github.com/xbmc/xbmc/tree/master...ging/video
The same is true for audio codec values and
https://github.com/xbmc/xbmc/tree/master...ging/audio