UPDATE category set title = 'SD' where title = 'TV-SD';
UPDATE category set title = 'HD' where title = 'TV-HD';
UPDATE category set title = 'SD' where title = 'Movies-SD';
UPDATE category set title = 'HD' where title = 'Movies-HD';