Archive:Drive Mapping: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Malloc
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Proposed drive mappings<br/>
 
<br/>
Currently:<br/>
U = UserData<br/>
Q = System (should not be writable)<br/>
P = Profile<br/>
Z = Temporary<br/>
T = ?<br/>
<br/>
Proposal:<br/>
Q = system<br/>
This is where we install stuff, it never changes (except on update), it's not writable<br/><br/>
Z = Temporary<br/>
This is where we store file temporarily.  It's not shared between users/instances/runs.  Very volatile.<br/><br/>
U = No idea what to call this<br/>
Store mutable data here which doesn't belong to any user.  Is there anything we need besides profiles.xml?<br/><br/>
P = profiles<br/>
Give some default profile to begin with, can create more profiles.  If some file doesn't exist in here, read from Q.  On write, copy from Q and make changes.<br/><br/>

Latest revision as of 00:22, 10 April 2012