Open MediaDatabaseFieldsv4.txt and at the end add:
mood,0,NVARCHAR(150)
Where the ',0,' tells asset not to expect multi items in the field, for example artist has ,3, to allow 3 artists.
Next in Asset Configuration >> Advances Settings add 'Mood' to the browse tree and then rebuild the database (refresh all).
mood,0,NVARCHAR(150)
Where the ',0,' tells asset not to expect multi items in the field, for example artist has ,3, to allow 3 artists.
Next in Asset Configuration >> Advances Settings add 'Mood' to the browse tree and then rebuild the database (refresh all).
Comment