From 84da08d7b7fcda12c85caeb5a10b4903770a6f69 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- noatun-plugins/oblique/schemas/Makefile.am | 3 + noatun-plugins/oblique/schemas/obliqueschema.dtd | 14 +++++ noatun-plugins/oblique/schemas/standard | 80 ++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 noatun-plugins/oblique/schemas/Makefile.am create mode 100644 noatun-plugins/oblique/schemas/obliqueschema.dtd create mode 100644 noatun-plugins/oblique/schemas/standard (limited to 'noatun-plugins/oblique/schemas') diff --git a/noatun-plugins/oblique/schemas/Makefile.am b/noatun-plugins/oblique/schemas/Makefile.am new file mode 100644 index 0000000..9bda17b --- /dev/null +++ b/noatun-plugins/oblique/schemas/Makefile.am @@ -0,0 +1,3 @@ +schemasdir = $(kde_datadir)/noatun/oblique/schemas +schemas_DATA = standard + diff --git a/noatun-plugins/oblique/schemas/obliqueschema.dtd b/noatun-plugins/oblique/schemas/obliqueschema.dtd new file mode 100644 index 0000000..5fb45ea --- /dev/null +++ b/noatun-plugins/oblique/schemas/obliqueschema.dtd @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/noatun-plugins/oblique/schemas/standard b/noatun-plugins/oblique/schemas/standard new file mode 100644 index 0000000..1c00f18 --- /dev/null +++ b/noatun-plugins/oblique/schemas/standard @@ -0,0 +1,80 @@ + + + + mimetype + ^(?:audio/|.*/ogg$) + Music + + + + + author + ^$ + (Unknown Artist) + + + title + ^$ + $(track". ")$(file)$(" ("bitrate"kbps)") + + + + + + + + author + + $(author) + + + album + ^$ + (Unknown Album) + + + title + ^$ + $(track". ")$(file)$(" ("bitrate"kbps)") + + + + + + + title + + $(track". ")$(title)$(" ("bitrate"kbps)") + + + + + + + + album + + $(album) + + + title + ^$ + $(track". ")$(file)$(" ("bitrate"kbps)") + + + + + + + title + + $(track". ")$(title)$(" ("bitrate"kbps)") + + + + + + + + + -- cgit v1.2.1