Saving to Disk - Date Added to Library
I am trying to save to disk with a folder structure that contains the Month/Year added. {date} doesn't work at all so I can't even progress into format_date()
Any idea how I would accomplish this? I am trying
{date}/{authors} - {title}
What I ideally want is
{date:'format_date(raw_field('date', 'yyyy-mm'))'}
Thanks
|