![]() |
Music node recently played albums? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263) +--- Thread: Music node recently played albums? (/showthread.php?tid=241436) |
Music node recently played albums? - Torben - 2015-10-06 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. Code: <?xml version='1.0' encoding='UTF-8'?> 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? RE: Music node recently played albums? - ronie - 2015-10-06 i haven't tested it myself, but give this rule a shot: Code: <rule field="virtualfolder" operator="is"> it's currently not possible to sort albums by 'lastplayed'. once this gets merged you should be good to go: 8159 (PR) since it's not related to Skin dev, i'm moving this to General help and support. RE: Music node recently played albums? - Torben - 2015-10-06 Ty! RE: Music node recently played albums? - Torben - 2015-10-07 I just realized that the above code (in OP) actually returns played albums in isengard. BUT it only shows an album if it has been played in its entirity. Sort method is not working I know. How do I make it show albums even if just one or perhaps even just half of a track has been played I want to mimic the basic and natural and intuitive list of albums that the digital pickup has touched. RE: Music node recently played albums? - Torben - 2015-10-09 Bumping. This thread was kicked from skinning to here btw. |