|
| 1 | +-- MovieContentFilter (http://www.moviecontentfilter.com/) |
| 2 | +-- Copyright (c) delight.im (https://www.delight.im/) |
| 3 | +-- Licensed under the GNU AGPL v3 (https://www.gnu.org/licenses/agpl-3.0.txt) |
| 4 | + |
| 5 | +SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; |
| 6 | +SET time_zone = "+00:00"; |
| 7 | + |
| 8 | +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; |
| 9 | +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; |
| 10 | +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; |
| 11 | +/*!40101 SET NAMES utf8mb4 */; |
| 12 | + |
| 13 | +INSERT INTO `categories` (`id`, `name`, `label`, `is_general`, `topic_id`) VALUES |
| 14 | +(1, 'commercial', 'Commercial content', 1, 1), |
| 15 | +(2, 'advertBreak', 'Advert break', 0, 1), |
| 16 | +(3, 'consumerism', 'Consumerism', 0, 1), |
| 17 | +(4, 'productPlacement', 'Product placement', 0, 1), |
| 18 | +(5, 'discrimination', 'Discrimination', 1, 2), |
| 19 | +(6, 'adultism', 'Adultism', 0, 2), |
| 20 | +(7, 'antisemitism', 'Antisemitism', 0, 2), |
| 21 | +(8, 'genderism', 'Genderism', 0, 2), |
| 22 | +(9, 'homophobia', 'Homophobia', 0, 2), |
| 23 | +(10, 'misandry', 'Misandry', 0, 2), |
| 24 | +(11, 'misogyny', 'Misogyny', 0, 2), |
| 25 | +(12, 'racism', 'Racism', 0, 2), |
| 26 | +(13, 'sexism', 'Sexism', 0, 2), |
| 27 | +(14, 'supremacism', 'Supremacism', 0, 2), |
| 28 | +(15, 'transphobia', 'Transphobia', 0, 2), |
| 29 | +(16, 'xenophobia', 'Xenophobia', 0, 2), |
| 30 | +(17, 'dispensable', 'Dispensable scenes', 1, 3), |
| 31 | +(18, 'idiocy', 'Idiocy', 0, 3), |
| 32 | +(19, 'tedious', 'Tedious scene', 0, 3), |
| 33 | +(20, 'drugs', 'Drugs', 1, 4), |
| 34 | +(21, 'alcohol', 'Alcohol', 0, 4), |
| 35 | +(22, 'antipsychotics', 'Antipsychotics', 0, 4), |
| 36 | +(23, 'cigarettes', 'Cigarettes', 0, 4), |
| 37 | +(24, 'depressants', 'Depressants', 0, 4), |
| 38 | +(25, 'gambling', 'Gambling', 0, 4), |
| 39 | +(26, 'hallucinogens', 'Hallucinogens', 0, 4), |
| 40 | +(27, 'stimulants', 'Stimulants', 0, 4), |
| 41 | +(28, 'fear', 'Fear', 1, 5), |
| 42 | +(29, 'accident', 'Accident', 0, 5), |
| 43 | +(30, 'acrophobia', 'Acrophobia', 0, 5), |
| 44 | +(31, 'aliens', 'Aliens', 0, 5), |
| 45 | +(32, 'arachnophobia', 'Arachnophobia', 0, 5), |
| 46 | +(33, 'astraphobia', 'Astraphobia', 0, 5), |
| 47 | +(34, 'aviophobia', 'Aviophobia', 0, 5), |
| 48 | +(35, 'chemophobia', 'Chemophobia', 0, 5), |
| 49 | +(36, 'claustrophobia', 'Claustrophobia', 0, 5), |
| 50 | +(37, 'coulrophobia', 'Coulrophobia', 0, 5), |
| 51 | +(38, 'cynophobia', 'Cynophobia', 0, 5), |
| 52 | +(39, 'death', 'Death', 0, 5), |
| 53 | +(40, 'dentophobia', 'Dentophobia', 0, 5), |
| 54 | +(41, 'emetophobia', 'Emetophobia', 0, 5), |
| 55 | +(42, 'enochlophobia', 'Enochlophobia', 0, 5), |
| 56 | +(43, 'explosion', 'Explosion', 0, 5), |
| 57 | +(44, 'fire', 'Fire', 0, 5), |
| 58 | +(45, 'gerascophobia', 'Gerascophobia', 0, 5), |
| 59 | +(46, 'ghosts', 'Ghosts', 0, 5), |
| 60 | +(47, 'grave', 'Grave', 0, 5), |
| 61 | +(48, 'hemophobia', 'Hemophobia', 0, 5), |
| 62 | +(49, 'hylophobia', 'Hylophobia', 0, 5), |
| 63 | +(50, 'melissophobia', 'Melissophobia', 0, 5), |
| 64 | +(51, 'misophonia', 'Misophonia', 0, 5), |
| 65 | +(52, 'musophobia', 'Musophobia', 0, 5), |
| 66 | +(53, 'mysophobia', 'Mysophobia', 0, 5), |
| 67 | +(54, 'nosocomephobia', 'Nosocomephobia', 0, 5), |
| 68 | +(55, 'nyctophobia', 'Nyctophobia', 0, 5), |
| 69 | +(56, 'siderodromophobia', 'Siderodromophobia', 0, 5), |
| 70 | +(57, 'thalassophobia', 'Thalassophobia', 0, 5), |
| 71 | +(58, 'vampires', 'Vampires', 0, 5), |
| 72 | +(59, 'language', 'Language', 1, 6), |
| 73 | +(60, 'blasphemy', 'Blasphemy', 0, 6), |
| 74 | +(61, 'nameCalling', 'Name-calling', 0, 6), |
| 75 | +(62, 'sexualDialogue', 'Sexual dialogue', 0, 6), |
| 76 | +(63, 'swearing', 'Swearing', 0, 6), |
| 77 | +(64, 'vulgarity', 'Vulgarity', 0, 6), |
| 78 | +(65, 'nudity', 'Nudity', 1, 7), |
| 79 | +(66, 'bareButtocks', 'Bare buttocks', 0, 7), |
| 80 | +(67, 'exposedGenitalia', 'Exposed genitalia', 0, 7), |
| 81 | +(68, 'fullNudity', 'Full nudity', 0, 7), |
| 82 | +(69, 'toplessness', 'Toplessness', 0, 7), |
| 83 | +(70, 'sex', 'Sex', 1, 8), |
| 84 | +(71, 'adultery', 'Adultery', 0, 8), |
| 85 | +(72, 'analSex', 'Anal sex', 0, 8), |
| 86 | +(73, 'coitus', 'Coitus', 0, 8), |
| 87 | +(74, 'kissing', 'Kissing', 0, 8), |
| 88 | +(75, 'masturbation', 'Masturbation', 0, 8), |
| 89 | +(76, 'objectification', 'Objectification', 0, 8), |
| 90 | +(77, 'oralSex', 'Oral sex', 0, 8), |
| 91 | +(78, 'premaritalSex', 'Premarital sex', 0, 8), |
| 92 | +(79, 'promiscuity', 'Promiscuity', 0, 8), |
| 93 | +(80, 'prostitution', 'Prostitution', 0, 8), |
| 94 | +(81, 'violence', 'Violence', 1, 9), |
| 95 | +(82, 'choking', 'Choking', 0, 9), |
| 96 | +(83, 'crueltyToAnimals', 'Cruelty to animals', 0, 9), |
| 97 | +(84, 'culturalViolence', 'Cultural violence', 0, 9), |
| 98 | +(85, 'desecration', 'Desecration', 0, 9), |
| 99 | +(86, 'emotionalViolence', 'Emotional violence', 0, 9), |
| 100 | +(87, 'kicking', 'Kicking', 0, 9), |
| 101 | +(88, 'massacre', 'Massacre', 0, 9), |
| 102 | +(89, 'murder', 'Murder', 0, 9), |
| 103 | +(90, 'punching', 'Punching', 0, 9), |
| 104 | +(91, 'rape', 'Rape', 0, 9), |
| 105 | +(92, 'slapping', 'Slapping', 0, 9), |
| 106 | +(93, 'slavery', 'Slavery', 0, 9), |
| 107 | +(94, 'stabbing', 'Stabbing', 0, 9), |
| 108 | +(95, 'torture', 'Torture', 0, 9), |
| 109 | +(96, 'warfare', 'Warfare', 0, 9), |
| 110 | +(97, 'weapons', 'Weapons', 0, 9); |
| 111 | + |
| 112 | +INSERT INTO `channels` (`id`, `name`, `label`, `is_default`) VALUES |
| 113 | +(1, 'both', 'Both video and audio', 1), |
| 114 | +(2, 'video', 'Video only', 0), |
| 115 | +(3, 'audio', 'Audio only', 0); |
| 116 | + |
| 117 | +INSERT INTO `severities` (`id`, `name`, `label`, `available_as_annotation`, `available_as_preference`, `label_in_preferences`, `inclusiveness`) VALUES |
| 118 | +(1, 'low', 'Low', 1, 1, 'Filter low, medium and high severity', 3), |
| 119 | +(2, 'medium', 'Medium', 1, 1, 'Filter medium and high severity', 2), |
| 120 | +(3, 'high', 'High', 1, 1, 'Filter high severity', 1), |
| 121 | +(4, 'none', 'None', 0, 1, 'Do not filter anything', 0); |
| 122 | + |
| 123 | +INSERT INTO `topics` (`id`, `label`) VALUES |
| 124 | +(1, 'Commercial content'), |
| 125 | +(2, 'Discrimination'), |
| 126 | +(3, 'Dispensable scenes'), |
| 127 | +(4, 'Drugs'), |
| 128 | +(5, 'Fear'), |
| 129 | +(6, 'Language'), |
| 130 | +(7, 'Nudity'), |
| 131 | +(8, 'Sex'), |
| 132 | +(9, 'Violence'); |
| 133 | + |
| 134 | +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; |
| 135 | +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; |
| 136 | +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |
0 commit comments