Filter "created" does not output date and time
See original GitHub issueHello all, In my config I try to rename the files with the filter “created” and move them to a certain folder.
Unfortunately, no values are output in the variables used.
VID-{created.year}{created.month}{created.day}.{created.hour}-{created.minutes}.{extension.lower}
VID-.-.<built-in method lower of str object at 0xb65aad00>
The file name should then look like this: Example: VID-20220210-06-20.mp4
here my config:
- locations:
- *downloads
filters:
- extension:
- mp4
- avi
- mpeg
- mpg
- mov
- mkv
- flv
- m4v
- 3gp
- wmv
- name:
case_sensitive: false
- created
actions:
- move: '/srv/mergerfs/Pool/Videos/VID-{created.year}{created.month}{created.day}.{created.hour}-{created.minutes}.{extension.lower}'
subfolders: false
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Filter on time but not date - Microsoft Power BI Community
Objective: I want to filter based on only time, for example, I want to display how many bookings that have been made between...
Read more >Excel Not Grouping Dates in Filters? How to Fix It!
Grouping dates in filters does not work? So, dates are not summarized by year, month and day? Here are the reasons and how...
Read more >Datetime and date == filters does not work as expected #1242
When the datetime is input in a correct format, the filter doesn't work because the == match does not work. Using > or...
Read more >Filter between date and time - Excel - Microsoft Tech Community
I have an Excel spreadsheet with a large number of entries. There is a Date/Time column in the following format: mm/dd/yyyy hh:mm. I...
Read more >The ability to have Date & Time appear in the filter column ...
In order to view the time as well, you will need to hover on the "Created/Updated" column in the filter in order to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now it works! Thx for your kind support.
By the way, i love your tool.
Thank you! 😃