Files
navidrome-smart-playlists/^ Recently Added 🎵.NSP
T

13 lines
286 B
Natural

{
"title": "^ Recently Added ;)",
"comment": "Recently added music to the library, within 90 days.",
"all": [
{"any": [
{"inTheLast": {"dateadded": "90"}}
]},
{"notContains": {"genre": "Podcasts"}}
],
"sort": "dateadded",
"order": "desc",
"limit": 1000
}