2015-01-14, 02:30
I have created smart playlist for last played tracks and most played tracks, but the only tracks showing in the playlists are the last tracks of albums? That's weird...
If I listen to the last two songs of an album, the last one will show in the playlist, but not the other one.
I have no idea what's going on.. any idea?
Using Helix. Does that with all skins.
If I listen to the last two songs of an album, the last one will show in the playlist, but not the other one.
I have no idea what's going on.. any idea?
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="songs">
<name>Most Played Tracks</name>
<match>all</match>
<rule field="playcount" operator="greaterthan">
<value>0</value>
</rule>
<limit>50</limit>
<order direction="descending">playcount</order>
</smartplaylist>
Using Helix. Does that with all skins.