Advanced settings help
#1
Hello,

This is what I have on my advanced settingsxml this is my first time doing this can somebody please advise me if the info in advanced settings is inputted correctly as I find nothing happening eg my debug log not working..thx

<advancedsettings>
<fanartheight>540</fanartheight>
<thumbsize>256</thumbsize>
<network>
<cachemembuffersize>0</cachemembuffersize>
</network>
<video>
<timeseekforward>60</timeseekforward>
<timeseekbackward>-60</timeseekbackward>
<subsdelayrange>30</subsdelayrange>
</video>
<fullscreen>true</fullscreen>
<video>
<timeseekforward>15</timeseekforward> <!-- Time to seek forward in sec - short seek. Defaults to 30. -->
<timeseekbackward>-15</timeseekbackward> <!-- Time to seek backward in sec - short seek. Defaults to -30. -->
<timeseekforwardbig>600</timeseekforwardbig> <!-- Time seek forward in sec- long seek. Def 600 (10 min). -->
<timeseekbackwardbig>-600</timeseekbackwardbig> <!-- Time seek back in sec - long seek. Def to -600 (10 min). -->
</video>
<keymap>
<Global>
<keyboard>
<f1>ActivateWindow(videolibrary,tvshowtitles)</f1>
<f2>ActivateWindow(videofiles,Downloads)</f2>
<f3>ActivateWindow(videofiles,Movies)</f3>
<f8>ActivateWindow(Favourites)</f8>
</keyboard>
</Global>
</keymap>
<videolibrary>
<cleanonupdate>true</cleanonupdate
</videolibrary>
<videoextensions>
<add>.part</add>
</videoextensions>
<advancedsettings>
<loglevel>1</loglevel>
</advancedsettings>
Reply
#2
Hello,

in the 3rd line from the botton you are starting again with <advancedsettings>. You should remove the line and try again.

regards
Fileservers:
Core i5 2500k, 16 GB RAM, Areca 1280ML 24x RAID Controller, 4x 2TB Samsung HDD, 6x 500 GB Samsung HDD, VM ESXi 4.1, Windows 7 x64
Synology Diskstation 2413+, 6x 6 TB WD RED, 6x 3 TB WD RED

My PC:
Intel Core i7 2600K, 16 GB RAM, 240 GB SSD, Geforce GTX660, Windows 7 x64

HTPC:
Zotac ZBOX ID91, 8 GB RAM, 64 GB Crucial M4 SSD, Windows 7 x64
Reply
#3
I believe also the following section should be removed:

<keymap>
<Global>
<keyboard>
<f1>ActivateWindow(videolibrary,tvshowtitles)</f1>
<f2>ActivateWindow(videofiles,Downloads)</f2>
<f3>ActivateWindow(videofiles,Movies)</f3>
<f8>ActivateWindow(Favourites)</f8>
</keyboard>
</Global>
</keymap>

This infos are stored in other files than the advancesettings.xml.

Then the <cleanonupdate> is not closed correctly. A > is missing at the end.

I also would recommend to consolidate all the section. E.g. you hvae 3 section <video>. i'm not sure if this causes errors.
Also the filename itself is important: it must be advancedsettings.xml

Please try this configuration.

<advancedsettings>
<fanartheight>540</fanartheight>
<thumbsize>256</thumbsize>
<network>
<cachemembuffersize>0</cachemembuffersize>
</network>
<video>
<timeseekforward>60</timeseekforward>
<timeseekbackward>-60</timeseekbackward>
<subsdelayrange>30</subsdelayrange>
<timeseekforward>15</timeseekforward>
<timeseekbackward>-15</timeseekbackward>
<timeseekforwardbig>600</timeseekforwardbig>
<timeseekbackwardbig>-600</timeseekbackwardbig>
</video>
<fullscreen>true</fullscreen>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<videoextensions>
<add>.part</add>
</videoextensions>
<loglevel>1</loglevel>
</advancedsettings>

The wiki site is also very helpful:

wiki.xbmc.org/index.php?title=Advancedsettings.xml
Fileservers:
Core i5 2500k, 16 GB RAM, Areca 1280ML 24x RAID Controller, 4x 2TB Samsung HDD, 6x 500 GB Samsung HDD, VM ESXi 4.1, Windows 7 x64
Synology Diskstation 2413+, 6x 6 TB WD RED, 6x 3 TB WD RED

My PC:
Intel Core i7 2600K, 16 GB RAM, 240 GB SSD, Geforce GTX660, Windows 7 x64

HTPC:
Zotac ZBOX ID91, 8 GB RAM, 64 GB Crucial M4 SSD, Windows 7 x64
Reply
#4
Hello,


Thanks a lot for your help that solved my problem my profile is loading now thanks a lot..

one last question the stuffs you took out the following..

<keymap>
<Global>
<keyboard>
<f1>ActivateWindow(videolibrary,tvshowtitles)</f1>
<f2>ActivateWindow(videofiles,Downloads)</f2>
<f3>ActivateWindow(videofiles,Movies)</f3>
<f8>ActivateWindow(Favourites)</f8>
</keyboard>
</Global>
</keymap>


Where can I add this info to implement..pls advise thx again take care
Reply

Logout Mark Read Team Forum Stats Members Help
Advanced settings help0