Kodi Community Forum
My Frodo tweaks - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: My Frodo tweaks (/showthread.php?tid=155836)



My Frodo tweaks - FUSiON - 2013-02-12

Hi,
My Frodo tweaks on atv2 for better performance and stability:

- disable "Show RSS news feeds" in Settings>Appearance>Skin
- disable "Download actor thumbnails when adding to library" in Settings>Videos>Library
- disable "Extract thumbnail and video information" in Settings>Videos>File lists

my advancedsettings.xml (in /private/var/mobile/Library/Preferences/XBMC/userdata)

Code:
<advancedsettings>
        <network>
                <cachemembuffersize>30242880</cachemembuffersize>
        </network>
        <fanartres>560</fanartres>
        <gui>
                <algorithmdirtyregions>3</algorithmdirtyregions>
                <nofliptimeout>0</nofliptimeout>
        </gui>
        <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
</advancedsettings>



RE: My Frodo tweaks - onizuka - 2013-02-12

Is the dirty regions still needed? I thought the "3" setting is default for Frodo?


RE: My Frodo tweaks - skullmonkey - 2013-02-13

Not working. Just block ATV from booting.


RE: My Frodo tweaks - Macpatto - 2013-02-14

(2013-02-12, 00:22)FUSiON Wrote: Hi,
My Frodo tweaks on atv2 for better performance and stability:

- disable "Show RSS news feeds" in Settings>Appearance>Skin
- disable "Download actor thumbnails when adding to library" in Settings>Videos>Library
- disable "Extract thumbnail and video information" in Settings>Videos>File lists

my advancedsettings.xml (in /private/var/mobile/Library/Preferences/XBMC/userdata)

Code:
<advancedsettings>
        <network>
                <cachemembuffersize>30242880</cachemembuffersize>
        </network>
        <fanartres>560</fanartres>
        <gui>
                <algorithmdirtyregions>3</algorithmdirtyregions>
                <nofliptimeout>0</nofliptimeout>
        </gui>
        <bginfoloadermaxthreads>2</bginfoloadermaxthreads>
</advancedsettings>

Dude, by doing this tweak totally blocked me from SSH to atv2.


RE: My Frodo tweaks - Ned Scott - 2013-02-14

There is no way an advancedsetting.xml file can turn off SSH to an ATV2.


RE: My Frodo tweaks - fl0PPsy - 2013-02-14

I have to fully agree with Ned Scott. There is no way the advancedsettings file can cause SSH issues.

You have bigger problems if SSH stopped working.


RE: My Frodo tweaks - skullmonkey - 2013-02-14

In my case the SSH was fine, but booting of XBMC wasnt. Just reverted advancedsetting.xml and it boot fine.


RE: My Frodo tweaks - Eliah - 2013-02-14

(2013-02-14, 10:44)skullmonkey Wrote: In my case the SSH was fine, but booting of XBMC wasnt. Just reverted advancedsetting.xml and it boot fine.


Have you got an xbmc.log? Could be fun to see what made it click Wink


RE: My Frodo tweaks - Macpatto - 2013-02-14

My apologies for jumping quick on the gun and blaming the advancedsetting.xml tweak.. I truly am.
I believed when nitoTV asked me to update some dependencies in which I did, just totally screwed me up..
I am gonna wait until Frodo its updated and ready for IOS 6.1.1 then I rejailbreak again.

Again. my apologies.

Cheers!