Kodi Community Forum

Full Version: New folder not adding to smart playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I use smart playlists for my movies and I have added two new folders to my library but cannot get any media in these to show up in the view.

When looking through file view these movies have an image of two CDs to the left of the folder name which I havent seen before - what does this mean?
Can you see these new movies in Library view? If so, what are you smart playlist rules and do the movies in these new folders meet the rules?
Yes they show up in library view but not in the smart playlist.

My rules are as below

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<smartplaylist type="movies">


<name>All Movies</name>

<match>one</match>

<rule field="path" operator="startswith">
<value>smb://USERTongueASS@SERVER/SHARE1$/Films/</value>
</rule>

<rule field="path" operator="startswith">
<value>smb://USERTongueASS@SERVER/SHARE1$/Disney/</value>
</rule>

<rule field="path" operator="startswith">
<value>smb://USERTongueASS@SERVER/SHARE2$/Media/Films/</value>
</rule>

<rule field="path" operator="startswith">
<value>smb://USERTongueASS@SERVER/SHARE2$/Media/Pixar/</value>
</rule>


<order direction="ascending">sorttitle</order>
</smartplaylist>


Do I need to do anything with the playlist after editing it as it was edited in notepad to add SMB shares rather than through the XBMC interface?
I've done some more testing with this by changing share permissions and nothing is changing - i have a feeling this is something to do with the smart playlist but cant work out what is causing the problem