aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/inventory/SoundsLibrary
diff options
context:
space:
mode:
Diffstat (limited to 'bin/inventory/SoundsLibrary')
-rw-r--r--bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml17
-rw-r--r--bin/inventory/SoundsLibrary/SoundsLibraryItems.xml27
2 files changed, 44 insertions, 0 deletions
diff --git a/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml b/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml
new file mode 100644
index 0000000..3404667
--- /dev/null
+++ b/bin/inventory/SoundsLibrary/SoundsLibraryFolders.xml
@@ -0,0 +1,17 @@
1<Nini>
2<!--
3 <Section Name="Example Library">
4 <Key Name="folderID" Value="12345678-1234-1234-1234-1234567890ab"/>
5 <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
6 <Key Name="name" Value="Example Library"/>
7 <Key Name="type" Value="0"/>
8 </Section>
9 -->
10
11 <Section Name="Sounds Library">
12 <Key Name="folderID" Value="c1284980-b9be-11dc-95ff-0800200c9a66"/>
13 <Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba000"/>
14 <Key Name="name" Value="Sounds Library"/>
15 <Key Name="type" Value="1"/>
16 </Section>
17</Nini>
diff --git a/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
new file mode 100644
index 0000000..907c83c
--- /dev/null
+++ b/bin/inventory/SoundsLibrary/SoundsLibraryItems.xml
@@ -0,0 +1,27 @@
1<!--
2 In Keys,
3 name is the name of the item.
4 description is the description of the item.
5 assetID is the ID of the asset data that is referenced by the item.
6 folderID is the ID of the folder containing this item.
7 inventoryID is the ID for the item. It must be unique.
8 assetType is the asset type of the item. See the OpenMetaverse.AssetType enum in libopenmetaverse
9 inventoryType is the inventory type of the item. See the OpenMetaverse.InventoryType enum in libopenmetaverse
10 flags are only required for wearables. See OpenMetaverse.WearableType enum in libopenmetaverse.
11-->
12
13<Nini>
14
15<!--
16 <Section Name="Example Library Item">
17 <Key Name="inventoryID" Value="30000000-0000-2222-4444-000000000001" />
18 <Key Name="assetID" Value="30000000-0000-2222-3333-000000000001" />
19 <Key Name="folderID" Value="30000112-000f-0000-0000-000100bba003"/>
20 <Key Name="description" Value="Example Library Item" />
21 <Key Name="name" Value="Example Library Item" />
22 <Key Name="assetType" Value="7" />
23 <Key Name="inventoryType" Value="7" />
24 </Section>
25-->
26
27</Nini>