add kodi playlists
authorIan Kelling <ian@iankelling.org>
Fri, 5 May 2017 15:45:08 +0000 (08:45 -0700)
committerIan Kelling <ian@iankelling.org>
Fri, 5 May 2017 15:45:08 +0000 (08:45 -0700)
playlists/music/10.xsp [new file with mode: 0644]
playlists/music/8.xsp [new file with mode: 0644]
playlists/music/sy most.xsp [new file with mode: 0644]

diff --git a/playlists/music/10.xsp b/playlists/music/10.xsp
new file mode 100644 (file)
index 0000000..af815a4
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<smartplaylist type="songs">
+    <name></name>
+    <match>all</match>
+    <rule field="genre" operator="doesnotcontain">
+        <value>Avant-Garde</value>
+        <value>Noise</value>
+        <value>Skit</value>
+        <value>Spoken Word</value>
+    </rule>
+    <rule field="userrating" operator="greaterthan">
+        <value>9</value>
+    </rule>
+</smartplaylist>
diff --git a/playlists/music/8.xsp b/playlists/music/8.xsp
new file mode 100644 (file)
index 0000000..51722aa
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<smartplaylist type="songs">
+    <name>8</name>
+    <match>all</match>
+    <rule field="userrating" operator="greaterthan">
+        <value>7</value>
+    </rule>
+    <rule field="genre" operator="isnot">
+        <value>Avant-Garde</value>
+        <value>Noise</value>
+        <value>Skit</value>
+        <value>Spoken Word</value>
+    </rule>
+</smartplaylist>
diff --git a/playlists/music/sy most.xsp b/playlists/music/sy most.xsp
new file mode 100644 (file)
index 0000000..a5a971c
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<smartplaylist type="songs">
+    <name>sy most</name>
+    <match>all</match>
+    <rule field="artist" operator="contains">
+        <value>Sonic Youth</value>
+    </rule>
+    <rule field="userrating" operator="greaterthan">
+        <value>5</value>
+    </rule>
+</smartplaylist>