- Front Left maps correctly to Front Left
- Front Right maps correctly to Front Right
- LFE maps correctly to LFE
- Centre audio comes from Rear Left
- Rear Left audio comes from Centre
- Rear Right audio is not heard
Code: Select all
<advancedsettings>
<video> <!-- "VideoSettings" instead of "video" for builds prior to May 22, 2006 -->
<smallstepbackseconds>5</smallstepbackseconds> <!-- Length of the small skip back (normally the BACK button) when playing a video -->
<smallstepbacktries>3</smallstepbacktries>
<smallstepbackdelay>300</smallstepbackdelay>
<usetimeseeking>true</usetimeseeking> <!-- Whether to use time based or percentage based seeking. -->
<timeseekforward>30</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
<timeseekbackward>-30</timeseekbackward> <!-- Time to seek backward in seconds when doing a short seek. Defaults to -30. -->
<timeseekforwardbig>600</timeseekforwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to 600 (10 minutes). -->
<timeseekbackwardbig>-600</timeseekbackwardbig> <!-- Time to seek forward in seconds when doing a long seek. Defaults to -600 (10 minutes). -->
<percentseekforward>2</percentseekforward> <!-- Amount to seek forward as a percentage, when doing a short seek. Defaults to 2. -->
<percentseekbackward>-2</percentseekbackward> <!-- Amount to seek backward as a percentage, when doing a short seek. Defaults to -2. -->
<percentseekforwardbig>10</percentseekforwardbig> <!-- Amount to seek forward as a percentage, when doing a long seek. Defaults to 10. -->
<percentseekbackwardbig>-10</percentseekbackwardbig> <!-- Amount to seek forward as a percentage, when doing a long seek. Defaults to -10. -->
<blackbarcolour>0</blackbarcolour> <!-- colour of the black bars (0->255), (black->white) on videos. -->
</video> <!-- use "VideoSettings" instead of "video" for builds prior to May 22, 2006 --><musiclibrary>
<musiclibrary>
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
<hidecompilationartists>true</hidecompilationartists> <!-- only shows primary album artists when at the unfiltered artist listing -->
<albumssortbyartistthenyear>true</albumssortbyartistthenyear> <!-- at an albums listing, when you sort by artist, secondary sort will be year. -->
<albumformat>%B [%Y]</albumformat> <!-- album label template, default is "%B" -->
<albumformatright>%A</albumformatright> <!-- album label template for right column, default is "%A" -->
</musiclibrary>
<videolibrary>
<allitemsonbottom>true</allitemsonbottom> <!-- sorts the "*All" items at the bottom of the list when in Ascending order -->
</videolibrary
</advancedsettings>
Code: Select all
<playercorefactory>
<rules>
...
<rule name="ac3|ogg" filetypes="ac3|ogg" player="DVDPlayer" />
</rules>
</playercorefactory>