Skip to content

Commit

Permalink
FIX: Incorrect 360 Max filename logic
Browse files Browse the repository at this point in the history
  • Loading branch information
fxstein committed Oct 28, 2022
1 parent c3ca577 commit 0ce69a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goprox
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ function _process_media()
-if4 "${timefilter}"\
'-FileCreateDate<FileCreateDate'\
'-FileCreateDate<CreateDate'\
'-filename<P_%f.%e'\
'-filename=P_%f.%e'\
'-directory<'"${processdir}"'/%e/${FileCreateDate;DateFmt("%Y")}/${FileCreateDate;DateFmt("%Y%m%d")}'\
'-directory<'"${processdir}"'/%e/${CreateDate;DateFmt("%Y")}/${CreateDate;DateFmt("%Y%m%d")}'\
"${artist}"\
Expand Down

0 comments on commit 0ce69a1

Please sign in to comment.