Posts: 1,034
Joined: Sep 2004
Reputation:
146
Dan Dare
http://www.xbmc4xbox.org
Posts: 1,034
Thanks Arnova.
Wouldn't such a move maybe break other functionality, like calls to built-in or HTTP API commands (GetGuiSetting/SetGuiSetting and such?)
Posts: 172
Joined: Dec 2008
Reputation:
0
Smiff
Senior Member
Posts: 172
2010-04-06, 15:07
(This post was last modified: 2010-05-04, 21:37 by Smiff.)
not sure if you care but 768kb (internet video) cache is definitely too small for me. i'd suggest 2048 as default.
also for some reason, if the internet video is Flash, it counts as <cacheunknown> rather than <cachevideo> as you'd expect. for now i set <cacheunknown> to 2048 (since flash is lower b/w anyway) but ideally you'd fix that to ID as <cachevideo>?
Posts: 172
Joined: Dec 2008
Reputation:
0
Smiff
Senior Member
Posts: 172
2010-05-08, 22:08
(This post was last modified: 2010-05-08, 23:00 by Smiff.)
not sure if you've ever used plugins like navix, but most of the servers are overloaded, so they send data unevenly. the large buffer both gives the buffer a chance to refill, and in cases where the bandwidth just isnt enough, it makes for fewer long pauses rather than many short ones, which i think most users find less annoying.
just some thoughts.. as long as we can change it i don't really mind. thanks.
edit: 768kbytes cache is enough to cache a typical Divx movie (800kbps) for 1 second.. no 8 seconds right? i guess that should be enough (if all connections are good).
Posts: 784
Joined: Jan 2009
Reputation:
2
Fresh installs of XBMC do not contain "GuiSettings.xml". This file is only generated when you boot the program for the first time (assuming you don't manually delete it at a later point).
The settings are currently dealt with in "AdvancedSettings.xml". Refer to "Template.AdvancedSettings.xml" (located in your UserData, assuming you're up to date) for an example.
Posts: 13
Joined: Sep 2004
Reputation:
0
ZOiD
Junior Member
Posts: 13
Ok. Doesn't matter if it is installed or created at he first run, nevertheless there are cache-settings in guisettings.xml.
No, I don't have a Template.Advancedsettings.xml, not in my userdata nor in svn tree, although I'm compiling and running "daily" snapshots from svn.
Maybe it's time to add this to the advancedsettings.xml - page in the wiki.
Posts: 1,533
Joined: Sep 2007
Reputation:
20
arnova
Team-Kodi Developer
Posts: 1,533
The GUI cache settings are back again in current SVN....
-= Team Kodi developer fueled by heavy metal =-
Posts: 1,034
Joined: Sep 2004
Reputation:
146
Dan Dare
http://www.xbmc4xbox.org
Posts: 1,034
I think the point was not necessarily XBMC vs GUI, but rather having the settings in GUI might have people maximizing caches to find out that it takes the little memory left with large skins and reporting crashes due to lack of free memory. I know I did this a few years ago taking the video cache up to 8 MB to find that it wasn't playing videos at all... The idea I guess was by forcing the cache settings to XML that way only people with some technical skills will be able to do it, thus reducing false bug reports... There's no point throwing this on Arnova, he's doing a great job already, there's pluses and minuses with each approach, I guess we'll have to wait and see...