Trying to make a certain kind of playlist for main screen
#1
So I have my movies organized in two folders Adult movies, PG-13 and R rated movies, and Kids movies, Everything else. Both folders have DVD's, Blu-ray's and now 4K movies. I saw a video on youtube where someone made a main menu tab for 4K movies. I was wondering is there a way to make a main menu playlist without having to make a new folder.

Basically I want to make a collection that I can add to my main menu and leave my other smart playlists the way they are and I can't figure out what to do without moving movie folders around.
Reply
#2
Basically I want to make a collection that I can add to my main menu and leave my other smart playlists the way they are and I can't figure out what to do without moving movie folders around.
 I saw a video on youtube where someone made a main menu tab for 4K
you would use videoresolution 4k 1080p for blu-ray
make smart playlist 


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
    <name>test</name>
    <match>all</match>
    <rule field="videoresolution" operator="is">
        <value>1080p</value>
    </rule>
    <group>none</group>
</smartplaylist>

link for widget is test.xsp is your smart playlist 
special://home/userdata/playlists/video/test.xsp
Reply
#3
Thanks for the help. I was having a mental block on what to do. I had a little bit of trouble making a 4K folder because I was putting the resolution as 4K so it was grabbing all my 480p movies and putting them in a folder.
Reply

Logout Mark Read Team Forum Stats Members Help
Trying to make a certain kind of playlist for main screen0