summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/oblique/schemas/standard
blob: 1c00f1838c79c7b8f5a3de296a558136de102361 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE ObliqueSchema SYSTEM "obliqueschema.dtd">
<ObliqueSchema title="Standard" i18n="true">
	<group>
		<property>mimetype</property>
		<value>^(?:audio/|.*/ogg$)</value>
		<presentation>Music</presentation>
		<options>
			<autoopen/>
		</options>
		<group>
			<property>author</property>
			<value>^$</value>
			<presentation>(Unknown Artist)</presentation>

			<group>
				<property>title</property>
				<value>^$</value>
				<presentation>$(track". ")$(file)$(" ("bitrate"kbps)")</presentation>
				<options>
					<playable />
				</options>
			</group>
		</group>

		<group>
			<property>author</property>
			<value></value>
			<presentation>$(author)</presentation>

			<group>
				<property>album</property>
				<value>^$</value>
				<presentation>(Unknown Album)</presentation>

				<group>
					<property>title</property>
					<value>^$</value>
					<presentation>$(track". ")$(file)$(" ("bitrate"kbps)")</presentation>
					<options>
						<playable />
					</options>
				</group>

				<group>
					<property>title</property>
					<value></value>
					<presentation>$(track". ")$(title)$(" ("bitrate"kbps)")</presentation>
					<options>
						<playable />
					</options>
				</group>
			</group>

			<group>
				<property>album</property>
				<value></value>
				<presentation>$(album)</presentation>

				<group>
					<property>title</property>
					<value>^$</value>
					<presentation>$(track". ")$(file)$(" ("bitrate"kbps)")</presentation>
					<options>
						<playable />
					</options>
				</group>

				<group>
					<property>title</property>
					<value></value>
					<presentation>$(track". ")$(title)$(" ("bitrate"kbps)")</presentation>
					<options>
						<playable />
					</options>
				</group>
			</group>
		</group>
	</group>
</ObliqueSchema>