Glad you got it sorted.
There's no XBMC plugin that I'm aware of, but you can write an UnleashX menu item to automate it:
CODE
<List Text="Clear Cache" Sort="Off" Batch="True">
<item action="messagebox" arg1="Clear Cache">This will clear your cache. It can be helpful when you experience games not loading or crashing.</item>
<Item Action="Format" Arg1="X"></Item>
<Item Action="Format" Arg1="Y"></Item>
<Item Action="Format" Arg1="Z"></Item>
<Item Action="copy" Arg1="E:\Dash\UnleashX\unleashx.xbe" Arg2="E:\cache\Default.xbe"></Item>
<Item Action="delete" Arg1="e:\cache"></Item>
<item action="messagebox" arg1="Completed">Cache is cleared.</item>
</List>
I'm sure you could set up a shortcut in XBMC to link to a copy of UnleashX with just that one menu item, if you wanted. However, I'd suggest that you don't need to do it often enough to make it worth the effort - I haven't cleared my cache in 3 years.
This post has been edited by Heimdall: Feb 23 2013, 05:06 PM