Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to figure out how to create a smart playlist that includes all the albums that have been released in the past 3 years. I want this to be dynamic so that it will always have the most recent albums.
I have tried the following in the query field, but neither worked:
year:{$py3:print(datetime.datetime.date.today().year - 3)}..
year:$(date +%Y --date="3 years ago")..
Beta Was this translation helpful? Give feedback.
All reactions