When I configure MediaPortal and choose between different codecs, I got tired that the tab-order in MP Config was wrong. So I fixed it for MovieCodec.cs, TVCodec.cs and DVDCodec.cs. Attached patch is against the 1.2.x branch (SVN 28260).
- Start config - Select Codecs and Renderer - choose "TV Codecs" - position cursor on "MPEG-2 Video decoder" - Use "TAB" to tab to the next codec ("H.264 Video decoder") <-- OK - continue tabbing: it will jump to "MPEG / AC3 audio decoder" <-- OK - continue tabbing, it will jump to Audio renderer <-- NOT OK - continue tabbing, it will jump to "LATM AAC audio decoder" <-- NOT OK And as stated the other codec settings are also illogical.
Thanks Mark, In the VC1 build, i have fixed the tab issue a while ago too (so if it go in 1.3.0 it will be fixed) Thanks for pointing to it Pilehave