Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2017-02-15, 16:59)raspberry_pd Wrote:
(2017-02-11, 00:44)Pr.Sinister Wrote: #3 - DialogPlayerProcessInfo.xml is missing from the 1080i folder. It is a new dialog meant to replace what you saw when you pressed 'o' (CodecInfo)

I looked at the one made by Gade for his Rapier skin and it was nice and clean so i modded it for Aeon MadNox.

Nice work Pr.Sinister. I'm rigging it to work in the latest Amber skin.

Unfortunately we're still missing the Video codec. It seems rather silly that the new *equivalent* of CodecInfo ... doesn't, erm, actually display the video codec Smile

I wonder if there's any documentation for this section of the Kodi codebase ...

The Codec is there. It is now part of the decoder. when you see something like FF-H264-D3D11VA, FF means the decoder, H264 is the codec and D3D11VA is the DXVA Hardware decoding.

If you play an XviD avi file, it will probably show FF-MPEG4... That means FF decoder, MPEG4 Codec and no hardware decoding. An mpg file will be FF-MPEG1VIDEO, etc...

If you prefer just seeing the Codec, you can change

Code:
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(videodecoder)][/UPPERCASE]</label>

to

Code:
<label fallback="31001">[UPPERCASE]$INFO[VideoPlayer.VideoCodec][/UPPERCASE]</label>

Personally, i would just do this:

Code:
<label fallback="31001">[UPPERCASE]$INFO[Player.Process(videodecoder)][/UPPERCASE] ($INFO[VideoPlayer.VideoCodec])</label>

That last would display like this:

FF-H264-D3D11VA (h264)

All the InfoLabels are well documented. Find the ones pertinent to this topic here: http://kodi.wiki/view/InfoLabels#Player_labels
[4 Kodi Clients + 4 Norco RPC-4224 Media Servers w/376 TB HDD Space]


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
RE: Aeon Madnox for Krypton / Jarvis - [RC2 Revision 0.9.1] 30/05 - by Pr.Sinister - 2017-02-15, 17:47
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39