Changeset 2060168
- Timestamp:
- 03/30/2019 03:11:21 PM (7 years ago)
- File:
-
- 1 edited
-
media-auto-hash-rename/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
media-auto-hash-rename/trunk/readme.txt
r2060166 r2060168 23 23 - `MAHR_LENGTH`: length of the random hashes, (default to `8`), longer can help reduce collision. Hashes at the length of 8 can be collision-free at the scale of 50,000 images). 24 24 - `MAHR_CHARS`: Characters used in hashes, default to `0123456789abcdefghijklmnopqrstuvwxyz_`, You can add more characters like uppercased alphabelts to dramatically reduce the collision without increasing the length of your filenames. But please note that this option can be dangerous if you're not familer with general URI encoding. So if you don't know what characters are allowed in a filename, just keep it untouched and use the default option. 25 - `MAHR_ CHARS`: File extensions to be ignored, default to `pdf, zip`, you can define a comma delimited list of file extensions to bypass renaming process of this plugin. All files that has the file extension you defined in the list will be ignored. Please note that:25 - `MAHR_IGNORE`: File extensions to be ignored, default to `pdf, zip`, you can define a comma delimited list of file extensions to bypass renaming process of this plugin. All files that has the file extension you defined in the list will be ignored. Please note that: 26 26 - File extensions must be defined without the leading peroid, for example: `'pdf, 7z, bmp'` works, `'.pdf, .7z, .bmp'` does not. 27 27 - With (`'pdf, zip'`) or without (`'pdf,zip'`) space both work.
Note: See TracChangeset
for help on using the changeset viewer.