Hi,
How do I get my skin to show more than 25 "Recently played albums" (without hacking any system files)?
I tried the below code but it showed only five albums, and not one was shown in the system provided recentlyplayed.xml.
I tried and will keep on trying other options.
I have tried:
- lose the playcount rule but that too returned utter nonsence.
- content "songs". Works as expected.
I get my info about the nodes from the wiki on smart playlists. Are there any better resource available?
What to do?
How do I get my skin to show more than 25 "Recently played albums" (without hacking any system files)?
I tried the below code but it showed only five albums, and not one was shown in the system provided recentlyplayed.xml.
Code:
<?xml version='1.0' encoding='UTF-8'?>
<node type="filter">
<label>MORE Last played albums</label>
<content>albums</content>
<limit>36</limit>
<order direction="descending">lastplayed</order>
<rule field="playcount" operator="greaterthan">
<value>0</value>
</rule>
</node>
I tried and will keep on trying other options.
I have tried:
- lose the playcount rule but that too returned utter nonsence.
- content "songs". Works as expected.
I get my info about the nodes from the wiki on smart playlists. Are there any better resource available?
What to do?