Need help creating smart playlist like 'tv shows in progress' widget (MQ7)
#1
Hello,

I can't find a way to create a smart playlist like the default 'TV shows - In Progress' widget filter.

I can create a smart playlist with tv shows and in progress true. This gives me all tv shows in progress. But it isn't able to play the latest unseen episode. It just opens the tv show folder.
The smart playlist shows the widgets much faster then the default filters. It works great for newly added movies, but I can't get it to work for tvshows.

So I would like to create an exact copy of the default tv show in progress widget filter. Does anybody know the settings for this, or if this is even possible?

Thanks, Martijn.
Reply
#2
Nobody?
Reply
#3
@mgmcube,

try

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Unwatched TV shows</name>
    <match>all</match>
    <rule field="numwatched" operator="is">
        <value>0</value>
    </rule>
    <rule field="numepisodes" operator="greaterthan">
        <value>0</value>
    </rule>
    <limit>10</limit>
    <order direction="ascending">random</order>
</smartplaylist>
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#4
Thanks, I will try that.
Reply
#5
I tried the settings, but it isn't working.

I used:

Watched episode count is 0
Episodes greater than 0

Within the skin the naming is a bit different so I guess you meant these filters.
It now gives me all shows that I haven't watched. So zero watched episodes.
Also when you select a tv show, it opens the folder. With the normal in progress widget it starts the latest unwatched episode.

edit: I now created it with notepad++ and it gave me the same result.
Reply

Logout Mark Read Team Forum Stats Members Help
Need help creating smart playlist like 'tv shows in progress' widget (MQ7)1