Rework Uploaded Filename Randomizer #8

Closed
opened 4 years ago by Rail Administrator · 1 comments
Collaborator

Add a way to "rig" the filename randomizer to have a method to indicate on what week-day a file was uploaded.

Add a way to "rig" the filename randomizer to have a method to indicate on what week-day a file was uploaded.
YandolsZX was assigned by Rail Administrator 4 years ago
Poster
Collaborator

SYSTEM_MANUAL_IMPORT
USER:YandolsZX

Done as discussed in #9 and merged with !2.

The total filename length has been changed to 13, not including the extension.

The first character of the filename is determined by the day of the week, as shown in the table below:

Day of Week Character
Sunday Q
Monday a
Tuesday z
Wednesday 2
Thursday W
Friday s
Saturday x

The second character of the filename is determined by the time of day, as shown in the table below:

Time of Day Character
Between 00:00 and 03:59 3
Between 04:00 and 07:59 E
Between 08:00 and 11:59 d
Between 12:00 and 15:59 4
Between 16:00 and 19:59 R
Between 20:00 and 23:59 f

An example would be https://i.yandols.xyz/Qf3bavWTLGSSA.png which would mean the file was uploaded on a Sunday between 20:00 and 23:59.

SYSTEM_MANUAL_IMPORT USER:YandolsZX Done as discussed in #9 and merged with !2. The total filename length has been changed to 13, not including the extension. The first character of the filename is determined by the day of the week, as shown in the table below: | Day of Week | Character | | ------ | ------ | | Sunday | Q | | Monday | a | | Tuesday | z | | Wednesday | 2 | | Thursday | W | | Friday | s | | Saturday | x | The second character of the filename is determined by the time of day, as shown in the table below: | Time of Day | Character | | ------ | ------ | | Between 00:00 and 03:59 | 3 | | Between 04:00 and 07:59 | E | | Between 08:00 and 11:59 | d | | Between 12:00 and 15:59 | 4 | | Between 16:00 and 19:59 | R | | Between 20:00 and 23:59 | f | An example would be `https://i.yandols.xyz/Qf3bavWTLGSSA.png` which would mean the file was uploaded on a Sunday between 20:00 and 23:59.
Sign in to join this conversation.
Loading…
There is no content yet.