User Tools

Site Tools


how_datvault_works

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
how_datvault_works [2021/11/28 11:54] johnsanchow_datvault_works [2022/03/12 08:55] johnsanc
Line 11: Line 11:
  
 The DATVault JSON files contain the following keys: The DATVault JSON files contain the following keys:
-  * **''name''**: Included for backward compatibility. 
   * **''group''**: The group the DAT belongs to. Used for filters.   * **''group''**: The group the DAT belongs to. Used for filters.
   * **''system''**: The name of the system.   * **''system''**: The name of the system.
Line 20: Line 19:
   * **''cueURL''**: The download filename for cue pack of the DAT (if applicable).   * **''cueURL''**: The download filename for cue pack of the DAT (if applicable).
   * **''datName''**: The file name of the current DAT.   * **''datName''**: The file name of the current DAT.
 +  * **''directory''**: The default subdirectory the DAT will be downloaded to if the "Use default subdirectory" option is used when adding using the DATVault UI.
 +  * **''datROMsSize''**: The total uncompressed size of all ROMs in the DAT.
  
 **Example DATVault JSON for MAME:** **Example DATVault JSON for MAME:**
 <code> <code>
 { {
-   "name":null, 
    "group":"MAME",    "group":"MAME",
    "system":"MAME ROMS (listxml)",    "system":"MAME ROMS (listxml)",
-   "date":"11/10/2021 2:28:56 PM",+   "date":"2/23/2022 9:55:34 AM",
    "dateCreated":"9/7/2021 1:19:26 PM",    "dateCreated":"9/7/2021 1:19:26 PM",
-   "version":"V0.237", +   "version":"V0.241", 
-   "datURL":"MAME V0.237 ROMS (listxml).zip",+   "datURL":"MAME V0.241 ROMS (listxml).zip",
    "cueURL":"",    "cueURL":"",
-   "datName":"MAME V0.237 ROMS (listxml).dat"+   "datName":"MAME V0.241 ROMS (listxml).dat"
 +   "directory":"MAME ROMS (listxml)", 
 +   "datROMsSize":307346898538
 } }
 </code> </code>
how_datvault_works.txt · Last modified: 2023/07/04 08:38 by johnsanc