You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to add more meaningful file names when saving the media. This could be done through format strings. Or just a general string.
Use the fields on the Post class in the format string. So at the moment these would be the options.
date
postid
copyright
character
artist
general
The format string would always be followed by _{count} to prevent naming conflicts. The count field is just a number that increments every time there is a duplicate name.
This example could be useful if you already know that you queried the posts using the positive_tag nier_automata. So if there are multiple copyright tags (i.e. nier_(series) and nier_automata) then you can apply the one you prefer.
Option to add more meaningful file names when saving the media. This could be done through format strings. Or just a general string.
Use the fields on the
Post
class in the format string. So at the moment these would be the options.The format string would always be followed by
_{count}
to prevent naming conflicts. The count field is just a number that increments every time there is a duplicate name.Example
{copyright}_{character}_{artist}
nier_automata_{artist}
This example could be useful if you already know that you queried the posts using the positive_tag
nier_automata
. So if there are multiple copyright tags (i.e.nier_(series)
andnier_automata
) then you can apply the one you prefer.This is not a perfect solution and does have some issues... Just an idea.
The text was updated successfully, but these errors were encountered: