Quote:
Originally Posted by Jiaz
@Beer: What do you think would be a good filename format scheme?
|
date-userid-(original filename)-postContentIndex-postid
Date comes first, then the name which presents no changes in order, the original filenames next, postContentIndex and postid (optional perhaps).
EDIT 1
P.S: Or maybe the name first. I don't think the name should really be there. Original filenames are usually so long you're going to end up cutting them anyways not to exceed the 256 path limit.
EDIT 2
Actually the original filename should come last, because its likely gonna need to be cut.
date-postid-postContentIndex-(original filename)
No userid, or before or after date.
Quote:
Originally Posted by pspzockerscene
@Beer
Please use the Packagizer for custom filenames.
You can use the plugin property "date" to get the date.
EDIT
Further plugin properties (most of all should be sehr explanatory): - portal (e.g. "patreon")
- userid
- postid
|
Thank you. The update hasn't been released yet, has it?