I dont want it to output none. #8244
-
|
I'm trying to figure out how to make it not output none when there is no artist i just want it to output nothing for example i also wanted to make it to where when there is no artist it uses the copyright tag instead for the directory tried using duckuduckgo's chat-gpt to figure it out but it gave me this. "filename": "{tags_copyright:default=''} {tags_character:default=''} {tags_artist:default=''} website {id} {filename}.{extension}", which gives me these errors. is this a losing battle or is there some way i can do this. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Try these (untested) "filename": "{tags_copyright:?/ /}{tags_character:?/ /}{tags_artist:?/ /}website {id} {filename}.{extension}",
"directory": ["{tags_artist|tags_copyright:?/:/}website"] |
Beta Was this translation helpful? Give feedback.
-
|
i got it to do what i want with ["website", "{tags_artist|tags_copyright|'no tag'}:website"] |
Beta Was this translation helpful? Give feedback.
i got it to do what i want with ["website", "{tags_artist|tags_copyright|'no tag'}:website"]