Solved How to create a Recently Added smart playlist for Movies? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142) +---- Thread: Solved How to create a Recently Added smart playlist for Movies? (/showthread.php?tid=379255) |
How to create a Recently Added smart playlist for Movies? - DoctorJellybean - 2024-10-24 I've created a number of smart playlists, e.g. categories. Now I want to add a Recently Added playlist for movies added in the last e.g. 30 days, and it should display the movies with the most recent at the top. And while I'm at it, when clicking Movies, it displays a list of recently added titles. I'd like to remove that, so that I caqn use the playlist instead. I don't have access to the AdvancedSettings.xml file in UserData as it is running on a QNAP NAS, and QNAP doesn't allow access to those directories\files. Thanks in advance. RE: How to create a Recently Added smart playlist for Movies? - PatK - 2024-10-25 Start with the wiki's.. Smart playlists (wiki) and Smart playlists/GUI Method (wiki) This is an example of a 4 week smartplaylist stored in \userdata\playlists\video Code: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> The listing for recently added is in this file \addons\skin.aeon.nox.silvo\shortcuts\movie.data.xml and the access for the playlist is addons\skin.aeon.nox.silvo\extras\playlists RE: How to create a Recently Added smart playlist for Movies? - DoctorJellybean - 2024-10-28 Thank you. How to create a Recently Added smart playlist for Movies? - PatK - 2024-10-31 Thread marked solved. |