Kodi Community Forum

Full Version: Rar file missing from smart play list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have leia on nvidia shield
use the default skin estuary
i have few movies in my hdd connected to nvidia.
some of them are in .rar format
i was unable to see the .rar in file list
so enabled virtual system and now i can see them as movies
i added them to library too. They work fine from library.

i created smart playlist using path starts with.
the files which were in .rar are not appearing in smartplaylist.
Example-one of the movie is wonder.
so i changed rule - title starts with w.
it now appears.
when i change back to path they are not appearing.
what could be the problem?
@bittihuduga

Can you paste the xml code for the smart playlist. If you are not sure how to find that, then a screenshot of the smart playlist is also fine. Make sure we can also see the rule details.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>4K</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>/storage/59BC-3FAE/4K/</value>
    </rule>
</smartplaylist>

this is the current one.
i also tried with starts with option too