-
Notifications
You must be signed in to change notification settings - Fork 1
/
filmSearch.plist
executable file
·66 lines (62 loc) · 1.37 KB
/
filmSearch.plist
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "--//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>entry</key>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>icon</key>
<string>Music.png</string>
<key>label</key>
<string>filmSearch</string>
</dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Max Results</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkListCell</string>
<key>defaults</key>
<string>me.kirbyk.filmsearch</string>
<key>default</key>
<integer>5</integer>
<key>detail</key>
<string>PSListItemsController</string>
<key>label</key>
<string>Limit</string>
<key>key</key>
<string>MovieLimit</string>
<key>validTitles</key>
<array>
<string>1</string>
<string>2</string>
<string>3</string>
<string>4</string>
<string>5</string>
<string>10</string>
<string>15</string>
<string>20</string>
</array>
<key>validValues</key>
<array>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>10</integer>
<integer>15</integer>
<integer>20</integer>
</array>
</dict>
</array>
<key>title</key>
<string>filmSearch</string>
</dict>
</plist>