blob: 5f825029f6166de212392d60dd25ea2c4207ca71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
* Metadata on a directory
** background image
** background color (can be a ramp)
** background ramp direction (h or v)
** position and size of window
** actions for "index view"
** Preferred view name
* Metadata for an item
** position of icon
gnomad had bounding box (x, y, width, height)
** width and height of icon (allows stretching each icon)
** image URL for icon (overrides the default)
** list of images / parameterized image for icon that looks different at different zoom levels
** user level at which the item becomes visible (it's invisible at lower user levels)
** list of keywords that item has been tagged with (includes things like "archived")
** notes
** vault path for use in vault synchronization
** last known fingerprint (MD5 sum) for use in vault synchronization
** flag that specifies a particular item is non-draggable
** Media files
*** Title
*** Artist
*** Cover image
* Global prefs
** Current user level
** Open-in-new-window
|