Quote:
Originally Posted by AmberDragon
I'm having a little bit of trouble with replace_metadata in my defaults. It was working fine, but I added
Code:
add_genre_when_multi_category: Crossover
include_metadata_pre:
genre==Crossover
...
Any ideas on where I went wrong?
|
If that's the only include_medata line you have, you've stripping everything out:
'Include' in this case really means 'include ONLY these.' If a metadata type has lines in include, only those values will be kept, all others are discarded.(wiki page)