Music Videos Smart Playlist
#1
Thanks for the tremendous work that has gone into the database and smart playlists over the last few versions of Kodi/xbmc. I have noticed some unexpected behaviour in the smart palylists for music videos.
If I try to separate my music videos from those of the children, the result is not as I would expect. In each category only the actual videos from that category shows. However, all artists and their corresponding albums show under both categories.

For example
Kids Music Videos
Katy Perry (Katy Perry - Roar, Katy Perry - Dark Horse, Katy Perry - Last Friday Night, Katy Perry - Unconditionally)
Gwen Stefani (Gwen Stefani - Spark The Fire, Gwen Stefani - Hollaback Girl)
Pharrell (Pharrell - Happy, Pharrell - Hunter)

Main Music Videos
Bob Marley (Bob Marley - Buffalo Soldiers)
Maroon 5 (Maroon 5 - Animals)
Adele (Adele – Rolling in the Deep, Adele - Set Fire to the Rain, Adele – Skyfall, Adele – Someone Like You)

Video Node
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="filter" visible="Library.HasContent(MusicVideos)">
<label>MUSIC VIDEOS</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
<content>musicvideos</content>
<match>all</match>
<rule field="path" operator="contains">
<value>Main Music Videos</value>
</rule>
<group>artists</group>
</node>

Expected Result
Adele> albums> 4 Videos
Bob Marley> albums> 1 Video
Maroon 5> albums> 1 Video

Actual Result
Adele> albums> 4 Videos
Bob Marley> albums> 1 Video
Gwen Stafani> albums> No Video
Katy Perry> albums>No Video
Maroon 5> albums> 1 Video
Pharrell> albums> No Video

Video Node
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<node order="4" type="filter" visible="Library.HasContent(MusicVideos)">
<label>KIDS MUSIC VIDEOS</label>
<icon>DefaultRecentlyAddedMusicVideos.png</icon>
<content>musicvideos</content>
<match>all</match>
<rule field="path" operator="contains">
<value>Kids Music Videos</value>
</rule>
<group>artists</group>
</node>

Expected Result
Gwen Stafani> albums>2 Videos
Katy Perry> albums>4 Videos
Pharrell> albums> 2 Videos

Actual Result
Adele> albums>No Video
Bob Marley> albums> No Video
Gwen Stafani> albums>2 Videos
Katy Perry> albums>4 Videos
Maroon 5> albums> No Video
Pharrell> albums> 2 Videos
Reply

Logout Mark Read Team Forum Stats Members Help
Music Videos Smart Playlist0