From 0dca9bf18f1d23a66b1f2a634cdebf983919427e Mon Sep 17 00:00:00 2001 From: Ian Kelling <ian@iankelling.org> Date: Fri, 5 May 2017 08:45:08 -0700 Subject: [PATCH] add kodi playlists --- playlists/music/10.xsp | 14 ++++++++++++++ playlists/music/8.xsp | 14 ++++++++++++++ playlists/music/sy most.xsp | 11 +++++++++++ 3 files changed, 39 insertions(+) create mode 100644 playlists/music/10.xsp create mode 100644 playlists/music/8.xsp create mode 100644 playlists/music/sy most.xsp diff --git a/playlists/music/10.xsp b/playlists/music/10.xsp new file mode 100644 index 0000000..af815a4 --- /dev/null +++ b/playlists/music/10.xsp @@ -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 index 0000000..51722aa --- /dev/null +++ b/playlists/music/8.xsp @@ -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 index 0000000..a5a971c --- /dev/null +++ b/playlists/music/sy most.xsp @@ -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> -- 2.30.2