# Tags aktualisieren oder hinzufügen
update_or_add_tag(root, NFO_SHOWTITLE, self.showTitle)
update_or_add_tag(root, NFO_TITLE, self.episodeTitle)
update_or_add_tag(root, NFO_ORIGINALTITLE, self.episodeTitle)
update_or_add_tag(root, NFO_SORTTITLE, self.episodeTitle)
if self.metatype == TAG_FILE_HEADER_MOVIE:
update_or_add_tag(root, NFO_TITLE, self.showTitle)
update_or_add_tag(root, NFO_ORIGINALTITLE, self.showTitle)