Win Nothing will play on my NUC anymore, no major changes
#16
Can you post a copy of the actual playlist file
Reply
#17
There isn't much in the smart playlist. Just this:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies</name>
<match>all</match>
<rule field="path" operator="is">
<value>D:\Main Movies\</value>
</rule>
</smartplaylist>

There is a library entry for each playlist and if I go through movies>files>main movies. everything shows up just fine. I just want to skip the "files" part since I have a separate menu item setup for each type.
Should there be more?
Reply
#18
(2015-03-29, 01:57)draeth Wrote: There isn't much in the smart playlist. Just this:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>Movies</name>
<match>all</match>
<rule field="path" operator="is">
<value>D:\Main Movies\</value>
</rule>
</smartplaylist>

There is a library entry for each playlist and if I go through movies>files>main movies. everything shows up just fine. I just want to skip the "files" part since I have a separate menu item setup for each type.
Should there be more?


Can you try this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>Movies</name>
    <match>one</match>
    <rule field="path" operator="startswith">
        <value>D:\Main Movies\</value>
    </rule>
    <order direction="ascending">sorttitle</order>
</smartplaylist>


Also the source for D:\Main Movies\ has been scanned into library? That's the only reason you will have to go to file as it list the source path. If you went to playlist I believe it will be blank unless there is content scanned from the source path. Test by going to the playlist in file mode and open, if its blank the source has not scanned items to library database to compile to smart playlist.
Reply

Logout Mark Read Team Forum Stats Members Help
Nothing will play on my NUC anymore, no major changes0