more things
This commit is contained in:
parent
86ea8ba4fa
commit
462cbdac9d
1 changed files with 6 additions and 3 deletions
|
@ -118,10 +118,13 @@ def writeTags(file, tags):
|
|||
from ..category.deviantart import makeKeyWordList
|
||||
for item in makeKeyWordList(tags):
|
||||
if item not in keywords: keywords.append(item)
|
||||
del makeKeyWordList
|
||||
elif tags.category == 'furaffinity':
|
||||
from ..category.furaffinity import makeKeyWordList
|
||||
for item in makeKeyWordList(tags):
|
||||
if item not in keywords: keywords.append(item)
|
||||
del makeKeyWordList
|
||||
|
||||
xmptags['Xmp.dc.subject'] = keywords.join(',')
|
||||
|
||||
|
||||
del keywords
|
Loading…
Reference in a new issue