Closed faizahfarzana closed 2 months ago
Hi @faizahfarzana Thanks for working on this.
Could you please make sure that your implementation meets the following requirements:
j
inside variable expression for variable 0
j
Example templates for which your proposed implementation doesn't work:
"photos_jan_{1:000}"
"image {0:y-j-H-m-s}"
"Day {0:j} of {0:yyyy}"
@eltos thanks for your feedback. I'll work on it.
Before I forget, some people might even use the variable expression multiple times, e.g. Day {0:j} of {0:yyyy}
for "Day 123 of 2024". So "j" might be in any of them.
[x] Add two new file name templates:
{0:yyyy-jjj HH-mm-ss}
for day of the year with leading zeroes{0:yyyy-j HH-mm-ss}
for day of the year without leading zeroes[x] If the chosen format contains "jjj" or "j", format the file name accordingly. Otherwise use the standard format specifiers.
Related Issue: https://github.com/eltos/PasteIntoFile/issues/49