You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.7 KiB
81 lines
1.7 KiB
<!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>
|
|
|