diff --git a/plugins/Tagi10n/Tagi10n.js b/plugins/Tagi10n/Tagi10n.js new file mode 100644 index 00000000..f1b9dd76 --- /dev/null +++ b/plugins/Tagi10n/Tagi10n.js @@ -0,0 +1,133 @@ +// Stash Tag Translation +(async function () { + "use strict"; + + const { waitForElement, PathElementListener, getConfiguration, baseURL } = + window.csLib; + + const defaultConfig = { + defaultLanguage: "zh_CN", + }; + + async function loadLanguageFile(lang) { + try { + const module = await import( + `https://cdn.jsdelivr.net/gh/dongfengweixiao/CommunityScripts@tagi10n1/plugins/Tagi10n/i10n/tag_${lang}.js` + ); + return module.default || {}; + } catch (error) { + console.error(`Failed to load language file tag_${lang}.js`, error); + return {}; + } + } + + function translateTags(languageMap, xpathArray) { + if (!languageMap) { + console.error("languageMap is undefined or null. Translation skipped."); + return; + } + + xpathArray.forEach((xpath) => { + const elements = document.evaluate( + xpath, + document, + null, + XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, + null + ); + for (let i = 0; i < elements.snapshotLength; i++) { + const element = elements.snapshotItem(i); + const originalText = element.textContent.trim(); + const translation = languageMap[originalText]; + console.log(translation); + // 检查 translation 是否为数组且长度大于 0 + if (Array.isArray(translation) && translation.length > 0) { + element.textContent = translation[0]; + } else { + // 若没有翻译,可选择保留原始文本或记录日志 + console.warn(`No translation found for "${originalText}"`); + } + } + }); + } + + function translateTagDescriptions(languageMap) { + if (!languageMap) { + console.error( + "languageMap is undefined or null. Description translation skipped." + ); + return; + } + + const tagNameElements = document.evaluate( + "//div[contains(@class, 'tag-card')]//div[@class='TruncatedText']", + document, + null, + XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, + null + ); + + for (let i = 0; i < tagNameElements.snapshotLength; i++) { + const tagNameElement = tagNameElements.snapshotItem(i); + const tagName = tagNameElement.textContent.trim(); + + const descriptionElement = document.evaluate( + "//div[contains(@class, 'tag-card')]//div[contains(@class, 'tag-description')]", + tagNameElement.parentNode, + null, + XPathResult.FIRST_ORDERED_NODE_TYPE, + null + ).singleNodeValue; + + const translationEntry = languageMap[tagName]; + + if ( + descriptionElement && + Array.isArray(translationEntry) && + translationEntry.length > 1 + ) { + descriptionElement.textContent = translationEntry[1]; + } + } + } + + async function main() { + const config = await getConfiguration("Tagi10n", defaultConfig); + const lang = config.defaultLanguage; + const languageMap = await loadLanguageFile(lang); + + const xpathArray = [ + "//div[contains(@span, 'tag-item')]//div", + "//*[contains(@class, 'tag-item')]//div", + "//div[contains(@class, 'tag-card')]//div[@class='TruncatedText']", + "//*[contains(@class, 'tag-name')]", + "//span[contains(@span, 'tag-item')]//div", + ]; + + PathElementListener(baseURL + "scenes", ".tag-item", () => { + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "tags", ".card-section", () => { + translateTagDescriptions(languageMap); + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "tags/", ".tag-name", () => { + translateTagDescriptions(languageMap); + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "images", ".tag-item", () => { + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "performers", ".tag-item", () => { + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "groups", ".tag-item", () => { + translateTags(languageMap, xpathArray); + }); + PathElementListener(baseURL + "galleries", ".tag-item", () => { + translateTags(languageMap, xpathArray); + }); + } + + main(); +})(); diff --git a/plugins/Tagi10n/Tagi10n.yml b/plugins/Tagi10n/Tagi10n.yml new file mode 100644 index 00000000..4e873a27 --- /dev/null +++ b/plugins/Tagi10n/Tagi10n.yml @@ -0,0 +1,15 @@ +name: Tagi10n +description: Display tag names in the given language. +version: 0.0.1 +ui: + requires: + - CommunityScriptsUILibrary + javascript: + - https://cdn.jsdelivr.net/gh/dongfengweixiao/CommunityScripts@tagi10n1/plugins/Tagi10n/i10n/tag_zh_CN.js + - Tagi10n.js + +settings: + defaultLanguage: + displayName: Default Language + description: Default Language + type: STRING diff --git a/plugins/Tagi10n/i10n/tag_en_US.js b/plugins/Tagi10n/i10n/tag_en_US.js new file mode 100644 index 00000000..5ca544d5 --- /dev/null +++ b/plugins/Tagi10n/i10n/tag_en_US.js @@ -0,0 +1,9037 @@ +export default { + "120 FPS": ["120 FPS", "Scenes offered at 120 frames per second."], + "12K Available": [ + "12K Available", + "Scenes offered in a resolution 12K pixels wide.", + ], + "18+": ["18+", "Primary performer (not character) is between 18 and 20."], + "180°": ["180°", "Virtual reality scenes with a 180° field of vision."], + "1800s": [ + "1800s", + "Inspired by the history and culture of the 19th century.", + ], + "190°": ["190°", "Virtual reality scenes with a 190° field of vision."], + "1920s": ["1920s", "Inspired by the style and culture of the 1920s."], + "1930s": ["1930s", "Inspired by the style and culture of the 1930s."], + "1940s": ["1940s", "Inspired by the style and culture of the 1940s."], + "1950s": ["1950s", "Inspired by the style and culture of the 1950s."], + "1960s": ["1960s", "Inspired by the style and culture of the 1960s."], + "1970s": ["1970s", "Inspired by the style and culture of the 1970s."], + "1980s": ["1980s", "Inspired by the style and culture of the 1980s."], + "1990s": ["1990s", "Inspired by the style and culture of the 1990s."], + "20+": ["20+", "Primary performer (not character) is in their 20s."], + "200°": ["200°", "Virtual reality scenes with a 200° field of vision."], + "220°": ["220°", "Virtual reality scenes with a 220° field of vision."], + "24 FPS": ["24 FPS", "Scenes offered at 24 frames per second."], + "25 FPS": ["25 FPS", "Scenes offered at 25 frames per second."], + "2D Available": [ + "2D Available", + "3D or VR scenes that offer a more traditional 2D alternative format.", + ], + "30+": ["30+", "Primary performer (not character) is in their 30s."], + "30 FPS": ["30 FPS", "Scenes offered at 30 frames per second."], + "360°": ["360°", "Virtual reality scenes with a 360° field of vision."], + "3D Available": [ + "3D Available", + "Offered in a format with a three-dimensional effect, often requiring the use of additional glasses, goggles, or headsets.", + ], + "3K Available": [ + "3K Available", + "Scenes offered in a resolution 3K pixels wide.", + ], + "3rd Person Narrative": [ + "3rd Person Narrative", + "Features a storyline with fictional characters from a 3rd person perspective.", + ], + "40+": ["40+", "Primary performer (not character) is in their 40s."], + "4:3 Aspect Ratio": [ + "4:3 Aspect Ratio", + "Footage shot in a 4:3 (1.33:1) aspect ratio.", + ], + "4K Available": [ + "4K Available", + "Scenes offered in a resolution 4K pixels wide.", + ], + "50+": ["50+", "Primary performer (not character) is in their 50s."], + "50 FPS": ["50 FPS", "Scenes offered at 50 frames per second."], + "5K Available": [ + "5K Available", + "Scenes offered in a resolution 5K pixels wide.", + ], + "60+": ["60+", "Primary performer (not character) is in their 60s."], + "60 FPS": ["60 FPS", "Scenes offered at 60 frames per second."], + 69: [ + "69", + "Position where performers both give and receive oral sex from each other.", + ], + "69 Breast Licking": [ + "69 Breast Licking", + "Position where performers both give and receive breast licking from each other.", + ], + "6K Available": [ + "6K Available", + "Scenes offered in a resolution 6K pixels wide.", + ], + "70+": ["70+", "Primary performer (not character) is in their 70s."], + "7K Available": [ + "7K Available", + "Scenes offered in a resolution 7K pixels wide.", + ], + "8K Available": [ + "8K Available", + "Scenes offered in a resolution 8K pixels wide.", + ], + "90 FPS": ["90 FPS", "Scenes offered at 90 frames per second."], + "Abandonment Play": [ + "Abandonment Play", + "When a submissive is left on their own or ignored by their dominant, often while restrained", + ], + "Abdominal Scar": [ + "Abdominal Scar", + "Long horizontal or vertical abdominal scar", + ], + "Accidental Exposure": [ + "Accidental Exposure", + "When the performer's breasts, nipples, or genitals are shown to the public without apparent intent.", + ], + Acne: [ + "Acne", + "Performer has a fair amount of visible acne typically on the face", + ], + "Action & Fighting": [ + "Action & Fighting", + "Features action and fighting scenes.", + ], + Actor: ["Actor", "Male performer who appears on screen or stage."], + Actress: ["Actress", "Female performer who appears on screen or stage."], + "Addiction Fetish": [ + "Addiction Fetish", + "Fantasy in which the performer tells the subject they are addicted to them. Usually involved in domination scenes.", + ], + Adorable: [ + "Adorable", + "Female characters presented as some combination of sweet, happy, innocent, and youthful.", + ], + "Aerial Cowgirl": ["Aerial Cowgirl", "Cowgirl"], + "African Accent": [ + "African Accent", + "Speaks with an accent native to Africa.", + ], + Aftercare: [ + "Aftercare", + "Supportive activities after BDSM scenes intended to provide comfort and reassurance to participants.", + ], + "Against Glass": [ + "Against Glass", + "Performer is pressed against glass, often with the camera on the other side of the glass.", + ], + "Against Wall": [ + "Against Wall", + "One of the performers is pinned to the wall", + ], + "Age Play": [ + "Age Play", + "At least one person roleplaying as a younger age than they actually are", + ], + Aggressive: [ + "Aggressive", + "Features at least one character displaying a forceful or hostile attitude.", + ], + Ahegao: [ + "Ahegao", + "Exaggerated facial expression of ecstasy, typically while rolling/crossing eyes and sticking out tongue.", + ], + "AI Model": ["AI Model", "Performer created by AI or deepfake."], + Airplane: [ + "Airplane", + "At least some of the action takes place on a fixed-wing aircraft.", + ], + "Airplane Position": [ + "Airplane Position", + "Female performer with all three major orifices filled at the same time while giving two handjobs with arms extended outward.", + ], + Airtight: [ + "Airtight", + "Female performer with all three major orifices filled at the same time.", + ], + "AI Upscale": ["AI Upscale", "AI-enhanced video resolution and quality."], + Albanian: ["Albanian", "Scene features Albanian performer(s)"], + Alien: ["Alien", "Character from another planet, humanoid or otherwise."], + "All Anal": ["All Anal", "Exclusively anal penetration, no vaginal."], + Alley: [ + "Alley", + "At least some of the action takes place along the side of a building, somewhat hidden from public view.", + ], + "All Natural": [ + "All Natural", + "Performers who have not had obvious cosmetic surgery.", + ], + "All Sex": [ + "All Sex", + "Scenes with little to no story or dialogue, starting the action within a few minutes.", + ], + "All the Way Through": [ + "All the Way Through", + "Penetration that appears to enter one end of a performer's body and exit through the other.", + ], + "All Vaginal": ["All Vaginal", "Exclusively vaginal penetration, no anal."], + "ALS Rocket": [ + "ALS Rocket", + "A transparent hollow dildo custom-made by ALS Scan.", + ], + "Alternating Penetration": [ + "Alternating Penetration", + "Act that rapidly switches back and forth between anal and vaginal penetration of the same performer.", + ], + Amateur: [ + "Amateur", + "Features relatively new performers, typically in low-budget productions.", + ], + "Amazon Position": [ + "Amazon Position", + "Like missionary, except the penis/male is on the bottom, legs spread, and the female thrusts back and forth between them.", + ], + American: ["American", "Scene features American performer(s)"], + "American Porn": [ + "American Porn", + "Scene was produced in America or by an American studio", + ], + Amish: [ + "Amish", + "Character presented as part of the Amish church, known for shunning modern culture and technology.", + ], + "Anal Beads": [ + "Anal Beads", + "Anally penetrating a performer with connected beads or balls.", + ], + "Anal Bulldog": [ + "Anal Bulldog", + "Penetrative anal sex while standing above a receiving performer that is on their knees", + ], + "Anal Bulldog Spit Roast": [ + "Anal Bulldog Spit Roast", + "Penetrative anal sex while standing above a receiving performer that is on their knees orally pleasuring a penis.", + ], + "Anal Cowgirl": ["Anal Cowgirl", "Anal sex in the cowgirl position."], + "Anal Cowgirl - POV": [ + "Anal Cowgirl - POV", + "Anal sex in the cowgirl position, from the perspective of the person below", + ], + "Anal Creampie": [ + "Anal Creampie", + "Anal penetrative sex to completion without pulling out.", + ], + "Anal Creampie to Other Girl's Mouth": [ + "Anal Creampie to Other Girl's Mouth", + "Cum drips from one girl's ass to other girl's mouth or face", + ], + "Anal Demolition": [ + "Anal Demolition", + "Featuring intense depictions of anal sex, often including gaping and significant speed/force.", + ], + "Anal Dildo": ["Anal Dildo", "Anally penetrating a performer with a dildo."], + "Anal Doggy Style": [ + "Anal Doggy Style", + "Anal sex in the doggy style position.", + ], + "Anal Doggy Style - POV": [ + "Anal Doggy Style - POV", + "Anal sex in the doggy style position, from the perspective of the person behind the receiver", + ], + "Anal Encouragement": [ + "Anal Encouragement", + "Performer encourages viewer to masturbate anally, similar to JOI", + ], + "Anal Fail": ["Anal Fail", "Scene"], + "Anal Fingering": [ + "Anal Fingering", + "Digitally penetrating another performer's anus.", + ], + "Anal Fingering During Sex": [ + "Anal Fingering During Sex", + "Digitally penetrating another performer's anus during sex", + ], + "Anal Fisting": [ + "Anal Fisting", + "Inserting an entire hand into another performer's anus.", + ], + "Anal Fisting Him": [ + "Anal Fisting Him", + "Inserting an entire hand into a masculine performer's anus.", + ], + "Anal Full Nelson": [ + "Anal Full Nelson", + "Variation of anal reverse cowgirl where the giver pulls the receiver's legs up while pushing their head forward.", + ], + "Anal Gape": ["Anal Gape", "Anus remaining open after withdrawal."], + "Anal Hooks": [ + "Anal Hooks", + "Anally penetrating a performer with a rigid hook-shaped toy, often made of metal.", + ], + "Anal Insertion": [ + "Anal Insertion", + "Anally penetrated with any toy or object.", + ], + "Anally Plugged Sex": [ + "Anally Plugged Sex", + "Female performer receiving vaginal sex while having a plug (or similar toy) in the anus.", + ], + "Anal Masturbation": [ + "Anal Masturbation", + "Performers pleasuring themselves anally.", + ], + "Anal Missionary": [ + "Anal Missionary", + "Anal sex in the missionary position.", + ], + "Anal Missionary - POV": [ + "Anal Missionary - POV", + "Anal sex in the missionary position, from the perspective of the person in front of the receiver", + ], + "Anal Orgasm": ["Anal Orgasm", "Reaching orgasm through anal stimulation."], + "Anal Penetration": ["Anal Penetration", "Inserting anything into the anus."], + "Anal Piledriver": [ + "Anal Piledriver", + "Having anal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Anal Prone Bone": [ + "Anal Prone Bone", + "Position where one performer penetrates another anally from above, while the receiver lies prone.", + ], + "Anal Reverse Cowgirl": [ + "Anal Reverse Cowgirl", + "Anal sex in the reverse cowgirl position.", + ], + "Anal Reverse Cowgirl - POV": [ + "Anal Reverse Cowgirl - POV", + "Anal sex in the reverse cowgirl position, from the perspective of the person below", + ], + "Anal Self Fisting": [ + "Anal Self Fisting", + "Inserting an entire hand into a performer's own anus.", + ], + "Anal Sex": ["Anal Sex", "Anal penetrative sex."], + "Anal Sheath": [ + "Anal Sheath", + "Condom inserted into anus. Often attached to clothing such as pants or catsuits", + ], + "Anal Side Fuck": [ + "Anal Side Fuck", + "Position where standing/kneeling performer anally penetrates a receiver who is lying on their side", + ], + "Anal Spit Roast": [ + "Anal Spit Roast", + "Anal penetrative sex in a doggy position while orally pleasuring a penis.", + ], + "Anal Spooning": [ + "Anal Spooning", + "Anal sex with performers lying on one side without facing each other.", + ], + "Anal Squirting": ["Anal Squirting", "Squirting during anal penetration."], + "Anal Standing Doggy Style": [ + "Anal Standing Doggy Style", + "Anal penetrative sex while standing up, from behind.", + ], + "Anal Stretching": [ + "Anal Stretching", + "Deliberately stretching a performer's anus to open wider.", + ], + "Anal Stretching Toys": [ + "Anal Stretching Toys", + "Various kinds of toys designed to gradually stretch the anus.", + ], + "Anal Teasing": [ + "Anal Teasing", + "Gently teasing a performer's anus, often with particularly slow or light touches.", + ], + "Anal Toys": [ + "Anal Toys", + "Various toys used to anally pleasure a performer.", + ], + "Anal Winking": [ + "Anal Winking", + "Visible, reflexive contractions of an open anus.", + ], + "Anchored Bondage": [ + "Anchored Bondage", + "When a performer is bound to an object in order to limit or prevent their freedom of movement.", + ], + Anchorwoman: [ + "Anchorwoman", + "A female character who presents news during a news program on TV.", + ], + "Ancient History": [ + "Ancient History", + "Inspired by the history and culture of classical antiquity, c. 700 BC to 500 AD.", + ], + Androgynous: [ + "Androgynous", + "Character who is presented as neither feminine nor masculine.", + ], + Angry: [ + "Angry", + "Features at least one character who is acting hostile and visibly angry about the situation.", + ], + "Animal Ears": [ + "Animal Ears", + "Costume ears shaped like an animal's, usually attached to a headband of some kind.", + ], + "Animal Mask": [ + "Animal Mask", + "A face Mask with animalistic features like animal ears or a snout. Often used for Pet-Play", + ], + "Animal Print": [ + "Animal Print", + "Clothing designed to resemble the fur and skin of an animal, most commonly a leopard.", + ], + Animated: [ + "Animated", + "Animated scenes, including both 2D illustrations and 3D renderings.", + ], + "Anime Character": [ + "Anime Character", + "Performer representing a character from anime, either as parody or cosplay.", + ], + "Ankle Boots": ["Ankle Boots", "Boots that end at or just above the ankle."], + "Ankle Bracelet": ["Ankle Bracelet", "Jewelry worn around the ankle."], + "Ankle Cuffs": ["Ankle Cuffs", "Restraints worn around the ankles."], + "Ankle Socks": ["Ankle Socks", "Socks that end at or just above the ankle."], + "Ankle Wrap Shoes": [ + "Ankle Wrap Shoes", + "Women's shoe with a strap, ribbon, or lace that wraps around the wearer's ankle and/or calf as a fastening mechanism.", + ], + Anniversary: [ + "Anniversary", + "Takes place on or around a character's wedding anniversary.", + ], + "Announcing Orgasm": [ + "Announcing Orgasm", + "The vocal expression that a performer is reaching climax.", + ], + "Anonymous Sex": [ + "Anonymous Sex", + "Sexual encounter without intending to learn partner's identity.", + ], + Aphrodisiac: [ + "Aphrodisiac", + "Sexual arousal from an ingested agent (drink, food, or drug)", + ], + Apocalyptic: [ + "Apocalyptic", + "Scenes set just before, during, or after some apocalyptic event.", + ], + "April Fools' Day": [ + "April Fools' Day", + "Takes place on or around April Fools' Day.", + ], + Apron: [ + "Apron", + "Wearing an apron over a scantily clad or outright nude body.", + ], + Arch: [ + "Arch", + "Variation of cowgirl where the receiver leans far away from the other performer's body.", + ], + "Arched Back": [ + "Arched Back", + "Focusing on the arch and curve of a performer's back or spine.", + ], + Argentinian: ["Argentinian", "Scene features Argentinian performer(s)"], + Armbinder: [ + "Armbinder", + "Restraint device, designed to bind the arms and/or hands to each other or to the body, usually behind the back", + ], + Armlet: [ + "Armlet", + "A band or bracelet worn around the upper part of a person's arm.", + ], + "Arm Piercing": [ + "Arm Piercing", + "Performers with at least one visible piercing in their arms.", + ], + "Armpit Fetish": [ + "Armpit Fetish", + "Into armpits: licking, sniffing, rubbing, etc", + ], + "Armpit Stubble": [ + "Armpit Stubble", + "Performers with visible short hair or stubble under their armpits.", + ], + "Arm Pulling": [ + "Arm Pulling", + "Pulling another performer's arm or arms back.", + ], + "Arms Crossing": [ + "Arms Crossing", + "Performer has their arms crossed in a scene specially for an extended period of time as a theme of the scene.", + ], + "Arms Restrained Behind Back": [ + "Arms Restrained Behind Back", + "Performer's arms are physically restrained behind their back through the use of restraints such as cuffs, fabric, rope, etc.", + ], + "Arm Warmers": [ + "Arm Warmers", + "Sleeves unattached to other pieces of clothing, often leaving fingers exposed.", + ], + Artist: ["Artist", "Character who is presented as a visual artist."], + Artistic: [ + "Artistic", + "Features situations or techniques of a particularly artistic or surreal nature.", + ], + "Artistic Lighting": [ + "Artistic Lighting", + "Scene shot with particular creative attention to the illumination of performers and scenery.", + ], + Asian: [ + "Asian", + "Performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian Man": [ + "Asian Man", + "Male performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian on White": [ + "Asian on White", + "White women having sex with Asian Male(s)", + ], + "Asian Top": [ + "Asian Top", + "Asian performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "Asian Trans": [ + "Asian Trans", + "Trans performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian Woman": [ + "Asian Woman", + "Female performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asking for Anal": [ + "Asking for Anal", + "Character asks to receive anal penetrative sex", + ], + "Asking for Creampie": [ + "Asking for Creampie", + "Character asks to receive a creampie", + ], + "Asking to Creampie": [ + "Asking to Creampie", + "One character asks another if someone (usually the asker) can give them a creampie", + ], + "Asks for Condom": [ + "Asks for Condom", + "A performer asks for a condom to be used for penetrative sex but doesn't necessarily use one", + ], + ASMR: ["ASMR", "Autonomous sensory meridian response (ASMR)"], + Asphyxiation: [ + "Asphyxiation", + "Temporary removal of a performer's ability to breathe.", + ], + "Ass Fetish": ["Ass Fetish", "Significant focus on a performer's ass."], + "Ass Grabbing": ["Ass Grabbing", "Grabbing a performer's backside."], + "Ass Growth": [ + "Ass Growth", + "Growing/Inflating/Expanding or pretending to grow/inflate/expand Butt", + ], + "Asshole Fetish": [ + "Asshole Fetish", + "Significant focus on a performer's asshole.", + ], + "Asshole Spanking": [ + "Asshole Spanking", + "Scenes where performer is spanked, caned, struck directly on their asshole.", + ], + "Ass Play": [ + "Ass Play", + "Various types of anal pleasuring, excluding anal penetrative sex.", + ], + "Ass Rubbing": ["Ass Rubbing", "Rubbing a performer's backside."], + "Ass Smacking": [ + "Ass Smacking", + "Forcefully slapping a performer's backside, often while focusing on a different action.", + ], + "Ass Smelling": [ + "Ass Smelling", + "Features the act of smelling a performer's ass or asshole.", + ], + "Ass Stacking": [ + "Ass Stacking", + "Group penetrative sex with at least two receivers lying on top of each other, facing down.", + ], + "Ass to Ass": [ + "Ass to Ass", + "Position where two performers simultaneously penetrate each other's asses with a double-sided dildo.", + ], + "Ass to Mouth": [ + "Ass to Mouth", + "Oral penetration immediately after anal sex.", + ], + "Ass to Other's Ass": [ + "Ass to Other's Ass", + "Switching immediately from anally penetrating one performer to anally penetrating another.", + ], + "Ass to Other's Mouth": [ + "Ass to Other's Mouth", + "Switching immediately from anally penetrating one performer to orally penetrating another.", + ], + "Ass to Other's Pussy": [ + "Ass to Other's Pussy", + "Switching immediately from anally penetrating one performer to vaginally penetrating another.", + ], + "Ass to Pussy": [ + "Ass to Pussy", + "Switching immediately from anal penetrative sex to vaginal.", + ], + "Ass Up Blowjob": [ + "Ass Up Blowjob", + "Performing a blowjob with arched back showing the ass", + ], + "Ass Worship": [ + "Ass Worship", + "Focused on physically appreciating another performer's backside with hands or mouth.", + ], + Athletic: [ + "Athletic", + "Performer with noticeable muscle definition, regardless of gender.", + ], + "Athletic Man": [ + "Athletic Man", + "Male performer with noticeable muscle definition.", + ], + "Athletic Woman": [ + "Athletic Woman", + "Female performer with noticeable muscle definition.", + ], + "Auburn Hair": [ + "Auburn Hair", + "Performers with hair colors that have both reddish and brownish shades.", + ], + "Audio Only": [ + "Audio Only", + "Presented without visuals, relying entirely on sound instead.", + ], + "Augmented Reality": ["Augmented Reality", "Video"], + Aunt: ["Aunt", "Female character is [a biological] aunt."], + Australian: ["Australian", "Scene features Australian performer(s)"], + Austrian: ["Austrian", "Scene features Austrian performer(s)"], + "Auto-Fucking": [ + "Auto-Fucking", + "A performer uses penis to penetrate his own asshole.", + ], + "Average Body": ["Average Body", "Not particularly slim or heavy."], + "Average Dick": [ + "Average Dick", + "Performers with average-sized penises, compared to the general public.", + ], + "Average Female Body": [ + "Average Female Body", + "Female performers who aren't particularly slim or heavy.", + ], + "Average Height Man": [ + "Average Height Man", + "Male performer with a height taller than 5'7'' (170 cm) and shorter than 6' (182 cm)", + ], + "Average Height Woman": [ + "Average Height Woman", + "Female performer with a height taller than 5'5'' (165 cm) and shorter than 5'9'' (175 cm)", + ], + "Average Male Body": [ + "Average Male Body", + "Male performers who aren't particularly slim or heavy.", + ], + "Award Nominee": [ + "Award Nominee", + "Content that has been nominated for industry awards for excellence, eg: AVN, XBIZ, XRCO", + ], + "Award Winner (2023 XBIZ Europa Awards)": [ + "Award Winner (2023 XBIZ Europa Awards)", + "The scene has won an award at 2023 XBIZ Europa Awards", + ], + "Award Winner (2024 XBIZ Europa Awards)": [ + "Award Winner (2024 XBIZ Europa Awards)", + "The scene has won an award at 2024 XBIZ Europa Awards", + ], + "Award Winner (AVN Award 2015)": [ + "Award Winner (AVN Award 2015)", + "The scene has won an award at Award AVN Award 2015", + ], + "Award Winner (AVN Award 2016)": [ + "Award Winner (AVN Award 2016)", + "The scene has won an award at Award AVN Award 2016", + ], + "Award Winner (AVN Award 2017)": [ + "Award Winner (AVN Award 2017)", + "The scene has won an award at Award AVN Award 2017", + ], + "Award Winner (AVN Award 2018)": [ + "Award Winner (AVN Award 2018)", + "The scene has won an award at Award AVN Award 2018", + ], + "Award Winner (AVN Award 2019)": [ + "Award Winner (AVN Award 2019)", + "The scene has won an award at Award AVN Award 2019", + ], + "Award Winner (AVN Award 2020)": [ + "Award Winner (AVN Award 2020)", + "The scene has won an award at Award AVN Award 2020", + ], + "Award Winner (AVN Award 2021)": [ + "Award Winner (AVN Award 2021)", + "The scene has won an award at Award AVN Award 2021", + ], + "Award Winner (AVN Award 2022)": [ + "Award Winner (AVN Award 2022)", + "The scene has won an award at Award AVN Award 2022", + ], + "Award Winner (AVN Award 2023)": [ + "Award Winner (AVN Award 2023)", + "The scene has won an award at Award AVN Award 2023", + ], + "Award Winner (AVN Award 2024)": [ + "Award Winner (AVN Award 2024)", + "The scene has won an award at Award AVN Award 2024", + ], + "Award Winner (AVN Award 2025)": [ + "Award Winner (AVN Award 2025)", + "The scene has won an award at the AVN Awards 2025", + ], + "Award Winner (GayVN Award 2024)": [ + "Award Winner (GayVN Award 2024)", + "The scene has won an award at the GayVN Awards 2024", + ], + "Award Winner (GayVN Award 2025)": [ + "Award Winner (GayVN Award 2025)", + "The scene has won an award at the GayVN Awards 2025", + ], + "Award Winner (XBIZ Awards 2024)": [ + "Award Winner (XBIZ Awards 2024)", + "The scene has won an award at the XBIZ Awards 2024", + ], + "Award Winner (XBIZ Awards 2025)": [ + "Award Winner (XBIZ Awards 2025)", + "The scene has won an award at the XBIZ Awards 2025", + ], + "Award Winning": [ + "Award Winning", + "Content that has won industry awards for excellence, eg: AVN, XBIZ, XRCO", + ], + Babes: [ + "Babes", + "Generic term for young, attractive women, often used by studios.", + ], + Babydoll: [ + "Babydoll", + "Sleeveless loose-fitting nightgown with an attached skirt ending around the upper thigh.", + ], + Babysitter: [ + "Babysitter", + "Female character who acts as a babysitter or nanny.", + ], + Babytalk: [ + "Babytalk", + "Performer speaks in immature way during roleplay sex", + ], + Backbend: [ + "Backbend", + "Bending backwards to form a bridge with both hands and feet planted.", + ], + "Backbending Blowjob": ["Backbending Blowjob", "A"], + "Back Fetish": [ + "Back Fetish", + "Significant focus on a performer's back, bare or clothed.", + ], + Backpack: [ + "Backpack", + "Large bag carried on the back, typically secured with two shoulder straps.", + ], + Backpacker: [ + "Backpacker", + "Character who is travelling on a low budget, typically staying in hostels with a large backpack as luggage.", + ], + Backroom: [ + "Backroom", + "At least some of the action takes place in a seldom-used room, often for storage or supplies.", + ], + "Back Shot": ["Back Shot", "When the performer back is facing the camera"], + "Back to Back": [ + "Back to Back", + "When at least two performers have their backsides pressing together - typically in a kneeling position", + ], + Backyard: [ + "Backyard", + "At least some of the action takes place in somebody's backyard.", + ], + "Bad Girl": [ + "Bad Girl", + "Female character who clearly enjoys breaking the rules.", + ], + Bag: [ + "Bag", + "A flexible container with an opening at the top, used for carrying things.", + ], + "Baggy Pants": [ + "Baggy Pants", + "Long pants caught in at the ankle. Early on, the style was also called a harem skirt.", + ], + "Baggy Shirt": [ + "Baggy Shirt", + "Large shirt or t-shirt that is loosely fitted and typically falls below the waistline", + ], + Balcony: [ + "Balcony", + "At least some of the action takes place on an open balcony.", + ], + "Bald Head": ["Bald Head", "Performers with no hair on their head."], + Ballerina: [ + "Ballerina", + "Penetrative sex while standing up, while the receiver raises one leg.", + ], + "Ballet Boots": [ + "Ballet Boots", + "Boots that force the wearer to be en pointe, like a ballet dancer.", + ], + "Ballet Dancer": [ + "Ballet Dancer", + "Character presented as a ballet dancer, professionally or not.", + ], + "Ballet Shoes": [ + "Ballet Shoes", + "Lightweight shoes designed for ballet dancing, sometimes with a reinforced toe.", + ], + "Ball Gag": [ + "Ball Gag", + "A ball-shaped gag that makes the wearer unable to speak, increasing the feeling of submission.", + ], + "Ball Licking": [ + "Ball Licking", + "Pleasuring another performer's scrotum with just the tongue.", + ], + "Balloon Fetish": [ + "Balloon Fetish", + "Popping of balloons, blowing up balloons, or sitting or lying on them.", + ], + "Ball Play": [ + "Ball Play", + "Manually pleasuring another performer's scrotum.", + ], + "Ball Sucking": [ + "Ball Sucking", + "Pleasuring another performer's scrotum with the whole mouth.", + ], + "Ball Sucking During Blowjob": [ + "Ball Sucking During Blowjob", + "One performer sucks balls while another gives a blowjob", + ], + "Ball Sucking During Sex": [ + "Ball Sucking During Sex", + "One performer sucks balls during sexual intercourse.", + ], + "Ball Worship": [ + "Ball Worship", + "Focused on physically appreciating another performer's balls with hands or mouth.", + ], + Bandana: ["Bandana", "Small handkerchief tied around the head and hair."], + Bandeau: [ + "Bandeau", + "Narrow top without straps or sleeves, often worn as swimwear, athletic wear, or underwear.", + ], + Bangles: ["Bangles", "Rigid bracelet worn around the wrist or arm."], + Bangs: ["Bangs", "Hair that hangs in front of the forehead."], + Bar: ["Bar", "At least some of the action takes place in a bar or pub."], + "Bareback Teasing": ["Bareback Teasing", "In"], + Barefoot: ["Barefoot", "No socks or shoes of any kind."], + "Bare Shoulders": [ + "Bare Shoulders", + "When you can see the skin of the performer shoulders", + ], + Barn: ["Barn", "At least some of the action takes place in a barn."], + "Baseball Bat": ["Baseball Bat", "Using part of a bat as a penetrative toy."], + Basement: [ + "Basement", + "At least some of the action takes place in a basement or cellar.", + ], + Bastinado: [ + "Bastinado", + "Punishment or torture that involves caning the soles of a performer's feet.", + ], + "Bath Brush": [ + "Bath Brush", + "A waterproof brush designed for personal hygiene in the bath or shower", + ], + Bathroom: [ + "Bathroom", + "At least some of the action takes place in a bathroom.", + ], + Bathtub: [ + "Bathtub", + "At least some of the action takes place on or in a bathtub.", + ], + "BBC Dildo": [ + "BBC Dildo", + "Sex toy designed for penetration that resembles a big black cock (BBC).", + ], + BBW: [ + "BBW", + "Big Beautiful Woman: females with significantly heavy figures.", + ], + BDSM: [ + "BDSM", + "Umbrella term for a variety of kinks, including Bondage/Discipline, Domination/Submission, and Sadism/Masochism.", + ], + Beach: ["Beach", "At least some of the action takes place on a sandy beach."], + Beads: ["Beads", "Beaded necklace, regardless of size or material."], + "Bean Bag": [ + "Bean Bag", + "At least some of the action takes place on a large bean bag chair.", + ], + Bear: [ + "Bear", + "Larger and often hairier man who projects an image of rugged masculinity.", + ], + Beard: [ + "Beard", + "Facial hair on the jaw, chin, upper lip, lower lip, cheeks, and neck", + ], + "Bear Hug": [ + "Bear Hug", + "A wrestling hold where one performer wraps their arms around another's torso, squeezing tightly against their chest.", + ], + "Beautiful Agony": [ + "Beautiful Agony", + "Focussing on a performer's face during orgasm, with no explicit nudity shown.", + ], + "Beauty Mark": [ + "Beauty Mark", + "Performers with a small, dark spot or mole on their face.", + ], + Bed: ["Bed", "At least some of the action takes place on a bed."], + Bedroom: ["Bedroom", "At least some of the action takes place in a bedroom."], + "Bed Sharing": [ + "Bed Sharing", + "Two characters forced to share a bed, tempting them into a sexual encounter.", + ], + "Begging to Cum": [ + "Begging to Cum", + "Begging for another performers permission to cum.", + ], + "Behind the Scenes": [ + "Behind the Scenes", + "Videos produced as an extra alongside another scene, usually highlighting the production process.", + ], + Belarusian: ["Belarusian", "Scene features Belarusian performer(s)"], + Belgian: ["Belgian", "Scene features Belgian performer(s)"], + "Bell Bottoms": [ + "Bell Bottoms", + "Pants that widen considerably below the knee, forming a bell-like shape.", + ], + "Belly Chain": [ + "Belly Chain", + "Thin chain worn loose around the waist, similar to a belt.", + ], + "Belly Dance Outfit": [ + "Belly Dance Outfit", + "Female performer(s) wears a belly dance outfit.", + ], + "Belly Fetish": [ + "Belly Fetish", + "Significant focus on a performer's belly or belly button.", + ], + "Belly Punching": ["Belly Punching", ""], + "Belly Rubbing": [ + "Belly Rubbing", + "Rubbing or touching a performer's stomach.", + ], + Belt: [ + "Belt", + "Flexible band or strap worn around the waist and held together with a buckle.", + ], + "Belt Bondage": ["Belt Bondage", "Use of belts to restrain someone"], + "Belt Spanking": [ + "Belt Spanking", + "Spanking or striking of buttocks with a belt", + ], + Bench: ["Bench", "At least some of the action takes place on a bench."], + "Bend Over": [ + "Bend Over", + "A position where a performer is bent forward for an extended period of time.", + ], + "Ben Wa Balls": [ + "Ben Wa Balls", + "Spherical sex toys inserted into the vagina.", + ], + "Big Areolas": [ + "Big Areolas", + "Proportionally big compared to the size of the breast.", + ], + "Big Ass": [ + "Big Ass", + "Proportionally large butt compared to the size of the performer.", + ], + "Big Balls": [ + "Big Balls", + "Performers with big testicles, compared to the general public.", + ], + "Big Belly": [ + "Big Belly", + "Proportionally big belly compared to the size of the performer.", + ], + "Big Black Cock (BBC)": [ + "Big Black Cock (BBC)", + "Performers of broadly African heritage with particularly large penises.", + ], + "Big Clit": [ + "Big Clit", + "Performers with big clitorises compared to the general public.", + ], + "Big Dick": [ + "Big Dick", + "Performers with big penises, compared to the general public.", + ], + "Big Dick Bottom": [ + "Big Dick Bottom", + "Receptive partner in scene with large penis.", + ], + "Big Eyes": ["Big Eyes", "Performer with big eyes."], + "Big Mouth": ["Big Mouth", "Performers with a big mouth."], + "Big Nipples": [ + "Big Nipples", + "Nipples that are big in proportion to rest of the breast.", + ], + "Big Penis Humiliation": [ + "Big Penis Humiliation", + "Humiliation of a viewer's big penis.", + ], + "Big Tits": [ + "Big Tits", + "Proportionally large compared to the size of the performer, typically around E/DD - F/DDD cups.", + ], + "Big vs. Small": [ + "Big vs. Small", + "Focuses on a receiving performer who is significantly smaller than their scene partner.", + ], + "Big White Cock (BWC)": [ + "Big White Cock (BWC)", + "Performers of broadly European heritage with particularly large penises.", + ], + Bikini: [ + "Bikini", + "Small top intended to be part of a two-piece swimsuit, but sometimes worn alone with other clothing.", + ], + "Bikini Panties": [ + "Bikini Panties", + "Short underwear bottoms with a low waistband and a back that fully covers the buttocks.", + ], + "Billiards Table": [ + "Billiards Table", + "At least some of the action takes place on a table covered in felt used for playing games like billiards, pool, or snooker.", + ], + Bimbo: [ + "Bimbo", + "Usually a hyperfeminine woman that is characterized as being ditzy or airheaded.", + ], + "Binaural Sound": [ + "Binaural Sound", + "Scenes with 3D stereo sound design, intended to create an immersive effect for those wearing headphones.", + ], + Birthday: ["Birthday", "Takes place on or around a character's birthday."], + Bisexual: [ + "Bisexual", + "Scenes with male and female scene partners, with action between male performers.", + ], + Bitch: ["Bitch", "Female character presented as notably mean or rude."], + Bitchsuit: [ + "Bitchsuit", + "Full body suit that binds the upper arms to the lower arms and upper legs to the lower legs.", + ], + "Bit Gag": ["Bit Gag", "Bar-shaped gag inserted into a performer's mouth."], + Biting: ["Biting", "Using teeth on another performer's body."], + "Biting Balls": [ + "Biting Balls", + "Using teeth on another performer's scrotum.", + ], + "Biting Sheets": [ + "Biting Sheets", + "Performer biting the sheets, usually during orgasm", + ], + Bizarre: [ + "Bizarre", + "Scenes that are strikingly out of the ordinary, such as odd, extravagant, or eccentric.", + ], + Black: [ + "Black", + "Performers with broadly African racial backgrounds, regardless of gender.", + ], + "Black Hair": ["Black Hair", "Performers with extremely dark hair colors."], + "Black Hair (Female)": [ + "Black Hair (Female)", + "Female performers with extremely dark hair colors.", + ], + "Black Hair (Male)": [ + "Black Hair (Male)", + "Male performers with extremely dark hair colors.", + ], + Blacklight: ["Blacklight", "Scene uses ultraviolet (UV) light."], + Blackmail: [ + "Blackmail", + "Features a character threatening their scene partner(s) with negative consequences for their own personal gain.", + ], + "Black Man": [ + "Black Man", + "Male performers with broadly African racial backgrounds.", + ], + "Black on Asian": [ + "Black on Asian", + "At least one black performer penetrating an Asian performer", + ], + "Black on Black": [ + "Black on Black", + "Features exclusively black performers, at least two.", + ], + "Black on White": [ + "Black on White", + "At least one black performer penetrating a white performer.", + ], + "Black Stockings": [ + "Black Stockings", + "Scene contains a performer who wears black colored stockings", + ], + "Black Top": [ + "Black Top", + "Black performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "Black Trans": [ + "Black Trans", + "Trans-female with broadly African racial backgrounds", + ], + "Black Woman": [ + "Black Woman", + "Female performers with broadly African racial backgrounds.", + ], + Blanket: [ + "Blanket", + "At least some of the action takes place on a blanket or sheet spread on the ground.", + ], + Blazer: [ + "Blazer", + "Jacket that resembles a suit jacket, but may be worn or styled more casually.", + ], + Blindfold: ["Blindfold", "Anything worn to restrict a performer's vision."], + Blindmask: [ + "Blindmask", + "Full headmask worn by performer which forms a sealed cover over the eyes. Often made of latex or leather", + ], + "Blonde Hair (Female)": [ + "Blonde Hair (Female)", + "Female performers with light, yellowish hair colors.", + ], + "Blond Hair": ["Blond Hair", "Performers with light, yellowish hair colors."], + "Blond Hair (Male)": [ + "Blond Hair (Male)", + "Male performers with light, yellowish hair colors.", + ], + Bloodplay: [ + "Bloodplay", + "Sexual activity in which a participant is deliberately cut so as to release blood.", + ], + Bloomers: [ + "Bloomers", + "High-cut and close-fitting gym shorts from Japan, typically worn as part of a school's uniform.", + ], + Blouse: ["Blouse", "Loose-fitting shirt with a feminine cut."], + Blowbang: [ + "Blowbang", + "Gangbang scenes that focus on multiple blowjobs at once.", + ], + Blowjob: ["Blowjob", "Oral penetrative sex."], + "Blowjob (DAP)": [ + "Blowjob (DAP)", + "Anal penetrative sex from two performers simultaneously while orally pleasuring a penis.", + ], + "Blowjob (DVP)": [ + "Blowjob (DVP)", + "Vaginal penetrative sex from two performers simultaneously while orally pleasuring a penis.", + ], + "Blowjob From Behind": [ + "Blowjob From Behind", + "Fellatio performed on a penis bent backwards, where male's buttocks faces the giver.", + ], + "Blowjob Machine": [ + "Blowjob Machine", + "A fucking machine modified to strap a performer's head on the end, facilitating motorized face fucking.", + ], + "Blowjob Nose Pinch": [ + "Blowjob Nose Pinch", + "Giver's nose pinched shut during a blowjob", + ], + "Blowjob Only": [ + "Blowjob Only", + "Does not contain any form of intercourse, focusing on a blowjob instead.", + ], + "Blowjob - POV": ["Blowjob - POV", "Point Of View of blowjob receiver"], + "Blowjob Race": [ + "Blowjob Race", + "Two or more performers give blowjobs simultaneously with the goal of being the first person to get their partner off.", + ], + "Blowjob Sandwich": ["Blowjob Sandwich", "A"], + "Blowjob to Completion": [ + "Blowjob to Completion", + "Performer giving a blowjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Blue Balls": [ + "Blue Balls", + "Denial of male orgasm/ejaculation, sometimes causing physical discomfort.", + ], + "Blue Collar": [ + "Blue Collar", + "Character who is shown doing some working class trade, including plumbers, mechanics, or janitors.", + ], + "Blue Eyes": [ + "Blue Eyes", + "Performers with blue eyes (and scenes featuring them)", + ], + "Blue Hair (Female)": [ + "Blue Hair (Female)", + "Female performers with a blue hair color", + ], + Blushing: [ + "Blushing", + "Blushing is an involuntary reddening of the face due to embarrassment or stress.", + ], + Boa: [ + "Boa", + "Long and rounded fashion accessory worn around the neck like a scarf.", + ], + Boat: ["Boat", "At least some of the action takes place on a boat or ship."], + Bodybag: [ + "Bodybag", + "Tight tube, often made of latex or leather that restricts a performer's movements", + ], + "Body Builder (Female)": [ + "Body Builder (Female)", + "Female performer with a large and bulky muscular frame.", + ], + "Body Builder (Male)": [ + "Body Builder (Male)", + "Male performer with a large and bulky muscular frame.", + ], + "Body Conscious": [ + "Body Conscious", + "Fashion focusing on tight fitting clothing which accentuates one's curves.", + ], + Bodyguard: [ + "Bodyguard", + "One of the performers plays the role of bodyguard.", + ], + "Body Jewelry": [ + "Body Jewelry", + "Jewelry that is attached to, through or around any part of a performer's body.", + ], + "Body Paint": [ + "Body Paint", + "Paint directly applied to a performer's body, not including face paint.", + ], + "Body Sitting": [ + "Body Sitting", + "Performer sitting on the body of another performer", + ], + Bodystocking: [ + "Bodystocking", + "Sheer close-fitting garment that covers the torso as well as the legs.", + ], + "Body Writing": [ + "Body Writing", + "Words written onto a performer's skin, often using degrading terms.", + ], + "Bolt-Ons": [ + "Bolt-Ons", + "Very round and unnaturally firm obvious breast implants, lacking slope.", + ], + Bondage: [ + "Bondage", + "Physical restraint of a performer, via device or accessory.", + ], + "Bondage Collar": [ + "Bondage Collar", + "Wide, close-fitting necklace that's often attached to a leash.", + ], + "Bondage Furniture": [ + "Bondage Furniture", + "Furniture specifically used for bondage activities.", + ], + "Bondage Mitts": [ + "Bondage Mitts", + "Gloves that constrict the hand into a fist.", + ], + "Bondage Sex": [ + "Bondage Sex", + "Sex while at least one performer is in bondage.", + ], + "Bondage Stockade": [ + "Bondage Stockade", + "Locks a performers hands, ankles and neck in an all-fours position", + ], + "Bonus Scenes": [ + "Bonus Scenes", + "Extra videos typically outside of the studio's regular release schedule or format.", + ], + "Book Character": [ + "Book Character", + "Performer representing a character from a novel or short story, either as parody or cosplay.", + ], + "Booth Blowjob": [ + "Booth Blowjob", + "A blowjob in which performer is in a booth (ie glory hole booth)", + ], + "Booth Fucking": [ + "Booth Fucking", + "Sex in which at least one performer is in a booth (ie glory hole booth).", + ], + Boots: [ + "Boots", + "Shoes that extend above the ankle if not higher, often have a separated heel of some kind.", + ], + "Boot Worship": [ + "Boot Worship", + "Focused on physically appreciating another performer's boot with hands or mouth.", + ], + Bored: [ + "Bored", + "Performer looking bored or disinterested whilst performing a sexual act", + ], + Boss: [ + "Boss", + "Character who has a position of power over their scene partner in a shared place of business.", + ], + "Boss's Daughter": [ + "Boss's Daughter", + "Scene partner is the daughter of the other scene partner's boss.", + ], + "Boss's Wife": [ + "Boss's Wife", + "Scene partner is the wife of the other scene partner's boss.", + ], + Bottomless: [ + "Bottomless", + "Wearing nothing to cover the genitals or buttocks.", + ], + "Bottomless Female": [ + "Bottomless Female", + "A woman wearing nothing to cover the genitals or buttocks.", + ], + "Bottomless Male": [ + "Bottomless Male", + "A man wearing nothing to cover the genitals or buttocks.", + ], + Boudoir: [ + "Boudoir", + "Scenes featuring some combination of intimacy, sensuality, romance, and confidence.", + ], + "Bouncing Tits": [ + "Bouncing Tits", + "Breasts bouncing up and down for a time, as a result of body movement.", + ], + "Bound Ankles": [ + "Bound Ankles", + "Ankles are bound or tied together in bondage.", + ], + "Bound Orgasm": ["Bound Orgasm", "Reached orgasm while tied up"], + "Bound Wrists": [ + "Bound Wrists", + "Wrists are bound or tied together in bondage.", + ], + Bow: ["Bow", "Ribbon tied in a bow and worn in the hair."], + "Bow Tie": [ + "Bow Tie", + "Worn around the neck and tied in a bow, typically more formal than a standard necktie.", + ], + Boxers: ["Boxers", "Loose shorts typically worn as underwear by men."], + "Box Tie": [ + "Box Tie", + "A tie of the chest and upper arms to prevent the elbow from moving out and keep the hands behind the back.", + ], + Boyfriend: [ + "Boyfriend", + "Male character who is in a committed, unmarried relationship with a scene partner.", + ], + Boyshorts: [ + "Boyshorts", + "Women's wear resembling men's boxer briefs with a lower cut, worn as shorts or underwear.", + ], + Bra: [ + "Bra", + "Form-fitting underwear designed to support and cover the breasts.", + ], + "Bra and Panties": [ + "Bra and Panties", + "Two-piece underwear of bra on top and panties on bottom, regardless of type.", + ], + Bracelet: ["Bracelet", "Jewelry worn around the wrist."], + Braces: [ + "Braces", + "Metal wires and brackets attached to a performer's teeth to better align and straighten them.", + ], + Braids: ["Braids", "Hair that is braided in some way."], + Bralette: [ + "Bralette", + "Lightweight bra without an underwire, sometimes worn as a casual top.", + ], + "Bra On": ["Bra On", "Female performer wearing bra during sexual action"], + Brat: [ + "Brat", + "Character who is presented as some combination of entitled, rude, arrogant, and misbehaving.", + ], + Brazilian: ["Brazilian", "Scene features Brazilian performer(s)"], + "Breast Bondage": [ + "Breast Bondage", + "Binds a performer's breast with rope, or a similar restraint.", + ], + "Breast Fetish": [ + "Breast Fetish", + "Featuring a significant focus on a performer's breasts.", + ], + "Breast Growth": [ + "Breast Growth", + "Growing/Inflating/Expanding or pretending to grow/inflate/expand Breasts", + ], + "Breast Holding": ["Breast Holding", "Holding a performer's breast."], + "Breast Licking": [ + "Breast Licking", + "Pleasuring another performer's breast with just the tongue.", + ], + "Breast Play": [ + "Breast Play", + "Various types of stimulation or pleasuring of a performer's breasts.", + ], + "Breast Pump": [ + "Breast Pump", + "Device that creates a vacuum over a performer's breast. Possibly including the extraction of milk.", + ], + "Breast Shaking": [ + "Breast Shaking", + "Breasts bouncing up and down for a time, through the use of a performer's hands.", + ], + "Breast Smothering": [ + "Breast Smothering", + "Features a performer having their face completely covered with another performer's breasts.", + ], + "Breast Squeezing": [ + "Breast Squeezing", + "Deliberately squeezing one breast or pushing both breasts together.", + ], + "Breast Squeezing From Behind": [ + "Breast Squeezing From Behind", + "Groping of Either or Both of the Boobs from behind the performer", + ], + "Breast Sucking": [ + "Breast Sucking", + "Orally pleasuring another performer's breast.", + ], + "Breast Torment": [ + "Breast Torment", + "Causing a significant amount of pain or discomfort to a performer's breast.", + ], + "Breast Touching": ["Breast Touching", "Touching a performer's breast."], + "Breathplay Mask": [ + "Breathplay Mask", + "Mask designed to fully or partially restrict the wearers air-flow", + ], + Breeding: ["Breeding", "Ejaculating"], + Bride: [ + "Bride", + "Female character shown at her wedding, or immediately before/after.", + ], + Bridesmaid: [ + "Bridesmaid", + "Female member of the bridal party for a wedding.", + ], + Briefs: [ + "Briefs", + "Short underwear bottoms with a relatively high waistband and a back that fully covers the buttocks.", + ], + British: ["British", "Scene features British performer(s)"], + "British Accent": [ + "British Accent", + "Speaks with an accent native to the British Isles.", + ], + Brother: ["Brother", "Character is biological brother to scene partner"], + "Brother In Law": [ + "Brother In Law", + "Character presented as brother-in-law to a scene partner", + ], + "Brown Eyes": [ + "Brown Eyes", + "Performers with brown eyes (and scenes featuring them)", + ], + "Brown Hair": ["Brown Hair", "Performers with brownish hair colors."], + "Brown Hair (Female)": [ + "Brown Hair (Female)", + "Female performers with brownish hair colors.", + ], + "Brown Hair (Male)": [ + "Brown Hair (Male)", + "Male performers with brownish hair colors.", + ], + "Brushing Teeth": [ + "Brushing Teeth", + "Shows a performer brushing their teeth", + ], + Brutal: [ + "Brutal", + "Features action with an exceptional amount of physicality, typically falling under the umbrella of BDSM.", + ], + Bukkake: [ + "Bukkake", + "Covering a performer in large amounts of semen from multiple sources.", + ], + Bulgarian: ["Bulgarian", "Scene features Bulgarian performer(s)"], + Bulge: ["Bulge", "When you can see the outline of the penis through clothes"], + Bulldog: [ + "Bulldog", + "Doggy style with the penetrating partner standing/squatting rather than kneeling", + ], + "Bunched Up Skirt": ["Bunched Up Skirt", "A"], + "Bunny Costume": [ + "Bunny Costume", + "Rabbit-themed costume reminiscent of the classic Playboy Bunny uniform.", + ], + Burqa: [ + "Burqa", + "Enveloping outer garment covering the body and face, worn by women in some Islamic traditions.", + ], + "Business Man": [ + "Business Man", + "Male character presented as a professional, often working in an office.", + ], + "Business Woman": [ + "Business Woman", + "Female character presented as a professional, often working in an office.", + ], + "Butterfly Gag": [ + "Butterfly Gag", + "Wing-shaped gag inserted into a performer's mouth, often inflatable", + ], + Buttjob: ["Buttjob", "Using buttocks to pleasure another performer's penis."], + "Buttjob to Completion": [ + "Buttjob to Completion", + "Performer giving a buttjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Button-Up Shirt": [ + "Button-Up Shirt", + "Shirt with buttons down the front, usually somewhat formal.", + ], + "Butt Plug": [ + "Butt Plug", + "Small toy with a wide base that is inserted anally.", + ], + Cage: ["Cage", "Large cage used to hold a performer."], + "Camel Toe": [ + "Camel Toe", + "Visible outline of labia majora through tightly fitting clothes.", + ], + Camera: [ + "Camera", + "Performer(s) is shown using a camera. This excludes webcams.", + ], + Cameraman: [ + "Cameraman", + "Character who is filming the scene, and may participate in the scene or action.", + ], + "Camera Movement": [ + "Camera Movement", + "Virtual Reality scene where the camera moves. Might cause motion-sickness issues for some.", + ], + Camisole: [ + "Camisole", + "Sleeveless underwear that ends above the hips like a thin tank top, sometimes worn as casual wear.", + ], + Camo: ["Camo", "Features camouflage patterns similar to military uniforms."], + Camping: [ + "Camping", + "At least some of the action takes place outdoors, typically at a campsite, field, or forest, with one or more tents.", + ], + Canadian: ["Canadian", "Scene features Canadian performer(s)"], + Canes: ["Canes", "Thin rod used for striking performers."], + "Can't Resist Big Dick": [ + "Can't Resist Big Dick", + "Character tempted into sexual acts by a large penis.", + ], + Cape: [ + "Cape", + "Both capes and cloaks are sleeveless outer garments made of a single piece of fabric that hangs loose", + ], + "Capri Pants": ["Capri Pants", "Slim cropped pants, ending above the ankle."], + Capture: [ + "Capture", + "Performer takes and holds another performer as a captive or prisoner, typically by force.", + ], + Car: [ + "Car", + "At least some of the action takes place in or on top of a car.", + ], + Cardigan: [ + "Cardigan", + "Knitted sweater with an open front, worn like a jacket.", + ], + Carpet: ["Carpet", "The scene or image features a carpet"], + "Carpet Beater": ["Carpet Beater", "Housecleaning tool used to beat carpets"], + "Cartoon Character": [ + "Cartoon Character", + "Performer representing a character from a western cartoon, either as parody or cosplay.", + ], + "Car Wash": [ + "Car Wash", + "Features a character washing a vehicle, teasing another character or the camera.", + ], + Casting: [ + "Casting", + "Features someone filming the scene itself as an audition/sample for another character.", + ], + "Castration Play": [ + "Castration Play", + "Simulation removal or destruction of testicals.", + ], + "Castration Talk": [ + "Castration Talk", + "Discussing or threatening Castration. To be used when the actual play is not depicted.", + ], + "Casual Wear": ["Casual Wear", "Relaxed clothing suited for everyday use."], + Catheter: [ + "Catheter", + "A flexible tube used to empty the bladder and collect urine in a drainage bag", + ], + Catsuit: [ + "Catsuit", + "Form-fitting one-piece garment covering the torso, legs, and often arms as well.", + ], + "Cattle Prod": ["Cattle Prod", "Long handheld rod used to shock performers."], + Caught: [ + "Caught", + "Featuring a character who catches their scene partner in a compromising position.", + ], + Cave: [ + "Cave", + "At least some of the action takes place in a natural cavern.", + ], + "Ceiling Mounts": [ + "Ceiling Mounts", + "Holds rope(s) or chain(s) to anchor the performer to the ceiling.", + ], + Celebrity: [ + "Celebrity", + "Character presented as a celebrity, either fictional or in reality.", + ], + Censored: [ + "Censored", + "Visual censorship of a featured performer's genitals using digital tools, often using a mosaic or blur effect.", + ], + "Censored for Content": [ + "Censored for Content", + "The video has been edited from the released version and re-released with potentially problematic content removed", + ], + Cervix: ["Cervix", "Features a performer's visible cervix."], + CFNF: [ + "CFNF", + 'Features a nude female while her female scene partner remains clothed. Initials stand for "Clothed Female Nude Female".', + ], + CFNM: [ + "CFNM", + 'Features a nude male while his female scene partner remains clothed. Initials stand for "Clothed Female Nude Male".', + ], + "CFNM Humiliation": [ + "CFNM Humiliation", + "A male who is humiliated by being exposed in front of one or more dressed females.", + ], + CGI: ["CGI", "Features digitally created special effects or backgrounds."], + "Chain Harness": ["Chain Harness", "A harness made from chains."], + Chains: ["Chains", "Any restraint that features metal chains."], + Chair: [ + "Chair", + "At least some of the action takes place in a chair, including armchairs and stools.", + ], + Champion: [ + "Champion", + "Submissive character trying hard to please their dominant.", + ], + "Change Clothes": [ + "Change Clothes", + "Performer is shown changing into at least one new outfit.", + ], + "Chastity Belt": [ + "Chastity Belt", + "Locking device with a genital barrier that restricts sex or masturbation, secured with a belt around the waist.", + ], + "Chastity Bra": [ + "Chastity Bra", + "A locking bra that restricts access to the breasts.", + ], + "Chastity Cage": ["Chastity Cage", "Locking"], + "Chastity Cumshot": [ + "Chastity Cumshot", + "Visibly ejaculating while wearing a chastity device.", + ], + "Chastity Encouragement": [ + "Chastity Encouragement", + "Performer encourages viewer to wear chastity device", + ], + "Chastity Toys": [ + "Chastity Toys", + "Various devices worn to restrict sexual stimulation.", + ], + Cheating: [ + "Cheating", + "Features at least one character cheating on their partner.", + ], + "Cheekbone Piercing": [ + "Cheekbone Piercing", + "Performers with at least one visible piercing by a cheekbone.", + ], + Cheerleader: [ + "Cheerleader", + "Female character who acts as a cheerleader, either at school or professionally.", + ], + Chef: ["Chef", "Character presented as a professional cook."], + "Chemical Play": ["Chemical Play", "The"], + Chemise: [ + "Chemise", + "Sleeveless underwear that extends past the hips like a thin dress.", + ], + "Cherry Creampie": ["Cherry Creampie", "A"], + "Chest Harness": ["Chest Harness", "A harness on the performer's chest."], + Chinese: ["Chinese", "Scene features Chinese performer(s)"], + "Chinese Accent": [ + "Chinese Accent", + "Speaks with an accent native to China.", + ], + "Chinese Dress": [ + "Chinese Dress", + "Form-fitting one-piece dress with a standing collar and two side slits.", + ], + "Chinese Tattoo": ["Chinese Tattoo", "Tattoo of Chinese characters."], + "Chipmunk Blowjob": [ + "Chipmunk Blowjob", + "When the penis (or the toy) makes a visible bulge in the performer's cheek, and they look like a chipmunk.", + ], + Choker: [ + "Choker", + "Close-fitting necklace, typically made from a flexible material.", + ], + Choking: [ + "Choking", + "Placing one or both hands around another performer's neck, at least somewhat forcefully.", + ], + Christmas: ["Christmas", "Takes place on or around Christmas."], + Church: ["Church", "At least some of the action takes place in a Church."], + "Churning Butter": [ + "Churning Butter", + "White frothy appearance of agitated seminal/vaginal fluid", + ], + "Cinco de Mayo": ["Cinco de Mayo", "Takes place on or around Cinco de Mayo."], + Circumcised: ["Circumcised", "Penis with the foreskin removed."], + Clamps: ["Clamps", "Small pinching device that is affixed to a performer."], + Classmates: [ + "Classmates", + "Characters who attend the same class or school as their scene partner.", + ], + Classroom: [ + "Classroom", + "At least some of the action takes place in a school classroom.", + ], + "Clavicle Piercing": [ + "Clavicle Piercing", + "Performers with at least one visible piercing above the chest in the clavicle area", + ], + Cleaning: ["Cleaning", "Performing basic housekeeping duties."], + Cleavage: [ + "Cleavage", + "Visible area between a person's breasts; usually when wearing clothing (low-cut neckline) that does not fully cover the breasts.", + ], + "Cleave Gag": [ + "Cleave Gag", + "A gag made by pulling a cloth or other such object between a performers teeth.", + ], + Client: [ + "Client", + "Character who has commissioned the services of their scene partner.", + ], + "Clit Encaser": [ + "Clit Encaser", + "Vibrator with a small opening designed to surround the clitoris.", + ], + "Clit Exposure": [ + "Clit Exposure", + "Deliberately exposing the clitoris to the camera.", + ], + "Clit Play": ["Clit Play", "Focusing stimulation on the clitoris."], + "Clit Pump": [ + "Clit Pump", + "Device that creates a vacuum over a performer's clitoris.", + ], + Clones: ["Clones", "A performer is having sex with their own clone."], + "Closed Legs": ["Closed Legs", "Legs closed together."], + "Closed Missionary": [ + "Closed Missionary", + "Position where receiving performer lays supine with legs close together while penetrating performer's legs go outside.", + ], + "Close Up": [ + "Close Up", + "Performer's body-part (unspecified) fills most of the screen.", + ], + "Close Up Ass": ["Close Up Ass", "Performer's ass fills most of the screen."], + "Close Up Breasts": [ + "Close Up Breasts", + "Performer's breasts fill most of the screen.", + ], + "Close Up Cumshot": [ + "Close Up Cumshot", + "Performer's glans and ejaculate fill most of the screen while ejaculating.", + ], + "Close Up Face": [ + "Close Up Face", + "Performer's face fills most of the screen.", + ], + "Close Up Feet": [ + "Close Up Feet", + "Performer's feet fill most of the screen.", + ], + "Close Up Missionary": [ + "Close Up Missionary", + "Missionary position filmed with close proximity to actors face. Often used in VR scenes for increased intimacy.", + ], + "Close Up Pussy": [ + "Close Up Pussy", + "Performer's pussy fills most of the screen.", + ], + "Clothed Sex": [ + "Clothed Sex", + "Featuring sex where at least one character remains at least partially clothed.", + ], + "Clothes Cut Off": [ + "Clothes Cut Off", + "A performer's clothing is cut off with scissors or another sharp implement, often while that performer is in bondage.", + ], + Clothespins: [ + "Clothespins", + "Small household clamps, usually made of wood or cheap plastic.", + ], + "Clothes Removal": [ + "Clothes Removal", + "The act of taking off or removing clothes, often by another performer.", + ], + "Clothing Abandonment": [ + "Clothing Abandonment", + "when a performer undresses and leaves their clothing behind while they go to a new location", + ], + "Clover Clamps": [ + "Clover Clamps", + "Clamps that apply extra pressure when pulled, usually attached to a chain.", + ], + Club: [ + "Club", + "At least some of the action takes place in a night club or disco.", + ], + CMNF: [ + "CMNF", + 'Features a nude female while her male scene partner remains clothed. Initials stand for "Clothed Male Nude Female".', + ], + CMNM: [ + "CMNM", + 'Features a nude male while his male scene partner remains clothed. Initials stand for "Clothed Male Nude Male".', + ], + Coach: [ + "Coach", + "Character presented as a personal trainer or sports coach.", + ], + Coat: [ + "Coat", + "Long outer garment with sleeves and an open front, worn for warmth or fashion.", + ], + "Cock and Ball Torture": [ + "Cock and Ball Torture", + "Inflicting pain on the penis and/or testicles.", + ], + "Cock and Ball Torture Instruction": [ + "Cock and Ball Torture Instruction", + "Performer speaks directly to a viewer, telling them how to inflict pain on their genitals.", + ], + "Cock and Ball Torture Toys": [ + "Cock and Ball Torture Toys", + "Toys designed to inflict pain on the penis, testicles, and/or scrotum.", + ], + Cockbox: [ + "Cockbox", + "A board with a hole, usually footed by side boards, thus creating a low table, in which a male places genitalia.", + ], + "Cock In Mouth Talking": [ + "Cock In Mouth Talking", + "Performer speaks to viewer or other performer while cock is in their mouth", + ], + "Cock Milking": ["Cock Milking", "Mostly"], + "Cock Milking Machine": [ + "Cock Milking Machine", + "A device used to create suction on a performer's penis for the purpose of stimulation or to induce ejaculation.", + ], + "Cock Rings": [ + "Cock Rings", + "Rings worn around the base of the penis, usually to restrict blood flow.", + ], + "Cock Shock": ["Cock Shock", "Surprise upon seeing a large cock"], + "Cock Slapping": [ + "Cock Slapping", + "Slapping a performer's face with a penis.", + ], + "Cock Stock": [ + "Cock Stock", + "Testicle cuff device, mounted to a pole, that sits in front of the thighs at the base of the penis and testicles", + ], + "Cock Teasing": [ + "Cock Teasing", + "Gently teasing a performer's penis, often with particularly slow or light touches.", + ], + "Cock Worship": [ + "Cock Worship", + "Focused on physically appreciating another performer's penis with hands or mouth.", + ], + Coed: [ + "Coed", + "Female character currently (or were very recently) attending a college or university.", + ], + Coerced: [ + "Coerced", + "Character is gradually persuaded to perform escalating sexual acts.", + ], + College: [ + "College", + "At least some of the action takes place in a college or university.", + ], + Colombian: ["Colombian", "Scene features Colombian performer(s)"], + "Colonial Era": [ + "Colonial Era", + "Inspired by the history and culture of the early modern period, c. 1500–1800 AD.", + ], + "Colored Contacts": [ + "Colored Contacts", + "At least one contact lens worn to change a performer's eye to a different color or design.", + ], + "Colored Hair": [ + "Colored Hair", + "Performers with a hair color that does not occur naturally.", + ], + "Colored Hair (Female)": [ + "Colored Hair (Female)", + "Female performers with a hair color that does not occur naturally.", + ], + "Colored Stockings": [ + "Colored Stockings", + "Scene contains a performer who wears colored stockings", + ], + "Comic Character": [ + "Comic Character", + "Performer representing a character from comics, either as parody or cosplay.", + ], + Commentary: ["Commentary", ""], + Compilation: [ + "Compilation", + "Videos that consist of multiple previously released scenes, in part or in full.", + ], + Condom: ["Condom", "Wearing a condom during penetrative sex."], + "Condom Breaks": ["Condom Breaks", "Condom breaks during use"], + "Condom Creampie": [ + "Condom Creampie", + "Penetrative sex to completion without pulling out, whether it's anal or vaginal, while wearing a condom.", + ], + "Condom Mask": [ + "Condom Mask", + "Latex Mask with a condom attached to be inserted into the mouth of a performer", + ], + "Condom Removal": [ + "Condom Removal", + "Consensual removal of a condom after starting with one", + ], + "Condom Swallow": ["Condom Swallow", "Swallowing cum from a condom"], + "Conductive Rubber": [ + "Conductive Rubber", + "Using additional rubber to conduct electricity across a performer's body.", + ], + "Confined Cock": [ + "Confined Cock", + "Binds a performer's penis with rope, or a similar restraint.", + ], + "Connecting Rope": [ + "Connecting Rope", + "Rope used to attach together two or more bondage devices.", + ], + Cop: ["Cop", "Character working as an agent of the law."], + "Copper Wire": [ + "Copper Wire", + "Using exposed copper wiring to conduct electricity across a performer's body.", + ], + "Corporal Punishment": [ + "Corporal Punishment", + "Using physical force to cause pain or discomfort as a method of punishment.", + ], + Corruption: [ + "Corruption", + "Features the corruption of a relatively innocent character.", + ], + Corset: [ + "Corset", + "Structured torso-hugging top ending at the waist or top of the hips.", + ], + Cosplay: ["Cosplay", "Costumed"], + "Costa Rican": ["Costa Rican", "Scene features Costa Rican performer(s)"], + Costume: [ + "Costume", + "Unusual, out-of-date, or impractically sexy clothing intended to evoke a change in identity.", + ], + Couch: ["Couch", "At least some of the action takes place on a couch."], + Cougar: [ + "Cougar", + "Older female characters who are sexually aggressive, often seducing younger men.", + ], + Countertop: [ + "Countertop", + "At least some of the action takes place on a countertop or bar.", + ], + Couple: [ + "Couple", + "Characters who are in a committed relationship with their scene partner.", + ], + "Couple Masturbation": [ + "Couple Masturbation", + "Performers simultaneously masturbating, themselves or each other.", + ], + Cousins: [ + "Cousins", + "Characters presented as cousins to their scene partner.", + ], + Cover: ["Cover", "The"], + Coveralls: [ + "Coveralls", + "One-piece protective garment worn for manual work.", + ], + Cowboy: ["Cowboy", ""], + "Cowboy Boots": [ + "Cowboy Boots", + "Riding boot with a pointed toe, high shaft, and no lacing, closely associated with the cowboys of western North America.", + ], + "Cowboy Hat": [ + "Cowboy Hat", + "Hat with a high crown and wide brim, closely associated with the cowboys of western North America.", + ], + Cowgirl: [ + "Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, while facing each other.", + ], + "Cowgirl Blowjob": [ + "Cowgirl Blowjob", + "Penetrative sex in a cowgirl position while orally pleasuring a penis.", + ], + "Cowgirl (DAP)": [ + "Cowgirl (DAP)", + "Cowgirl position during Double Anal Penetration", + ], + "Cowgirl (DP)": ["Cowgirl (DP)", "Position"], + "Cowgirl (DVP)": [ + "Cowgirl (DVP)", + "Cowgirl position during Double Vaginal Penetration", + ], + "Cowgirl - POV": [ + "Cowgirl - POV", + "From the perspective of the person below, with the person on top facing the observer during penetrative sex", + ], + "Co-Workers": [ + "Co-Workers", + "Characters who work a job alongside their scene partner.", + ], + Crawling: [ + "Crawling", + "When a performer moves around on their hands and knees.", + ], + Creampie: [ + "Creampie", + "Penetrative sex to completion without pulling out, whether it's anal or vaginal.", + ], + "Creampie Both Holes": [ + "Creampie Both Holes", + "Creampie Both Vaginally and Anally", + ], + "Creampie Eating": [ + "Creampie Eating", + "Eating semen out of an orifice, whether one's own or someone else's", + ], + "Creampie Eating From Other": [ + "Creampie Eating From Other", + "Performer eats/licks/tastes semen from someone else's vagina or anus", + ], + "Creampie Eating From Self": [ + "Creampie Eating From Self", + "Performer eats/licks/tastes semen from their own vagina or anus", + ], + "Creampie Swapping": [ + "Creampie Swapping", + "Trading semen from one performer's orafice to another performer's orafice.", + ], + "Creamy Asshole": [ + "Creamy Asshole", + "Visible creamy lube from anal penetration", + ], + Credits: [ + "Credits", + "When the credits of the movie roll, or when the credits of a gallery are shown.", + ], + Criminal: [ + "Criminal", + "Character who is currently committing a crime, or was caught for a previous one.", + ], + Crops: [ + "Crops", + "Thin rod with a leather loop on the end, used for striking a performer.", + ], + "Crop Top": [ + "Crop Top", + "Short top that leaves the waist, navel, or abdomen exposed.", + ], + "Cross Dressing": [ + "Cross Dressing", + "Scenes in which a performer derives sexual enjoyment from dressing in clothing traditionally worn by the opposite gender.", + ], + "Cross Necklace": [ + "Cross Necklace", + "A performer is wearing a cross necklace or rosary.", + ], + "Crotch Chain": [ + "Crotch Chain", + "In bondage scenes, a taut chain that's placed between the legs.", + ], + "Crotchless Panties": [ + "Crotchless Panties", + "Panties that leave an opening for the genitals.", + ], + "Crotchless Pantyhose": [ + "Crotchless Pantyhose", + "Pantyhose that leave an opening for the genitals.", + ], + "Crotch Rope": [ + "Crotch Rope", + "In bondage scenes, a taut rope that's placed between the legs to put pressure on the genitals.", + ], + "Crotch Strap": [ + "Crotch Strap", + "In bondage scenes, a taut leather strap that's placed between the legs.", + ], + Crown: [ + "Crown", + "Metallic headwear that is closely associated with royalty and often adorned with jewels.", + ], + Cruising: [ + "Cruising", + "Walking or driving about a cruising ground in search of a sex partner, usually of the anonymous, casual, one-time variety.", + ], + Crying: ["Crying", "Features a character crying during the action."], + Cub: [ + "Cub", + "A younger (or younger-looking) version of a bear, sometimes but not always, with a smaller frame", + ], + Cuban: ["Cuban", "Scene features Cuban performer(s)"], + "Cuckold Hand Holding": [ + "Cuckold Hand Holding", + "A man holding hands with his female partner while watching her have sex with another man.", + ], + Cuckolding: [ + "Cuckolding", + "Features a female character being unfaithful in front of her husband or boyfriend, often framed as punishment or revenge.", + ], + "Cuckolding Talk": [ + "Cuckolding Talk", + "Talking, threatening or implying sex with other men. Cuckolding theme without showing the woman having Sex with the Bull.", + ], + "Cuckold - POV": [ + "Cuckold - POV", + "Scenes shot from the perspective of the cuckholded party.", + ], + Cuckqueaning: ["Cuckqueaning", "Features"], + Cuddle: [ + "Cuddle", + "Performers closely embracing each other for some time, often while lying down.", + ], + Cuffs: ["Cuffs", "Restraints often worn around the wrists and ankles."], + "Cum As Lube": [ + "Cum As Lube", + "Another man's semen acting as lube during penetration or a hand job", + ], + "Cum Begging": ["Cum Begging", "Begging for another performer's cum"], + "Cum Between Tits": [ + "Cum Between Tits", + "Visibly ejaculating between another performer's breasts while titty fucking.", + ], + "Cum Countdown": [ + "Cum Countdown", + "Countdown until the viewer or performer is allowed to ejaculate.", + ], + "Cum Covered Blowjob": [ + "Cum Covered Blowjob", + "Performing oral sex to a third party with semen on their face or body. Not sucking after cumshot.", + ], + "Cum Covered Fucking": [ + "Cum Covered Fucking", + "Having penetrative sex with semen on their face or body.", + ], + "Cum Covered Masturbation": [ + "Cum Covered Masturbation", + "Masturbating with semen on their face or body.", + ], + "Cum Covered Titjob": [ + "Cum Covered Titjob", + "Performing a titjob to a third party with semen on their face or body.", + ], + "Cum Drip": ["Cum Drip", "Cum dripping out of an orifice or from a face"], + "Cum Eating Instruction": [ + "Cum Eating Instruction", + "Performer speaks directly to the viewer, telling them to eat their own semen.", + ], + "Cum Fetish": [ + "Cum Fetish", + "The fetish that regroup all actions related to the male cum", + ], + "Cum Filled Panties": [ + "Cum Filled Panties", + "Visibly ejaculating inside another performer's panties while they are wearing them", + ], + Cumflation: [ + "Cumflation", + "Injecting ludicrous quantities of semen into a character, causing their entire body to swell up like a balloon.", + ], + "Cum in Chastity": [ + "Cum in Chastity", + "Cuming while wearing a chastity device, often with the help of a vibrator or other stimulation", + ], + "Cum in Eye": [ + "Cum in Eye", + "Visibly ejaculating into another performer's eye, not necessarily on purpose.", + ], + "Cum in Hair": [ + "Cum in Hair", + "Visibly ejaculating into another performer's hair.", + ], + "Cum in Mouth": [ + "Cum in Mouth", + "Visibly ejaculating into another performer's open mouth.", + ], + "Cum In Mouth Talking": [ + "Cum In Mouth Talking", + "Performer speaks to viewer or other performer while keeping cum in their mouth", + ], + "Cum in Pants": [ + "Cum in Pants", + "Performer ejaculating into their own pants", + ], + "Cum Kissing": [ + "Cum Kissing", + "Kissing a performer with semen on their face.", + ], + "Cum Mustache": [ + "Cum Mustache", + 'A large amount of semen got between nose and lips, like "milk mustache"', + ], + "Cum on Ass": [ + "Cum on Ass", + "Visibly ejaculating onto another performer's backside.", + ], + "Cum on Asshole": [ + "Cum on Asshole", + "Visibly ejaculating onto another performer's anus.", + ], + "Cum on Back": [ + "Cum on Back", + "Visibly ejaculating onto another performer's back.", + ], + "Cum on Balls": [ + "Cum on Balls", + "Visibly ejaculating onto another performer's testicles.", + ], + "Cum on Body": [ + "Cum on Body", + "Visibly ejaculating onto another performer's body.", + ], + "Cum on Bush": [ + "Cum on Bush", + "When a performer finishes on other's pubic hair.", + ], + "Cum on Camera": [ + "Cum on Camera", + "Visibly ejaculating onto the lens of the filming camera.", + ], + "Cum on Clothes": [ + "Cum on Clothes", + "Visibly ejaculating onto another performer's top, bottoms or underwear.", + ], + "Cum on Dick": [ + "Cum on Dick", + "Visibly ejaculating onto another performer's penis.", + ], + "Cum on Eyelid": [ + "Cum on Eyelid", + "A large amount of semen got on the eyelid, but not in the eye", + ], + "Cum on Feet": [ + "Cum on Feet", + "Visibly ejaculating onto another performer's foot or feet.", + ], + "Cum on Food": ["Cum on Food", "Where a performer ejaculates onto food"], + "Cum on Forehead": [ + "Cum on Forehead", + "A large amount of semen got on the forehead", + ], + "Cum on Glasses": [ + "Cum on Glasses", + "Visibly ejaculating onto another performer's glasses.", + ], + "Cum on Hands": [ + "Cum on Hands", + "Visibly ejaculating onto another performer's hand or hands.", + ], + "Cum on Legs": [ + "Cum on Legs", + "Visibly ejaculating onto another performer's leg.", + ], + "Cum on Nose": ["Cum on Nose", "A large amount of semen got on the nose"], + "Cum on Panty": [ + "Cum on Panty", + "Visibly ejaculating onto another performer's panty.", + ], + "Cum on Prolapse": ["Cum on Prolapse", "Ejaculating on prolapse"], + "Cum on Pussy": [ + "Cum on Pussy", + "Visibly ejaculating onto another performer's vulva.", + ], + "Cum on Self": ["Cum on Self", "Visibly ejaculating onto themselves."], + "Cum on Shoes": [ + "Cum on Shoes", + "Visibly ejaculating onto another performer's shoe.", + ], + "Cum on Stockings": [ + "Cum on Stockings", + "Visibly ejaculating onto another performer's stockings, pantyhose, or socks.", + ], + "Cum on Stomach": [ + "Cum on Stomach", + "Visibly ejaculating onto another performer's stomach.", + ], + "Cum on Tattoo": [ + "Cum on Tattoo", + "Visibly ejaculating onto another performer's tattoo, regardless of its position.", + ], + "Cum on Tits": [ + "Cum on Tits", + "Visibly ejaculating onto another performer's breasts.", + ], + "Cum Play": [ + "Cum Play", + "Playing with semen, often by cleaning it up or rubbing it in.", + ], + Cumshot: [ + "Cumshot", + "Visibly ejaculating outside of another performer's body.", + ], + "Cumshot Clean-up": [ + "Cumshot Clean-up", + "Cleaning up semen by putting it into a performer's mouth.", + ], + "Cumshot While Fucked": [ + "Cumshot While Fucked", + "Performer ejaculates while being penetrated by another person.", + ], + "Cum Snorting": ["Cum Snorting", "Snorting semen"], + "Cum Swallowing": [ + "Cum Swallowing", + "Swallowing semen, instead of spitting it out.", + ], + "Cum Swapping": ["Cum Swapping", "Trading semen from one mouth to another."], + "Cum Walk": [ + "Cum Walk", + "Features a character walking in public with semen on their face, whether it's real or fake.", + ], + "Cupped Hands Cumshot": [ + "Cupped Hands Cumshot", + "The receiving performer cups their hands to catch cum from the ejaculating performer/s", + ], + "Curly Hair": [ + "Curly Hair", + "Hair with significantly tighter curls along most of its length.", + ], + "Curved Cock": ["Curved Cock", "Penis has a significant curve when erect."], + Curvy: ["Curvy", "Relatively heavy figures."], + "Custom Clip": [ + "Custom Clip", + "Commissioned by a customer who is often mentioned by name.", + ], + Customer: [ + "Customer", + "Character who is a patron of their scene partner's place of business.", + ], + "Cut-offs": [ + "Cut-offs", + "Shorts with a ragged edge where longer pant legs appear to have been cut off.", + ], + Cyberpunk: [ + "Cyberpunk", + "A genre of science fiction set in a lawless subculture of an oppressive society dominated by computer technology.", + ], + Cybersex: [ + "Cybersex", + "Multiple performers remotely connected via a network", + ], + Czech: ["Czech", "Scene features Czech performer(s)"], + "Czech Language": [ + "Czech Language", + "Scene shows performer(s) speaking Czech.", + ], + "Daddy Roleplay": ["Daddy Roleplay", "Strong,"], + "Damsel In Distress": ["Damsel In Distress", "Concept"], + Dancer: ["Dancer", ""], + Dancing: ["Dancing", "Features a performer dancing for some time."], + Dangling: [ + "Dangling", + "The act of playing with loose footwear, keeping it partially on while moving it with the toes.", + ], + "Dark Areolas": [ + "Dark Areolas", + "Areolas with a deeper, richer pigmentation, often darker than the surrounding skin tone.", + ], + "Dark Blond Hair": [ + "Dark Blond Hair", + "Performers with dark blond or light brown hair colors.", + ], + "Dark Labia": ["Dark Labia", "Vulva that appears in dark color."], + "Dark Lipstick": [ + "Dark Lipstick", + "Features a performer wearing dark or black lipstick.", + ], + "Dark Skin": ["Dark Skin", "Performers with exceptionally dark skin tones."], + Dating: [ + "Dating", + "Characters who are in a committed, unmarried relationship with each other.", + ], + Daughter: ["Daughter", "Character is biological daughter to scene partner."], + "Daughter In Law": [ + "Daughter In Law", + "Character presented as daughter in law to a scene partner", + ], + "Daughter's Friend": [ + "Daughter's Friend", + "Scene partner is the friend of the male partner's daughter.", + ], + "Daughter Swapping": ["Daughter Swapping", "Exchanging"], + "Debt Contract": ["Debt Contract", "A"], + "Debt / Payment": [ + "Debt / Payment", + "When one or more characters is required to engage in sexual acts in order to settle a debt or make a payment.", + ], + "Deep Anal Dildo": [ + "Deep Anal Dildo", + "The complete insertion of a long dildo so the anus closes around it. (For example a double headed dildo)", + ], + "Deep Anal Fuck": [ + "Deep Anal Fuck", + "Deep insertion of a penis or an object into an anus.", + ], + "Deep Fake": [ + "Deep Fake", + "Usage of AI and ML techniques to replace one person's likeness convincingly with that of another", + ], + "Deep Fisting": [ + "Deep Fisting", + "Deep insertion of the fist into vagina or anus.", + ], + "Deep Fuck": [ + "Deep Fuck", + "Deep insertion of a penis or an object into a vagina or anus.", + ], + Deepthroat: [ + "Deepthroat", + "Oral penetrative sex that's deep enough to reach the back of the throat.", + ], + "Defined Abs": [ + "Defined Abs", + "Performer with a visually defined midsection", + ], + "Degrading Tattoo": [ + "Degrading Tattoo", + "Tattoos that feature degrading language or imagery.", + ], + Dehumanization: [ + "Dehumanization", + "Performer is not treated like a human being", + ], + "Delivery Driver": [ + "Delivery Driver", + "Character who works as a package delivery driver.", + ], + Delusion: ["Delusion", "Features"], + Denim: ["Denim", "Thick sturdy fabric made from cotton, often dyed blue."], + "Denim Jacket": ["Denim Jacket", "Jacket made from denim, often dyed blue."], + "Denim Shorts": ["Denim Shorts", "Shorts made from denim, often dyed blue."], + "Denim Skirt": ["Denim Skirt", "Skirt made from denim, often dyed blue."], + "Depth of Field": ["Depth of Field", "Camera"], + Desk: ["Desk", "At least some of the action takes place on top of a desk."], + Destruction: ["Destruction", ""], + Detective: [ + "Detective", + "Character working to collect information, often attempting to solve a crime or mystery.", + ], + Diaper: [ + "Diaper", + "Type of underwear that allows the wearer to urinate or defecate without using a toilet", + ], + "Diaper Mess": [ + "Diaper Mess", + "The act of defecating in a diaper or having feces in it.", + ], + "Dick Licking": ["Dick Licking", "The act of licking a penis"], + "Dick Play": [ + "Dick Play", + "Acts related to the stimulation of a performer's penis", + ], + Dildo: ["Dildo", "Long sex toy designed for penetration."], + "Dildo Blowjob": [ + "Dildo Blowjob", + "An oral stimulation performed on a dildo or phallic-shaped sex toy.", + ], + "Dildo (DP)": [ + "Dildo (DP)", + "A performer is using a dildo or dildos anally and vaginally simultaneously.", + ], + "Dildo Footjob": [ + "Dildo Footjob", + "Manual stimulation performed on a dildo or phallic-shaped sex toy using feet.", + ], + "Dildo Gag": [ + "Dildo Gag", + "Phallic shaped gag used to disrupting a performer's speech.", + ], + "Dildo Handjob": [ + "Dildo Handjob", + "Manual stimulation performed on a dildo or phallic-shaped sex toy using hand.", + ], + "Dildo Panties": ["Dildo Panties", "This"], + "Dildo Riding": [ + "Dildo Riding", + "Performer mounting and thrusting on a stationary dildo", + ], + "Dildo / Strap on Sex - With Partner": [ + "Dildo / Strap on Sex - With Partner", + "A performer having sex using a strap on or dildo", + ], + "Dildo Titjob": [ + "Dildo Titjob", + "Rubbing or holding a toy between the breasts to imitate a titjob.", + ], + "DILF (30+)": [ + "DILF (30+)", + "Older male character implied to be at least 30, often presented as a fatherly figure.", + ], + "DILF (Role)": [ + "DILF (Role)", + '"Dad I\'d Like to Fuck." A conventionally attractive older male character.', + ], + Dimples: [ + "Dimples", + "Performers with noticeable indentations or small hollows in their cheeks, typically appearing when they smile.", + ], + "Dimples of Venus": [ + "Dimples of Venus", + "Symmetrical indentations on the lower back, one on either side of the spine, just above the pelvic bone", + ], + "Dimples of Venus Piercing": [ + "Dimples of Venus Piercing", + "Performers with at least one visible piercing in their dimples of Venus.", + ], + "Dining Room": [ + "Dining Room", + "At least some of the action takes place in a home's dining room.", + ], + "Dirt Covered": [ + "Dirt Covered", + "One or more of the performers is covered in dirt.", + ], + "Dirty Anal": [ + "Dirty Anal", + "Features anal sex that is dirty in the literal sense of the word", + ], + "Dirty Ass to Mouth": [ + "Dirty Ass to Mouth", + "Oral penetration of a performer's mouth immediately after non-clean anal penetration of the same performer.", + ], + "Dirty Ass to Other's Mouth": [ + "Dirty Ass to Other's Mouth", + "Oral penetration of a performer's mouth immediately after non-clean anal penetration of a different performer.", + ], + "Dirty Feet": [ + "Dirty Feet", + "One of the performers in the scene has unclean feet", + ], + "Dirty Talk": [ + "Dirty Talk", + "Features at least one character providing a significant amount of lewd or demeaning dialogue during the action.", + ], + Discipline: [ + "Discipline", + "Performer is given some form of consequence for their actions or behavior.", + ], + Disgust: [ + "Disgust", + "Features at least one character who is disgusted by the situation or another performer/viewer.", + ], + Distracted: ["Distracted", "Performer"], + Docking: ["Docking", "A"], + Doctor: ["Doctor", "Character who is presented as a medical doctor."], + "Doggy 9": [ + "Doggy 9", + "Penetrative sex from a doggy position while the receiver is in a 69 position with another performer.", + ], + "Doggy Style": [ + "Doggy Style", + "Penetrative sex with performers on their knees while facing the same direction.", + ], + "Doggy Style (DAP)": [ + "Doggy Style (DAP)", + "Double Anal Penetration while in Doggy style position", + ], + "Doggy Style (DP)": [ + "Doggy Style (DP)", + "The receiver is on all fours having vaginal and anal penetrative sex simultaneously", + ], + "Doggy Style (DVP)": [ + "Doggy Style (DVP)", + "Doggy Style position during Double Vaginal Penetration", + ], + "Doggy Style - POV": [ + "Doggy Style - POV", + "Point Of View of the performer who is behind the receiver, both on their knees while facing the same direction.", + ], + Doll: ["Doll", ""], + Dollhouse: ["Dollhouse", ""], + "https://stashdb.org/tags?page=20#": [ + "https://stashdb.org/tags?page=20#", + "", + ], + "Doll Shoes": [ + "Doll Shoes", + "Closed, low-cut shoe with a strap across the instep, often worn with socks or hosiery.", + ], + "Dolphin Shorts": [ + "Dolphin Shorts", + "Very short athletic shorts with side slits, rounded corners, and a waistband.", + ], + Dominant: [ + "Dominant", + "At least one performer serves as the dominant role in BDSM activities.", + ], + Domination: [ + "Domination", + "Scenes where one character assumes the role of superiority and control over their scene partner.", + ], + Dominatrix: [ + "Dominatrix", + "Female character who takes on the dominant role in BDSM activities as a profession.", + ], + Dominican: ["Dominican", "Scene features Dominican performer(s)"], + Doppelgangers: [ + "Doppelgangers", + "Characters whose close physical resemblance is a major focus of the scene.", + ], + "Dorm Room": [ + "Dorm Room", + "At least some of the action takes place in a school's dorm room.", + ], + "Double Anal Fisting": [ + "Double Anal Fisting", + "The insertion of two fists in the ass.", + ], + "Double Anal Penetration (DAP)": [ + "Double Anal Penetration (DAP)", + "Anal penetrative sex from two performers simultaneously.", + ], + "Double Barrel Blowjob": [ + "Double Barrel Blowjob", + "Two penises are in a performer's mouth at the same time.", + ], + "Double Blowjob": [ + "Double Blowjob", + "Two performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Double Blowjob (2 Mouths)": [ + "Double Blowjob (2 Mouths)", + "Two performers orally pleasuring a single penis at roughly the same time.", + ], + "Double Blowjob (2 Penises)": [ + "Double Blowjob (2 Penises)", + "One performer orally pleasuring two penises at roughly the same time.", + ], + "Double Cowgirl": ["Double Cowgirl", "Position"], + "Double Creampie": [ + "Double Creampie", + "A performer receives two creampies in a single or multiple orifices", + ], + "Double Digit Penetration": [ + "Double Digit Penetration", + "Female receiving anal and vaginal digital (fingers) penetration.", + ], + "Double Dildo": [ + "Double Dildo", + "Dildo designed for simultaneous penetration on both ends.", + ], + "Double Domination": [ + "Double Domination", + "BDSM activity involving two performers dominating a single submissive.", + ], + "Double Facial": [ + "Double Facial", + "Two facials are given or received by a single performer, but it's unclear which.", + ], + "Double Facial (2 Penises)": [ + "Double Facial (2 Penises)", + "Two performers visibly ejaculating onto a single performer's face.", + ], + "Double Facial (2 Targets)": [ + "Double Facial (2 Targets)", + "One performer visibly ejaculating onto two performers' faces.", + ], + "Double Fisting": [ + "Double Fisting", + "Inserting two entire hands into another performer, anally or vaginally", + ], + "Double Footjob": [ + "Double Footjob", + "Two performers pleasuring a single penis with their feet", + ], + "Double Handed": [ + "Double Handed", + "Pleasuring a penis using both hands at the same time.", + ], + "Double Handjob": ["Double Handjob", "Two"], + "Double Handjob (1 Penis)": [ + "Double Handjob (1 Penis)", + "Two performers pleasuring a single penis with their hands at the same time.", + ], + "Double Handjob (2 Penises)": ["Double Handjob (2 Penises)", "One"], + "Double Penetration (DP)": [ + "Double Penetration (DP)", + "Vaginal and anal penetrative sex from two performers simultaneously.", + ], + "Double Vaginal Insertion": [ + "Double Vaginal Insertion", + "Vaginally penetrated with two objects simultaneously, where the objects are not both penises.", + ], + "Double Vaginal Penetration (DVP)": [ + "Double Vaginal Penetration (DVP)", + "Vaginal penetrative sex from two performers simultaneously.", + ], + Douching: [ + "Douching", + "Washing, flushing or cleaning out the inside of a cavity in the body with water or other mixtures of fluids.", + ], + Dovefucking: [ + "Dovefucking", + "Rubbing a breast or nipple against another performer's vulva.", + ], + Downblouse: [ + "Downblouse", + "Voyeuristic image of the view down a person's blouse, usually point of view above the cleavage.", + ], + "Dragon Dildo": [ + "Dragon Dildo", + "Fantasy and sci-fi themed sex toys, often made by a company named Bad Dragon.", + ], + Dreadlocks: ["Dreadlocks", "Hairstyle made of rope-like strands of hair."], + Dream: [ + "Dream", + "Features a visual representation of a character's dream, hallucination, or imagination.", + ], + Dreamcatcher: [ + "Dreamcatcher", + "Ring-shaped spreading device that often uses multiple clothespins.", + ], + Dress: [ + "Dress", + "Consists of a bodice attached to a skirt, traditionally worn by women and girls.", + ], + "Dressed Up": ["Dressed Up", ""], + Dresser: [ + "Dresser", + "At least some of the action takes place on top of a dresser or vanity.", + ], + Dressing: ["Dressing", "Features a performer putting clothes on."], + Drinking: ["Drinking", "Features a character drinking alcohol."], + "Drinking a Bowl of Piss": [ + "Drinking a Bowl of Piss", + "Performer drinks a huge bowl of piss", + ], + "Drinking Cum": ["Drinking Cum", "Drinking cum from an object."], + "Dripping Icicle": [ + "Dripping Icicle", + "Cum hanging off the end of a wang following ejaculation.", + ], + Drool: ["Drool", "Significant amount of saliva flowing out of the mouth."], + "Drowning in Piss": [ + "Drowning in Piss", + "Performer completely dips the face in a container with piss", + ], + "Dry Humping": [ + "Dry Humping", + "Performers simulate having sex with each other, most commonly by rubbing their genitals against one another without penetration.", + ], + "Dry Orgasm": [ + "Dry Orgasm", + "Performer with a penis reaches orgasm but no semen comes out. Sometimes happens with trans performers on hormone therapy.", + ], + Dumbbell: ["Dumbbell", "Weight lifting"], + Dungeon: [ + "Dungeon", + "At least some of the action takes place in a dungeon, often built for BDSM purposes.", + ], + Dunking: [ + "Dunking", + "Performer is momentarily dipped into water or another substance then removed.", + ], + Dutch: ["Dutch", "Scene features Dutch performer(s)"], + "DVP Creampie": [ + "DVP Creampie", + "Performer recieves at least one vaginal creampie while having two penises inside of their vagina.", + ], + Eager: [ + "Eager", + "Strong desire or interest in the act to the point of anxiety or impatience.", + ], + "Ear Fetish": [ + "Ear Fetish", + "An ear fetish is a sexual attraction towards ears.", + ], + "Ear Fucking": ["Ear Fucking", "Insertion in Ear"], + "Ear Piercing": [ + "Ear Piercing", + "Performers with at least one visible piercing by an ear that is not an earring.", + ], + Earrings: ["Earrings", "Jewelry attached to the ear."], + Easter: ["Easter", "Takes place on or around Easter."], + "Eastern European Accent": [ + "Eastern European Accent", + "Speaks with an accent native to Eastern Europe.", + ], + Eating: ["Eating", "At least one performer ingests food in the scene."], + Ecuadorian: ["Ecuadorian", "Scene features Ecuadorian performer(s)"], + Edging: [ + "Edging", + "Brought to the edge of climax but not past it, typically multiple times in a row.", + ], + "Editor's Cut": ["Editor's Cut", ""], + Educational: [ + "Educational", + 'Video which focuses on some form of sex education - "teaching" other performers, sex act instructions', + ], + "Egg Vibrator": [ + "Egg Vibrator", + "A small egg shaped vibrator typically inserted anally/vaginally or used to stimulate one's nipples/clitoris.", + ], + "E-girl": ["E-girl", "Female"], + Eightsome: [ + "Eightsome", + "Exactly eight performers at the same time, regardless of gender combination.", + ], + "Eightsome (BBBBBBGG)": [ + "Eightsome (BBBBBBGG)", + "Exactly six male performers and two female performers, at the same time.", + ], + "Eightsome (BBBBGTTT)": [ + "Eightsome (BBBBGTTT)", + "Exactly four male performers, one female performers and three trans performers, at the same time.", + ], + Elastrator: [ + "Elastrator", + "Special pliers used to stretch rubber bands over extremities. Used with livestock or in BDSM", + ], + "Elbow Bondage": [ + "Elbow Bondage", + "Restraint of a person's arms by binding them at the elbows.", + ], + "Elbow Gloves": [ + "Elbow Gloves", + "Long gloves that reach the elbow at least.", + ], + "Electric Dildo": ["Electric Dildo", ""], + "Electro Clamp": [ + "Electro Clamp", + "Clamp designed to be used with an E-Stim device to deliver an electric shock.", + ], + Electrodes: [ + "Electrodes", + "Devices that deliver controlled electrical stimulation to the body.", + ], + "Electro Plug": [ + "Electro Plug", + "Anal or Vaginal plug used to deliver electrical stimulation.", + ], + "Electro Sex": [ + "Electro Sex", + "Using some form of electrical stimulation during sexual activity.", + ], + Elevator: [ + "Elevator", + "At least some of the action takes place in an elevator.", + ], + "Emergency Medical Technician": [ + "Emergency Medical Technician", + "Features character who is working as emergency medical technician or paramedic.", + ], + Emo: ["Emo", "Fashion based around emo music and subculture"], + Employee: [ + "Employee", + "Character who works underneath their scene partner in a shared place of business.", + ], + "Employee (Female)": [ + "Employee (Female)", + "Female character who works underneath their scene partner in a shared place of business.", + ], + "Employee (Male)": [ + "Employee (Male)", + "Male character who works underneath their scene partner in a shared place of business.", + ], + "Employee's Wife": [ + "Employee's Wife", + "Scene partner is the wife of the other scene partner's employee.", + ], + "EMS Pads": [ + "EMS Pads", + "Sticky pads designed to be used with an EMS or TENS device.", + ], + "Encasement Footjob": [ + "Encasement Footjob", + "Features a footjob with the receiving penis encased in legwear, like socks or pantyhose, sometimes torn for access.", + ], + Enema: ["Enema", "Injection of fluid into rectum and colon."], + ENF: [ + "ENF", + "shame or embarrassment of women who are naked in situations where they are not supposed to be naked", + ], + "English Language": [ + "English Language", + "Scene shows performer(s) speaking English.", + ], + "English Subtitles": [ + "English Subtitles", + "Scene includes English text to help understand or translate performers' speech.", + ], + "Enhanced Ass": ["Enhanced Ass", "Augmented by some surgical procedure."], + "Enhanced Lips": ["Enhanced Lips", "Cosmetically altered lips."], + Entryway: [ + "Entryway", + "At least some of the action takes place in the front room or near the front door.", + ], + "Erect Clit": [ + "Erect Clit", + "Clitoris visibly swollen due to sexual arousal.", + ], + "Erect Nipples": [ + "Erect Nipples", + "Nipples that are visibly firm and protruding, typically in response to cold or arousal.", + ], + Erotica: [ + "Erotica", + "Scenes that are meant to be relatively inoffensive, often intended for relatively new viewers or for couples to watch together.", + ], + "Erotic Magic": [ + "Erotic Magic", + "Roleplay involving the use of magic on a subject to make the subject erotically attracted to the caster", + ], + "Erotic Wear": ["Erotic Wear", "Significant focus on erotic clothing."], + "Escape Challenge": [ + "Escape Challenge", + "Performer is restrained and tries to free themselves.", + ], + Escort: [ + "Escort", + "Character who is paid for sexual encounters as a profession.", + ], + Estonian: ["Estonian", "Scene features Estonian performer(s)"], + "Ethical Porn": ["Ethical Porn", "Pornography"], + European: ["European", "Scene features European performer(s)"], + "European Accent": [ + "European Accent", + "Speaks with an accent native to Europe.", + ], + "Examining Table": [ + "Examining Table", + "At least some of the action takes place on an examining table.", + ], + Exclusive: ["Exclusive", ""], + Executrix: [ + "Executrix", + "Fantasy in which the performer pretends to kill the viewer or a subject", + ], + "Exercise Ball": [ + "Exercise Ball", + "An elastic ball used in exercise and physical therapy", + ], + "Exercise Machine": [ + "Exercise Machine", + "Machines that are typically used for exercise.", + ], + Exes: [ + "Exes", + "Characters who were previously in a committed relationship with their scene partner.", + ], + Exhibitionism: [ + "Exhibitionism", + "Engaging in some sexual activity for others to see, whether or not their audience is consenting or even interested.", + ], + Exotic: [ + "Exotic", + "Performers with broadly non-European racial backgrounds, including Asian, Latin, African, etc.", + ], + "Experienced (30–40)": [ + "Experienced (30–40)", + "Character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + "Experienced Man (30–40)": [ + "Experienced Man (30–40)", + "Male character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + "Experienced Woman (30–40)": [ + "Experienced Woman (30–40)", + "Female character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + Exploitation: [ + "Exploitation", + "Taking advantage of a position of power to coerce another character into sex.", + ], + "Extra Large Toys": ["Extra Large Toys", "Unusually large penetrative toys."], + "Extreme Torment": ["Extreme Torment", ""], + "Eyebrow Piercing": [ + "Eyebrow Piercing", + "Performers with at least one visible piercing in their eyebrows", + ], + "Eye Contact": [ + "Eye Contact", + "Performers looking directly into the camera for a significant amount of time.", + ], + "Eye Makeup": [ + "Eye Makeup", + "Cosmetics applied around the eyes to beautify or alter appearances.", + ], + "Eyes Rolling": [ + "Eyes Rolling", + "A female performer rolling her eyes while having an orgasm.", + ], + "Face Dildo": [ + "Face Dildo", + "Dildo worn on a performers face to be used on or by another performer.", + ], + "Face Down": ["Face Down", "Performer is laying face down."], + "Face Down Ass Up": [ + "Face Down Ass Up", + "Performer's face is against the same surface as their knees while their ass is in the air", + ], + "Face Fetish": [ + "Face Fetish", + "Close up of the face looking directly in to someones eyes", + ], + "Face Fuck": [ + "Face Fuck", + "Thrusting in and out of a performer's mouth for some time.", + ], + "Face Fuck - POV": [ + "Face Fuck - POV", + "Thrusting in and out of a performer's mouth for some time from male's point of view", + ], + "Face Hidden": [ + "Face Hidden", + "When at least one of the performer face is either out of frame, or hidden.", + ], + "Face Licking": ["Face Licking", "Performer licking other performer's face."], + Facesitting: [ + "Facesitting", + "Receiving oral pleasure by kneeling, squatting over, or fully sitting on another performer's face.", + ], + "Facesitting on Her": [ + "Facesitting on Her", + "Performer sitting on a female's face", + ], + "Facesitting on Him": [ + "Facesitting on Him", + "Performer sitting on a male's face", + ], + Facial: ["Facial", "Visibly ejaculating onto another performer's face."], + "Facial - POV": ["Facial - POV", "Facial from Male's Point Of View"], + "Fake Creampie": [ + "Fake Creampie", + "Fake cum is seen inside of a performer's vagina or anus.", + ], + "Fake Cum": ["Fake Cum", "Features obviously fake semen."], + "Faked Death": [ + "Faked Death", + "Features performers faking dying (including being murdered) during the scene.", + ], + "Fake Eyelashes": ["Fake Eyelashes", "Tag used for fake/false eyelashes."], + "Fake Face Mask": [ + "Fake Face Mask", + "Mask that crudely mimics a human face, often made out of latex or silicone.", + ], + "Fake Nails": [ + "Fake Nails", + "Extensions placed over fingernails as fashion accessories.", + ], + "Fake Pregnant": [ + "Fake Pregnant", + "A performer is wearing a prosthetic pregnancy belly, and is implied to be heavily pregnant.", + ], + "Fake Pussy": ["Fake Pussy", "Panties with a molded rubber Vagina"], + "Fake Tits": [ + "Fake Tits", + "Surgically augmented through the use of implants.", + ], + "Family Roleplay": [ + "Family Roleplay", + "Features characters who are non-biological relatives, whether that relationship is recent or not.", + ], + "Family Swapping": [ + "Family Swapping", + "Exchanging sexual partners, where some performers are presented as being family members of other performers in the scene.", + ], + Fan: ["Fan", "An admirer of a celebrity or a person of some renown."], + "Fan Appreciation": [ + "Fan Appreciation", + "Features professional porn stars having sex with their amateur fans.", + ], + Fangs: ["Fangs", "Performer has elongated incisors."], + Fantasy: [ + "Fantasy", + "Features various elements relating to the fantasy genre, often including swords or sorcery.", + ], + "Fan Written": ["Fan Written", "Scenes based on a user's suggested plot."], + Farm: ["Farm", "At least some of the action takes place on a farm or ranch."], + Farts: ["Farts", ""], + Father: ["Father", "Character is biological father to scene partner"], + "Father In Law": [ + "Father In Law", + "Character presented as father in law to a scene partner", + ], + "Father's Day": ["Father's Day", "Takes place on or around Father's Day."], + "Fat Legs": ["Fat Legs", ""], + "Fat Pussy": [ + "Fat Pussy", + "Prominent labia majora (outer labia) where the skin looks thick and puffy.", + ], + "Fear Play": [ + "Fear Play", + "Pushing a submissive into a frightened state, often triggering a rush of adrenaline.", + ], + Feather: ["Feather", "Using a feathered item to tickle a performer."], + Feature: [ + "Feature", + "Narrative scenes from a series or movie that share a connected storyline.", + ], + "Featured Actress": [ + "Featured Actress", + "A production that focuses on a single actress.", + ], + "Feet in Face During Blowjob": [ + "Feet in Face During Blowjob", + "An oral stimulation of penis while also placing feet on the receiving performer's face.", + ], + "Feet in Face During Fingering": [ + "Feet in Face During Fingering", + "A manual stimulation of female genitals while also placing feet on the receiving performer's face.", + ], + "Feet in Face During Footjob": [ + "Feet in Face During Footjob", + "Features the act of smelling a performer's feet while receiving a footjob (usually from another performer).", + ], + "Feet in Face During Handjob": [ + "Feet in Face During Handjob", + "Using hands to pleasure another performer's penis while also placing feet in front of or on the receiving performers face", + ], + "Feet in Face During Sex": [ + "Feet in Face During Sex", + "Oral stimulation of a foot during sexual intercourse.", + ], + "Feet Teasing": [ + "Feet Teasing", + "Gently teasing with performer's feet, often with particularly slow or light touches.", + ], + Felching: ["Felching", "The"], + "Female Boss": [ + "Female Boss", + "Female character who has a position of power over their scene partner in a shared place of business.", + ], + "Female Chastity Belt": [ + "Female Chastity Belt", + "Locking belt with a shield over the pussy, preventing vaginal sex and restricting physical stimulation.", + ], + "Female Detective": [ + "Female Detective", + "A female agent taking part in a criminal investigation.", + ], + "Female Directed": [ + "Female Directed", + "Pornography directed and/or produced by women, and often released by studios marketed towards women.", + ], + "Female Doctor": [ + "Female Doctor", + "Female character who is presented as a medical doctor.", + ], + "Female Handler": [ + "Female Handler", + "Female performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Female Ninja": [ + "Female Ninja", + "A female character who is presented in the style of a covert agent in feudal Japan.", + ], + "Female Observer": [ + "Female Observer", + "Female or transfemme performer observes, but does not participate in, sexual acts for a significant portion of the scene.", + ], + "Female Orgasm Denial": [ + "Female Orgasm Denial", + "Female performer or viewer is not permitted to orgasm for all or part of the scene.", + ], + "Female - POV": [ + "Female - POV", + "Presented at least partially from the perspective of a female performer.", + ], + "Female Rigger": [ + "Female Rigger", + "Female performer who ties up the other performer(s).", + ], + "Female Ruined Orgasm": [ + "Female Ruined Orgasm", + "Ruined orgasm of a performer's pussy, with unsatisfying contractions after stimulation is stopped.", + ], + "Female Slave": [ + "Female Slave", + "Submissive female character who is presented as property of their dominant.", + ], + "Female Sounding": [ + "Female Sounding", + "Penetrating a female performer's urethra with a thin rod.", + ], + "Female Teacher": [ + "Female Teacher", + "Female character who is the teacher of a scene partner.", + ], + "Female Torso": [ + "Female Torso", + "A sex toy in the shape of the torso of a female body (with tits/vagina/ass)", + ], + "Female Warrior": [ + "Female Warrior", + "Female character presented as a skilled fighter.", + ], + "Female Wins": ["Female Wins", "The female in a competition wins"], + Femdom: ["Femdom", "Female character playing the dominant role."], + Femsub: ["Femsub", "Female character playing the submissive role."], + Fetish: ["Fetish", "Generic term for all fetish tags."], + Fetishwear: [ + "Fetishwear", + "Clothing used to assist in or give the appearance of BDSM activities.", + ], + "Fictional Character": [ + "Fictional Character", + "Performer representing a character that does not fit into a defined catagory, either as parody or cosplay.", + ], + Figging: ["Figging", "Figging"], + "Fighting Gloves": ["Fighting Gloves", ""], + "Fighting Ring": [ + "Fighting Ring", + "Space intended for combat sports or martial arts.", + ], + Filipino: ["Filipino", "Scene features Filipino or Filipina or performer(s)"], + Findom: [ + "Findom", + "Features a dominant character demanding money or financial control from their submissive.", + ], + "Finger Gaping": ["Finger Gaping", ""], + Fingering: [ + "Fingering", + "Digitally penetrating another performer, anally or vaginally.", + ], + "Fingering Toys": ["Fingering Toys", ""], + "Finger Sucking": [ + "Finger Sucking", + "Sucking or licking a finger for foreplay, added stimulation or to mimic oral sex", + ], + "Fingertip Vibrator": [ + "Fingertip Vibrator", + "Small vibrator that can be worn around the fingertip.", + ], + Finnish: ["Finnish", "Scene features Finnish performer(s)"], + Firefighter: [ + "Firefighter", + "Features character who is working as a firefighter.", + ], + Fireplace: ["Fireplace", "Located close to a fireplace"], + "First Anal Experience": [ + "First Anal Experience", + "Character's first time on the receiving end of anal sex.", + ], + "First Anal Scene": [ + "First Anal Scene", + "Performer's first scene on the receiving end of anal sex.", + ], + "First DP Scene": [ + "First DP Scene", + "Female performer’s first scene receiving anal and vaginal penetrative sex at the same time.", + ], + "First Facial": [ + "First Facial", + "Performer's first time receiving a facial cumshot.", + ], + "First Fisting": ["First Fisting", ""], + "First Gangbang Scene": [ + "First Gangbang Scene", + "Female performer's first scene with at least four male partners, at the same time.", + ], + "First Interracial Experience": [ + "First Interracial Experience", + "Non-black female character's first time with a black man.", + ], + "First Interracial Scene": [ + "First Interracial Scene", + "Non-black performer's first scene with a black partner.", + ], + "First Lesbian Experience": [ + "First Lesbian Experience", + "Female character's first sexual encounter with another woman.", + ], + "First Lesbian Scene": [ + "First Lesbian Scene", + "Performer's first scene with only female partners.", + ], + "First Porn Scene": [ + "First Porn Scene", + "Performer's first porn scene, at time of production.", + ], + "First Rimjob Experience": [ + "First Rimjob Experience", + "Female performer's first scene giving a rimjob.", + ], + "First Squirting Experience": [ + "First Squirting Experience", + "A female performer experiences her first squirting orgasm", + ], + "First Straight Scene": [ + "First Straight Scene", + "Female performer's first scene with a male partner.", + ], + "First TS": ["First TS", ""], + Fisheye: ["Fisheye", "Virtual reality scenes shot using a fisheye lens"], + "Fish-hooking": [ + "Fish-hooking", + "Act in which one performer uses a finger or a thumb to form an improvised hook inside the orifice of another performer", + ], + Fishnet: ["Fishnet", "Garments with an open, diamond-shaped knit"], + "Fishnet Dress": [ + "Fishnet Dress", + "Dress with an open, diamond-shaped knit.", + ], + "Fishnet One-Piece": [ + "Fishnet One-Piece", + "Single tight-fitting material covering the torso and the crotch with open, diamond-shaped knits", + ], + "Fishnet Pantyhose": [ + "Fishnet Pantyhose", + "Pantyhose with an open, diamond-shaped knit.", + ], + "Fishnet Stockings": [ + "Fishnet Stockings", + "Stockings with an open, diamond-shaped knit.", + ], + "Fishnet Top": [ + "Fishnet Top", + "A garment covering the torso with an open, diamond-shaped knit.", + ], + "Fist and Cock": [ + "Fist and Cock", + "Inserting penis and entire hand in performers vagina and ass or both simultaneously.", + ], + "Fist and Cock in Ass": [ + "Fist and Cock in Ass", + "Inserting penis and entire hand in performers ass simultaneously.", + ], + "Fist and Cock in Pussy": [ + "Fist and Cock in Pussy", + "Inserting penis and entire hand in performers vagina simultaneously.", + ], + "Fist and Cock in Pussy and Ass": [ + "Fist and Cock in Pussy and Ass", + "Inserting entire hand in pussy and penis in ass simultaneously or vice versa.", + ], + "Fist and Penis (TP)": [ + "Fist and Penis (TP)", + "Inserting two fists and one cock or two cocks and one fist in performers vagina and ass or both simultaneously.", + ], + Fisting: [ + "Fisting", + "Inserting an entire hand into another performer, anally or vaginally.", + ], + "Fisting Toys": ["Fisting Toys", ""], + "Fitting Room": [ + "Fitting Room", + "A public or semi-public location designated for changing one's clothes.", + ], + Fivesome: [ + "Fivesome", + "Exactly five performers at the same time, regardless of gender combination.", + ], + "Fivesome (BBBBG)": [ + "Fivesome (BBBBG)", + "Exactly four male performers and one female performer, at the same time.", + ], + "Fivesome (BBBGG)": [ + "Fivesome (BBBGG)", + "Exactly three male performers and two female performers, at the same time.", + ], + "Fivesome (BBGGG)": [ + "Fivesome (BBGGG)", + "Exactly two male performers and three female performers, at the same time.", + ], + "Fivesome (BGGGG)": [ + "Fivesome (BGGGG)", + "Exactly one male performers and four female performer, at the same time.", + ], + "Fivesome (GGGTT)": [ + "Fivesome (GGGTT)", + "Exactly two trans performers and three female performers, at the same time.", + ], + "Fivesome (Lesbian)": [ + "Fivesome (Lesbian)", + "Exactly five female performers, at the same time.", + ], + "Fixed Camera": [ + "Fixed Camera", + "Recorded from a camera that does not have an operator/cameraman.", + ], + "Flannel Shirt": [ + "Flannel Shirt", + "A shirt made of soft woven fabric with a lightly napped surface.", + ], + Flashing: ["Flashing", ""], + Flats: ["Flats", "Flats"], + Flexible: ["Flexible", "Character who is shown to be very flexible."], + Flexing: [ + "Flexing", + "Deliberately tensing and contracting muscles to emphasize their size, definition, or strength.", + ], + "Flip Fuck": [ + "Flip Fuck", + "Top and bottom switch at some point during a gay or trans scene", + ], + Flirting: ["Flirting", ""], + Flogger: [ + "Flogger", + "Flexible tool designed to strike a performer, typically shorter and with more tails than a whip.", + ], + Flogging: [ + "Flogging", + "The act of beating, especially with a whip or scourge.", + ], + Floor: [ + "Floor", + "At least some of the action takes place down on the floor.", + ], + "Floral Crown": [ + "Floral Crown", + "A decorative circular headpiece made of flowers (real or artificial) worn on top of the head as an accessory or ceremonial item.", + ], + Fluffer: [ + "Fluffer", + "A fluffer is shown getting or keeping a performer aroused.", + ], + "Fluid Bonded": [ + "Fluid Bonded", + "Fluid bonding is when consenting sexual partners choose to no longer use condoms when having intercourse", + ], + Fondling: ["Fondling", "Touching a performer in a sexual manner."], + Food: ["Food", "For scenes featuring various kinds of food."], + "Foot Domination": [ + "Foot Domination", + "Form of domination that focuses on feet.", + ], + "Foot Fetish": ["Foot Fetish", "Significant focus on a performer's feet."], + "Foot Humiliation": [ + "Foot Humiliation", + "Performer humiliating another performer or the watcher with her feet", + ], + "Foot in Ass": [ + "Foot in Ass", + "Inserting a foot into another performer's anus.", + ], + Footing: [ + "Footing", + "Inserting a foot into another performer, anally or vaginally.", + ], + "Foot in Pussy": [ + "Foot in Pussy", + "Inserting a foot into another performer's vagina.", + ], + Footjob: ["Footjob", "Using feet to pleasure another performer's penis."], + "Footjob / Blowjob": [ + "Footjob / Blowjob", + "A blowjob and footjob performed simultaneously", + ], + "Footjob / Handjob": [ + "Footjob / Handjob", + "A handjob and footjob performed simultaneously", + ], + "Footjob Only": [ + "Footjob Only", + "Does not contain any form of intercourse, focusing on a footjob instead.", + ], + "Footjob - POV": [ + "Footjob - POV", + "Using feet to pleasure another performer's penis from male's point of view", + ], + "Footjob to Completion": [ + "Footjob to Completion", + "Performer giving a footjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Foot Licking": [ + "Foot Licking", + "Pleasuring another performer's foot with just the tongue.", + ], + "Foot Massage": [ + "Foot Massage", + "Performer receives a foot massage for some time.", + ], + "Foot Play": [ + "Foot Play", + "Playing or stimulation of (or with) another performer's feet", + ], + Footsie: [ + "Footsie", + "Flirting with another performer by touching feet under a table or in a concealed way", + ], + "Foot Smelling": [ + "Foot Smelling", + "Features the act of smelling a performer's foot or feet.", + ], + "Foot Smothering": [ + "Foot Smothering", + "Features a performer having their face completely covered with another performer's feet.", + ], + "Foot Sucking": ["Foot Sucking", ""], + "Foot Torment": [ + "Foot Torment", + "Causing a significant amount of pain or discomfort to a performer's foot.", + ], + "Foot Worship": [ + "Foot Worship", + "Focused on physically appreciating another performer's foot with hands or mouth.", + ], + "Forced Bi": [ + "Forced Bi", + "Femdom performer encourages hetero participant to act bisexually", + ], + "Forced Creampie": ["Forced Creampie", "When"], + "Forced Feminization": ["Forced Feminization", "Forced"], + "Force-feeding": ["Force-feeding", "Feeding a character against their will."], + Forceps: ["Forceps", "Medical clamps shaped like a pair of scissors."], + Forest: ["Forest", "At least some of the action takes place in a forest."], + "Formal Wear": [ + "Formal Wear", + "Elegant clothing suited for formal occasions.", + ], + Foursome: [ + "Foursome", + "Exactly four performers at the same time, regardless of gender combination.", + ], + "Foursome (BBBG)": [ + "Foursome (BBBG)", + "Exactly three male performers and one female performer, at the same time.", + ], + "Foursome (BBBT)": [ + "Foursome (BBBT)", + "Exactly three male performers and one transgender performer, at the same time.", + ], + "Foursome (BBGG)": [ + "Foursome (BBGG)", + "Exactly two female performers and two male performers, at the same time.", + ], + "Foursome (BBGT)": [ + "Foursome (BBGT)", + "Exactly two male performers, one female performer, and one transgender performer, at the same time.", + ], + "Foursome (BBTT)": [ + "Foursome (BBTT)", + "Exactly two male performers and two trans performers, at the same time.", + ], + "Foursome (BGGG)": [ + "Foursome (BGGG)", + "Exactly one male performer and three female performers, at the same time.", + ], + "Foursome (BGGT)": [ + "Foursome (BGGT)", + "Exactly one male performer, two female performers, and one trans performer, at the same time.", + ], + "Foursome (BGTT)": [ + "Foursome (BGTT)", + "Exactly one male performer, one female performer, and two transgender performers, at the same time.", + ], + "Foursome (BTTT)": [ + "Foursome (BTTT)", + "Exactly one male performer and three trans performers, at the same time.", + ], + "Foursome (Gay)": [ + "Foursome (Gay)", + "Exactly four male performers, at the same time.", + ], + "Foursome (GGGT)": [ + "Foursome (GGGT)", + "Exactly three female performers and one trans performer, at the same time.", + ], + "Foursome (GGTT)": [ + "Foursome (GGTT)", + "Exactly two female performers and two trans performers, at the same time.", + ], + "Foursome (GTTT)": [ + "Foursome (GTTT)", + "Exactly one female performer and three trans performers, at the same time.", + ], + "Foursome (Lesbian)": [ + "Foursome (Lesbian)", + "Exactly four female performers, at the same time.", + ], + "Foursome (Trans)": [ + "Foursome (Trans)", + "Exactly four trans performers, at the same time.", + ], + Fraternity: [ + "Fraternity", + "Male characters that are members of a college fraternity.", + ], + Freckles: [ + "Freckles", + "Performers with a significant number of freckles on the face or body.", + ], + Freeuse: ["Freeuse", "Settings"], + French: ["French", "Scene features French performer(s)"], + "French Accent": ["French Accent", "Speaks with an accent native to France."], + "French Language": [ + "French Language", + "Scene shows performer(s) speaking French.", + ], + "Friendly Fire": [ + "Friendly Fire", + "Male inadvertently ejaculates on another male during group sex.", + ], + Friends: [ + "Friends", + "Characters who are in a friendly, platonic relationship with their scene partner.", + ], + "Friend's Dad": [ + "Friend's Dad", + "The father of one of the scene partner's friends.", + ], + "Frogtie Bondage": [ + "Frogtie Bondage", + "The Frogtie bondage position is one in which both the bound person's legs are bent with the ankle and thigh tied together.", + ], + "Front Shot": ["Front Shot", "Performer is seen facing the camera"], + Frottage: [ + "Frottage", + "Scene contains frotting - Rubbing/holding/masturbating two penises together for sexual pleasure", + ], + "Fucking After Creampie": [ + "Fucking After Creampie", + "Reentering to continue fucking after a creampie.", + ], + "Fucking After Cumshot": [ + "Fucking After Cumshot", + "Performer ejaculates then sexually penetrates their scene partner.", + ], + "Fucking Machines": [ + "Fucking Machines", + "A dildo or other toy attached to a penetrating machine; usually automated, sometimes controlled by a scene partner.", + ], + "Fuck N Lick": [ + "Fuck N Lick", + "Orally pleasuring another performer's vulva while simultaneously receiving penetrative sex", + ], + Fucksaw: ["Fucksaw", "Reciprocating saw with a sex toy attached to the end."], + "Fuck Sticks": [ + "Fuck Sticks", + "Long pole with a sex toy attached to the end.", + ], + "Full Body Glory Hole": ["Full Body Glory Hole", "Large"], + "Full-Body Harness": [ + "Full-Body Harness", + "A harness on the performer's full torso, sometimes on the hips and legs as well.", + ], + "Full Body Latex": [ + "Full Body Latex", + "Performer wearing Latex on the whole body, including head, hands, feet and sexual organs, leaving almost no skin exposed", + ], + "Full Bush": [ + "Full Bush", + "Extremely long or full pubic hair, appearing to not be shaped or managed in any way.", + ], + "Full HD Available": [ + "Full HD Available", + "Scenes offered at 1080p resolution.", + ], + "Full Nelson": [ + "Full Nelson", + "Variation of reverse cowgirl where the giver pulls the receiver's legs up while pushing their head forward.", + ], + Fur: ["Fur", "Clothing featuring real or imitation fur."], + "Fur Coat": ["Fur Coat", ""], + Futanari: [ + "Futanari", + "Japanese for hermaphrodite, or having the genitalia from both genders.", + ], + "Gagged Girl": ["Gagged Girl", "Any kind of gag in the mouth of a female"], + "Gagged Guy": ["Gagged Guy", "Any kind of gag in the mouth of a male"], + Gagging: [ + "Gagging", + "Triggering a performer's gag reflex, usually through oral penetration.", + ], + "Gagging on Cum": [ + "Gagging on Cum", + "Triggering a performer's gag reflex, usually either due to a large volume of cum in their mouth or disliking the taste of cum.", + ], + Gags: ["Gags", "Disrupting a performer's speech with some object."], + "Gag Talk": ["Gag Talk", "The attempt to talk while gagged"], + Gal: [ + "Gal", + "A female character that adheres to a Japanese fashion style that includes tanned skin, bleached hair, and heavy makeup.", + ], + "Game Character": [ + "Game Character", + "Performer representing a character from video games, either as parody or cosplay.", + ], + Gamer: [ + "Gamer", + "Character who is shown to be very interested in video games.", + ], + "Game Show": [ + "Game Show", + "Scene has a competition between contestants for a reward", + ], + Gangbang: [ + "Gangbang", + "Exactly one female performer with at least four male performers, at the same time.", + ], + "Gangbang (Lesbian)": [ + "Gangbang (Lesbian)", + "One female receiver with at least four other female performers, at the same time.", + ], + "Gape Cage": [ + "Gape Cage", + "A cage-shaped device that uses small metal bars to hold a vagina or anus visibly open.", + ], + "Gape Capers": ["Gape Capers", ""], + "Gape Farts": ["Gape Farts", ""], + Gaping: [ + "Gaping", + "Inserting something into the anus or vagina so that the orifice remains open after withdrawal.", + ], + "Gaping Pullout": ["Gaping Pullout", ""], + Garage: [ + "Garage", + "At least some of the action takes place in a garage, either private or commercial.", + ], + Garden: [ + "Garden", + "At least some of the action takes place in a garden, filled with plants of some kind.", + ], + Gardener: ["Gardener", "Character who is presented as a gardener."], + "Gargling With Cum": ["Gargling With Cum", ""], + Garter: ["Garter", "Stocking supporter"], + "Garter Belt": [ + "Garter Belt", + "Waist belt to which garters (for supporting stockings) attach", + ], + "Garter Clips": ["Garter Clips", ""], + Gasmask: [ + "Gasmask", + "Mask worn by Performer. The mask forms a sealed cover over the nose and mouth", + ], + Gauges: [ + "Gauges", + "Performers with significantly wide earlobe piercings, often leaving an open space inside the gauges.", + ], + Gay: ["Gay", "Scenes with only male scene partners."], + "Gender Swap": [ + "Gender Swap", + "A performer roleplays that they have changed bodies/genders.", + ], + Genie: ["Genie", "Character presented as a genie."], + "Genital Torment": [ + "Genital Torment", + "Causing a significant amount of pain or discomfort to a performer's genitals.", + ], + "Genre Fiction": [ + "Genre Fiction", + "Features fantastical elements drawn from science fiction, fantasy, or horror.", + ], + German: ["German", "Scene features German performer(s)"], + "German Accent": [ + "German Accent", + "Speaks with an accent native to Germany.", + ], + "German Language": [ + "German Language", + "Scene shows performer(s) speaking German.", + ], + "Get Sprung": ["Get Sprung", ""], + "Getting Herself Off": [ + "Getting Herself Off", + "Female performer giving herself an orgasm while with other performer present", + ], + "Getting Tattooed": [ + "Getting Tattooed", + "Performers getting a tattoo on video.", + ], + "Ghost Nipples": [ + "Ghost Nipples", + "Performers whose areolas and/or nipples are the same or similar skin-tone as the rest of their breasts.", + ], + Giantess: [ + "Giantess", + "Scene contains a female performer portrayed as being a giant", + ], + Gift: ["Gift", ""], + Giggles: ["Giggles", "Performers giggling or laughing"], + Gimp: ["Gimp", ""], + Girlfriend: [ + "Girlfriend", + "Female character who is in a committed, unmarried relationship with a scene partner.", + ], + "Girlfriend Experience": [ + "Girlfriend Experience", + "Performer pretends to be viewer's girlfriend", + ], + "Girl-Girl Doggy Style": [ + "Girl-Girl Doggy Style", + "Doggy style sex featuring two female performers", + ], + "Girl Next Door": [ + "Girl Next Door", + "Female character presented as some combination of approachable, modest, and relatable.", + ], + "Girl Scout": ["Girl Scout", "Girls"], + "Girls Finishing the Job": [ + "Girls Finishing the Job", + "Ejaculating from direct stimulation by a female performer, excluding penetrative sex.", + ], + "Girls Picking Up Girls": [ + "Girls Picking Up Girls", + "Documentary style videos where girls pick up normal women on the streets to bang.", + ], + "Girls Picking Up Guys": [ + "Girls Picking Up Guys", + "Documentary style videos where girls pick up normal men on the streets to bang.", + ], + Glamour: [ + "Glamour", + "Features characters and situations of a particularly glamorous, elegant, or luxurious nature.", + ], + "Glass Dildo": [ + "Glass Dildo", + "A dildo made from glass or similarly transparent materials", + ], + Glasses: [ + "Glasses", + "One or more performers wearing glasses for a portion of the scene, or the whole time.", + ], + "Glass Toy": ["Glass Toy", "Toys made out of glass"], + "Glory Hole": [ + "Glory Hole", + "Hole in a wall or some other partition, obscuring the appearance of sexual partners on either side.", + ], + Gloves: [ + "Gloves", + "Garment covering the hand with sheaths or openings for fingers", + ], + "Glow Stick": ["Glow Stick", ""], + Goddess: [ + "Goddess", + "A woman who is greatly admired, especially for her beauty.", + ], + "Goddess Worship": [ + "Goddess Worship", + "Focused on physically appreciating another performer's body and personality", + ], + "Go Kart": ["Go Kart", ""], + Gokkun: ["Gokkun", "Swallowing copious amounts of semen."], + "Golden Shower": ["Golden Shower", "Urinating onto another performer."], + Golf: ["Golf", ""], + Gonzo: [ + "Gonzo", + "Does not have any type of narrative, with performers simply playing themselves.", + ], + Gooning: [ + "Gooning", + "Excessive edging or masturbation that creates a trance-like state of overstimulation.", + ], + Goth: ["Goth", "One or more performers dressed in a goth style"], + "Grabbing Sheets": [ + "Grabbing Sheets", + "Performer grabbing the sheets, usually during orgasm", + ], + Graffiti: [ + "Graffiti", + "Scene contains an object or surface with graffiti on it.", + ], + Grandfather: [ + "Grandfather", + "Character is biological grandfather to scene partner.", + ], + Grandmother: [ + "Grandmother", + "Character is biological grandmother to scene partner.", + ], + Grapes: ["Grapes", ""], + "Gray Hair": ["Gray Hair", "Performers with gray or graying hair colors."], + "Gray Hair (Female)": [ + "Gray Hair (Female)", + "Female performers with gray or graying hair colors.", + ], + "Gray Hair (Male)": [ + "Gray Hair (Male)", + "Male performers with gray or graying hair colors.", + ], + Grayscale: [ + "Grayscale", + "Features video entirely in shades of black, white, and gray.", + ], + Greek: ["Greek", "Scene features Greek performer(s)"], + "Green Eyes": [ + "Green Eyes", + "Performers with green eyes (and scenes featuring them)", + ], + "Green Hair (Female)": [ + "Green Hair (Female)", + "Female performers with a green hair color", + ], + "Grey Eyes": [ + "Grey Eyes", + "Performers with grey eyes (and scenes featuring them)", + ], + Grinding: ["Grinding", "Gyrating hips during penetration."], + "Grinding on Face": [ + "Grinding on Face", + "Performer moving their hips back and forth while sitting on their partner's face to increase stimulation.", + ], + "Gripping Asshole": [ + "Gripping Asshole", + "Anus visibly moves with each thrust.", + ], + "Gripping Pussy": ["Gripping Pussy", "Labia visibly moves with each thrust."], + Gritty: ["Gritty", ""], + Groom: [ + "Groom", + "Male character shown at his wedding, or immediately before/after.", + ], + Groomsman: ["Groomsman", "Male member of the bridal party for a wedding."], + "Group Sex": [ + "Group Sex", + "At least three performers at the same time, regardless of gender combination.", + ], + "Group Sex (Gay)": [ + "Group Sex (Gay)", + "At least three male performers at the same time.", + ], + "Group Sex (Lesbian)": [ + "Group Sex (Lesbian)", + "At least three female performers at the same time.", + ], + Growth: [ + "Growth", + "Growing/Inflating/Expanding or pretending to Grow/Inflate/Expand a part of one's body", + ], + "G-string": [ + "G-string", + "Bottoms with an extremely narrow string-like back, leaving the buttocks completely exposed.", + ], + Guatemalan: ["Guatemalan", "Scene features Guatemalan performer(s)"], + "Gummy Worm": ["Gummy Worm", ""], + Guns: ["Guns", "Features the display or use of firearms by a performer."], + "Guys Picking Up Girls": [ + "Guys Picking Up Girls", + "Documentary style videos where guys pick up normal women on the streets to bang.", + ], + "Guys Picking Up Guys": [ + "Guys Picking Up Guys", + "Documentary style videos where guys pick up normal men on the streets to bang.", + ], + Gym: [ + "Gym", + "At least some of the action takes place in a gym, either private or public.", + ], + Gymnast: [ + "Gymnast", + "Character presented as a gymnast, professionally or not.", + ], + Gymnastics: [ + "Gymnastics", + "Features flips and twists typical of gymnastics.", + ], + "Gym Shorts": ["Gym Shorts", "Shorts worn for athletics."], + "Gynecological Chair": [ + "Gynecological Chair", + "A chair with platforms place feet that keep the legs in an open position, usually found in a gynecologist or OB/GYN's office", + ], + "Hair Accessories": ["Hair Accessories", ""], + "Hair Brush Spanking": [ + "Hair Brush Spanking", + "A hairbrush used as an impact toy or for corporal punishment to strike a performer", + ], + "Hair Bun": ["Hair Bun", "Hair tied back and kept up high."], + "Hair In Towel": ["Hair In Towel", ""], + Hairjob: [ + "Hairjob", + "Using hands and hair to pleasure another performer's penis.", + ], + "Hairless Genitals": [ + "Hairless Genitals", + "Gender Agnostic - Performer without any pubic hair", + ], + "Hairless Genitals (Male)": [ + "Hairless Genitals (Male)", + "Penis and scrotum are smooth, pubic hair has been completely removed", + ], + "Hairless Genitals (Trans)": [ + "Hairless Genitals (Trans)", + "Trans performer without any pubic hair", + ], + "Hairless Labia": [ + "Hairless Labia", + "No hair on the outer labia, regardless of pubic hair elsewhere.", + ], + "Hairless Pussy": [ + "Hairless Pussy", + "Performer without any pubic hair, on or above the vulva.", + ], + "Hair Pouf": [ + "Hair Pouf", + "Hair flipped back from the centre front hairline", + ], + "Hair Pulling": [ + "Hair Pulling", + "Grabbing another performer's hair and pulling their head back, not necessarily with significant force.", + ], + Hairy: ["Hairy", "Generic term for all hairy tags."], + "Hairy Armpits": ["Hairy Armpits", "Performers with hair on their armpits."], + "Hairy Arms": ["Hairy Arms", "Performers with hair on their arms."], + "Hairy Ass": [ + "Hairy Ass", + "Performers with hair on their buttock, or around or near the anal passage.", + ], + "Hairy Body": [ + "Hairy Body", + "Male performers with visible torso hair, including chest, stomach and/or back", + ], + "Hairy Genitals (Male)": [ + "Hairy Genitals (Male)", + "Hair on and around penis and scrotum is long, thick, natural-looking", + ], + "Hairy Genitals (Trans)": [ + "Hairy Genitals (Trans)", + "Trans performer with pubic hair that is particularly long or full", + ], + "Hairy Labia": [ + "Hairy Labia", + "Pubic hair on the outer labia, regardless of overall length or fullness.", + ], + "Hairy Legs": ["Hairy Legs", "Performers with hair on their legs."], + "Hairy Pussy": [ + "Hairy Pussy", + "Pubic hair that is particularly long or full, on or above the vulva.", + ], + Haitian: ["Haitian", "Scene features Haitian performer(s)"], + Halloween: ["Halloween", "Takes place on or around Halloween."], + Hallway: ["Hallway", ""], + Hammock: ["Hammock", ""], + "Hand and Penis (DAP)": [ + "Hand and Penis (DAP)", + "Anal penetrative sex from one performer and a finger or a fist", + ], + Handcuffs: ["Handcuffs", "Restraints worn around the wrists."], + "Hand Gagging": [ + "Hand Gagging", + "Disrupting a performer's speech with a hand", + ], + Handjob: ["Handjob", "Using hands to pleasure another performer's penis."], + "Handjob Only": [ + "Handjob Only", + "Does not contain any form of intercourse, focusing on a handjob instead.", + ], + "Handjob - POV": ["Handjob - POV", "Point Of View of handjob receiver"], + "Handjob to Completion": [ + "Handjob to Completion", + "Using hands to stimulate another performer's penis until they orgasm", + ], + Handler: [ + "Handler", + "Dominant performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Hand Over Mouth": [ + "Hand Over Mouth", + "Scene features a performer covering another performers mouth with their hand.", + ], + "Hands-free Blowjob": [ + "Hands-free Blowjob", + "Orally pleasuring a penis without using either hand in any way.", + ], + "Hands-free Orgasm": [ + "Hands-free Orgasm", + "Ejaculating/orgasming without physical contact or penetration", + ], + Handstand: [ + "Handstand", + "The act of supporting the body in a stable, inverted vertical position by balancing on the hands.", + ], + "Hand Strapping": [ + "Hand Strapping", + "Striking of the hands with an implement such as a ruler, strap, or belt", + ], + Hanger: ["Hanger", ""], + Hangover: ["Hangover", ""], + "Happy Trail": [ + "Happy Trail", + "Vertical narrow band of abdominal hair from the pubic region towards the navel", + ], + Hardcore: [ + "Hardcore", + "Features detailed depictions of sexual organs or sexual acts such as vaginal, anal or oral intercourse.", + ], + "Hard Fuck": [ + "Hard Fuck", + "Features action with a significant amount of speed or force.", + ], + Harem: ["Harem", ""], + Harness: ["Harness", "Harnesses"], + Hat: [ + "Hat", + "A garment that rests on top of one's head, partially or completely covering the hair.", + ], + "Hazel Eyes": [ + "Hazel Eyes", + "Performers with hazel eyes (and scenes featuring them)", + ], + Hazing: [ + "Hazing", + "Requiring a new or potential member of an organization to perform sexual or humiliating acts.", + ], + "Hazmat Suit": [ + "Hazmat Suit", + "Whole-body garment worn as protection against hazardous materials", + ], + "HD Available": ["HD Available", "Scenes offered in HD resolutions."], + Headband: [ + "Headband", + "An elastic or horseshoe-shaped loop worn around the forehead to hold hair away from the face and/or eyes.", + ], + "Head in Box Bondage": ["Head in Box Bondage", "Performer's"], + Headphones: [ + "Headphones", + "A pair of small loudspeaker drivers worn on or around the head over a user's ears.", + ], + "Head Pushing Blowjob": [ + "Head Pushing Blowjob", + "Character directs head movement of another engaged in performing blowjob.", + ], + "Head Shaving": ["Head Shaving", ""], + Hearth: ["Hearth", ""], + "Heart-shaped Nipples": [ + "Heart-shaped Nipples", + "Performer whose areolas are shaped like hearts, either through surgery or tattoos", + ], + "Heavily Tattooed": [ + "Heavily Tattooed", + "Performers with a substantial amount of tattoos, at least one very large tattoo, or tattoos on the face or neck.", + ], + "Heavy Rubber": [ + "Heavy Rubber", + "Very strong latex clothing, often near full enclosure and/or multiple layers", + ], + "Heel Grab": [ + "Heel Grab", + "When a performer holds their heels (or general ankle area) with both hands - typically while sitting or lying prone.", + ], + "Heels Fetish": [ + "Heels Fetish", + "Significant focus on a performer's high heels shoes", + ], + "Heels Removal": [ + "Heels Removal", + "The act of taking off or removing heels from feet.", + ], + "Helicopter (vehicle)": [ + "Helicopter (vehicle)", + "At least some of the action takes place in, against or near a helicopter", + ], + Helmet: ["Helmet", "Protective gear worn to protect the head"], + Hentai: ["Hentai", "Japanese anime or manga scenes."], + "Hidden Camera": ["Hidden Camera", "Refers"], + "High Angle": [ + "High Angle", + "A high-angle shot is a cinematography technique where the camera points down on the subject from above.", + ], + "High Energy": ["High Energy", ""], + "High-heeled Sandals": ["High-heeled Sandals", "Sandals with a raised heel."], + "High Kicks": ["High Kicks", ""], + "High School": [ + "High School", + "At least some of the action takes place in a secondary school of some kind.", + ], + Hijab: [ + "Hijab", + "Cloth wrapped around the head and neck, covering the hair but leaving the face visible.", + ], + Hiking: [ + "Hiking", + "Interrupting a hike in nature to perform sexual activities", + ], + "Hip Harness": ["Hip Harness", "A harness on the performer's hip."], + Hippie: [ + "Hippie", + "Character who is presented as a follower of the countercultural movement started in the 1960s.", + ], + "Hip Piercing": [ + "Hip Piercing", + "Performers with at least one visible piercing in the hip area. Excluding the navel.", + ], + Hitachi: [ + "Hitachi", + "Large vibrator with a soft bulb on one end, often marketed as a back massager.", + ], + Hitchhiker: [ + "Hitchhiker", + "Character asking strangers for a ride in their car", + ], + Hogtie: [ + "Hogtie", + "A performer's arms and legs are all bound together behind their back.", + ], + "Holding Balls During Blowjob": [ + "Holding Balls During Blowjob", + "Person is holding and/or rubbing balls while also giving a blowjob", + ], + "Holding Balls During Handjob": [ + "Holding Balls During Handjob", + "Person is holding and rubbing balls while also giving a handjob", + ], + "Holding Hair": [ + "Holding Hair", + "Holding another performer's hair without pulling to keep it out of the way.", + ], + "Hold the Moan": [ + "Hold the Moan", + "Fighting to stay quiet during sexual activity with unsuspecting characters within earshot.", + ], + Holiday: ["Holiday", "Takes place on or around a holiday celebration."], + Home: ["Home", "At least some of the action takes place in somebody's home."], + Homemade: [ + "Homemade", + "Scenes produced by the performer(s) themselves, often while at home.", + ], + Homewrecker: [ + "Homewrecker", + "Character accused of breaking up a relationship.", + ], + Honey: ["Honey", ""], + Hoodie: ["Hoodie", "Performer wearing a jacket or a sweatshirt with a hood."], + Hoods: ["Hoods", "Head"], + Horny: ["Horny", "Character portrayed as strongly sexually aroused."], + Horror: [ + "Horror", + "Features various horror movie tropes, often dealing with serial killers or the occult.", + ], + Horse: ["Horse", "Scene includes some reference to Horses"], + "Horse Dildo": [ + "Horse Dildo", + "Dildo in the shape of a horse penis, often very large.", + ], + Hospital: [ + "Hospital", + "At least some of the action takes place in a medical facility of some kind.", + ], + Hostel: [ + "Hostel", + "At least some of the action takes place in a hostel, low-cost lodging for travelers with shared sleeping spaces.", + ], + Hotel: [ + "Hotel", + "At least some of the action takes place at a hotel, motel, or resort.", + ], + "Hot Pants": [ + "Hot Pants", + "Very brief, tight shorts mainly worn by women and girls.", + ], + "Hot Spring": [ + "Hot Spring", + "At least some of the action takes place at a hot spring.", + ], + "Hot Tub": [ + "Hot Tub", + "At least some of the action takes place in a hot tub or jacuzzi, with or without the underwater jets turned on.", + ], + "Hot Tub Room": [ + "Hot Tub Room", + "A room with as center piece a hot tub, jacuzzi, whirlpool or a spa.", + ], + "Hot Wax": ["Hot Wax", "Dripping hot, melted wax onto a performer."], + Hotwife: [ + "Hotwife", + "Female character who is in an open relationship, seeking sexual encounters without her partner's direct involvement.", + ], + Housewife: [ + "Housewife", + "Married female character who does not work, focusing on domestic duties instead.", + ], + "Huge Dildo": ["Huge Dildo", "Unusually large dildos"], + "Huge Tits": [ + "Huge Tits", + "Extremely large compared to the size of the performer, typically around the largest cup sizes of G/DDDD or higher.", + ], + "Hula Hoop": ["Hula Hoop", "Scenes featuring a Hula Hoop being used"], + "Human Ashtray": [ + "Human Ashtray", + "Dominant performer uses submissive as an ashtray for their cigarette", + ], + "Human Furniture": [ + "Human Furniture", + "A performer is used as a piece of furniture.", + ], + "Human Toilet": ["Human Toilet", "A performer is used as a toilet."], + Humbler: [ + "Humbler", + "Testicle cuff device, mounted to a bar, that passes behind the thighs at the base of the buttocks", + ], + Humiliation: [ + "Humiliation", + "Pushing a submissive into a state of humiliation, often through degrading language or actions.", + ], + Hungarian: ["Hungarian", "Scene features Hungarian performer(s)"], + "Hungarian Language": [ + "Hungarian Language", + "Scene shows performer(s) speaking Hungarian.", + ], + Husband: ["Husband", "Male character who is married to a scene partner."], + "Husband's Boss": [ + "Husband's Boss", + "The boss of a scene partner's husband.", + ], + "Hybrid Pussy": [ + "Hybrid Pussy", + 'Hybrid vagina or "hybrid pussy" is combination of an "innie" and "outtie" vagina', + ], + "Hypnotic Sounds": [ + "Hypnotic Sounds", + "Unusual sound effects attempting to disorient, mesmerize, or manipulate the viewer in some way.", + ], + "Hypnotic Visuals": [ + "Hypnotic Visuals", + "Unusual visual effects attempting to disorient, mesmerize, or manipulate the viewer in some way.", + ], + Icelandic: ["Icelandic", "Scene features Icelandic performer(s)"], + "Ice Play": ["Ice Play", "Touching a performer's body with ice."], + "Ignition Point": ["Ignition Point", ""], + "Ignore Fetish": [ + "Ignore Fetish", + "Performer is actively ignoring the viewer or other performer/s.", + ], + "Image Video": [ + "Image Video", + "Type of Jav movie that is more artistic and involves no sex", + ], + "Impact Play": [ + "Impact Play", + "Striking a performer's body for sexual gratification, using the hand or an object.", + ], + "Impact Toys": [ + "Impact Toys", + "Various toys designed to strike a performer.", + ], + "Implied Creampie": ["Implied Creampie", "When"], + Impregnation: [ + "Impregnation", + "Features a performer receiving a creampie with the explicit intent to impregnate.", + ], + "Impromptu Sex": [ + "Impromptu Sex", + "Scenes in which a performer who is awake is penetrated suddenly or without their prior knowledge.", + ], + Incest: ["Incest", "Sexual activity between biologically related characters"], + "Incomplete Building": [ + "Incomplete Building", + "At least some of the action takes place in an incomplete building either from abandonment or construction.", + ], + "Incorrect Aspect Ratio": ["Incorrect Aspect Ratio", "When"], + Indonesian: ["Indonesian", "Scene features Indonesian performer(s)"], + Indoors: [ + "Indoors", + "At least some of the action takes place in any kind of indoor space.", + ], + Industrial: [ + "Industrial", + "At least some of the action takes place in a factory or warehouse.", + ], + Infatuation: [ + "Infatuation", + "an intense but short-lived passion or admiration for someone or something", + ], + Infertility: [ + "Infertility", + "Infertility drives a character to look outside their relationship for sex resulting in pregnancy.", + ], + Inflatable: ["Inflatable", ""], + "Inflatable Bodybag": [ + "Inflatable Bodybag", + "Inflatable rubber tube to restrain movements of performer", + ], + "Inflatable Butt Plug": [ + "Inflatable Butt Plug", + "Butt plug that expands when inflated with an attached air pump.", + ], + "Inflatable Dildo": [ + "Inflatable Dildo", + "Dildo that expands when inflated with an attached air pump.", + ], + "Inflatable Gag": [ + "Inflatable Gag", + "Inflatable gag inserted into a performer's mouth.", + ], + "Inflatable Mask": [ + "Inflatable Mask", + "Rubber mask that can be inflated to create a sense of pressure for the wearer", + ], + "Inflatable Pool": [ + "Inflatable Pool", + "At least some of the action takes place inside or near an inflatable pool.", + ], + "Inflatable Pool Toy": [ + "Inflatable Pool Toy", + "Recreational float typically used in a swimming pool.", + ], + "In Front of a Window": [ + "In Front of a Window", + "Activity in front of a window, potentially where visible to others", + ], + Initiation: ["Initiation", ""], + "In Laws": ["In Laws", "Characters in scene are in-laws"], + "Innie Navel": ["Innie Navel", ""], + "Innie Pussy": ["Innie Pussy", "Vulva with naturally hidden inner labia."], + Innocent: [ + "Innocent", + "Character who is presented as some combination of wholesome, pure, and naïve.", + ], + Insect: [ + "Insect", + "Scenes involving insects or sexual activity with insects", + ], + "Intense Orgasm": [ + "Intense Orgasm", + "Orgasm that is described as or appears to be particularly powerful.", + ], + Interactive: [ + "Interactive", + "Studio provides an official method for syncing the scene with an interactive sex toy.", + ], + International: [ + "International", + "Featuring performers from different nationalities or performers foreign to the production company", + ], + Interpreter: ["Interpreter", "A"], + Interracial: [ + "Interracial", + "Features at least two performers of differing racial backgrounds.", + ], + "Interracial Domination": [ + "Interracial Domination", + "Fetishization of black supremacy above all other races.", + ], + Interrogation: [ + "Interrogation", + "Performer is questioned usually by Security or Law Enforcement.", + ], + Interview: [ + "Interview", + "Features an interview with one or more performers.", + ], + Intoxication: [ + "Intoxication", + "Features intoxication on any type of substance or drug, including alcohol.", + ], + "Inverted Blowjob": [ + "Inverted Blowjob", + "Lying on back to give a blowjob, usually hanging head off the edge of a bed or table.", + ], + "Inverted Face Fuck": [ + "Inverted Face Fuck", + "Thrusting in and out of a performer's mouth who is on their back or upside down.", + ], + "Inverted Nipples": [ + "Inverted Nipples", + "Nipples that are recessed or pull inward, instead of protruding outward.", + ], + Irish: ["Irish", "Scene features Irish performer(s)"], + "Irish Accent": ["Irish Accent", "Speaks with an accent native to Ireland."], + Italian: ["Italian", "Scene features Italian performer(s)"], + "Italian Accent": [ + "Italian Accent", + "Speaks with an accent native to Italy.", + ], + "Italian Language": [ + "Italian Language", + "Scene shows performer(s) speaking Italian.", + ], + Jacket: [ + "Jacket", + "A garment for the upper body, usually extending below the hips.", + ], + Jackhammer: [ + "Jackhammer", + "Handheld version of an automated penetrating machine.", + ], + Japanese: ["Japanese", "Scene features Japanese performer(s)"], + "Japanese Accent": [ + "Japanese Accent", + "Speaks with an accent native to Japan.", + ], + "Japanese Language": [ + "Japanese Language", + "Scene shows performer(s) speaking Japanese.", + ], + "Japanese-style Room": [ + "Japanese-style Room", + 'A traditional room in Japanese architecture, often referred to as a "washitsu" (和室).', + ], + JAV: ["JAV", "Japanese Adult Video"], + Jealousy: ["Jealousy", ""], + Jeans: [ + "Jeans", + "Trousers that are traditionally made out of denim but can be made of any material", + ], + "Jennings Gag": [ + "Jennings Gag", + "A Jennings gag is a metal mouth-opening device; the Dominant controls how far it opens using adjustable ratcheting arms.", + ], + "Jerk Off Instruction": [ + "Jerk Off Instruction", + "Performer speaks directly to a viewer, telling them how to masturbate.", + ], + Jewelry: [ + "Jewelry", + "Durable ornaments worn as fashion accessories, often made from metal or gemstones.", + ], + "Job Interview": [ + "Job Interview", + "Performers acting out a scenario involving job applicant(s) interviewing for employment.", + ], + "Jock (Athlete)": ["Jock (Athlete)", "An enthusiastic athlete or sports fan"], + "Jockey Position": [ + "Jockey Position", + "Position where one performer penetrates another from behind, while the receiver lies prone.", + ], + Jockstrap: [ + "Jockstrap", + "Undergarment originally designed for supporting the male genitalia", + ], + "Joins In": [ + "Joins In", + "When one or more performers join the scene or action after it has started.", + ], + Jukebox: ["Jukebox", ""], + "July 4th": ["July 4th", "Takes place on or around the Fourth of July."], + Jumping: ["Jumping", "Performer jumps up and down for some time."], + Kazakhstan: ["Kazakhstan", ""], + "Kegel Master": ["Kegel Master", ""], + Kettleball: ["Kettleball", ""], + Keyholder: ["Keyholder", "A"], + "Kidnapping Play": [ + "Kidnapping Play", + "Character seemingly held against their will by another.", + ], + Kimono: [ + "Kimono", + "A long, loose traditional Japanese robe with wide sleeves, tied with a sash. Worn on formal occasions.", + ], + "King of Clubs": [ + "King of Clubs", + "Two givers lie on their backs in a scissor position. The receiver mounts them taking one giver in each hole.", + ], + "King of Clubs (DAP)": [ + "King of Clubs (DAP)", + "King of Clubs position during Double Anal Penetration", + ], + "King of Clubs (DVP)": [ + "King of Clubs (DVP)", + "King of Clubs position during Double Vaginal Penetration", + ], + Kinky: [ + "Kinky", + "Relating to, having, or appealing to unconventional tastes especially in sex.", + ], + "Kinky Hair": [ + "Kinky Hair", + "Extremely dense, curly hair that often grows upward and outward more than it hangs down.", + ], + Kissing: [ + "Kissing", + "Performers kissing each other on the lips for some time.", + ], + "Kissing During Footjob": [ + "Kissing During Footjob", + "A sexual act that combines footjob and kissing.", + ], + "Kissing During Handjob": [ + "Kissing During Handjob", + "A sexual act that combines handjob and kissing.", + ], + "Kissing - POV": [ + "Kissing - POV", + "Virtual Reality scene filmed from the point of view of one of the performers while kissing", + ], + Kitchen: ["Kitchen", "At least some of the action takes place in a kitchen."], + "Knee High Boots": [ + "Knee High Boots", + "Boots that end at or just below the knee.", + ], + "Knee High Stockings": [ + "Knee High Stockings", + "Stockings that end at or just below the knee.", + ], + Kneeling: [ + "Kneeling", + "Position the body so that one or both knees rest on the floor.", + ], + "Kneeling Masturbation": ["Kneeling Masturbation", ""], + "Knee Point Bondage": ["Knee Point Bondage", "This"], + Knees: ["Knees", ""], + Knitting: ["Knitting", ""], + "Korean Accent": ["Korean Accent", "Speaks with an accent native to Korea."], + Kyrgyz: ["Kyrgyz", ""], + "Lab Coat": [ + "Lab Coat", + "A loose-fitting usually white coat that is worn in a laboratory or medical facility.", + ], + "Labia Stretching": ["Labia Stretching", ""], + Laboratory: [ + "Laboratory", + "At least some of the action takes place in a laboratory.", + ], + Lace: [ + "Lace", + "Delicate fabric made of yarn or thread in an open weblike pattern.", + ], + "Lace Dress": [ + "Lace Dress", + "Dresses featuring lace patterns or decorations", + ], + "Lace Panties": [ + "Lace Panties", + "Short underwear bottoms worn by women in an open web of different symmetrical patterns and figures.", + ], + Lacrosse: ["Lacrosse", ""], + Lactation: ["Lactation", "Release of milk from a performer's breast."], + Ladder: [ + "Ladder", + "At least some of the action takes place on or around a ladder.", + ], + "Landing Strip": [ + "Landing Strip", + "Narrow strip of pubic hair on the mons pubis, with surrounding areas hairless.", + ], + Landlord: [ + "Landlord", + "Character is the owner of the property where scene partner is living", + ], + "Lap Blowjob": [ + "Lap Blowjob", + "Person is giving a blowjob with their head resting on the receiver's lap.", + ], + Lapdance: [ + "Lapdance", + "An erotic dance or striptease performed close to, or sitting on the lap of a person.", + ], + "Large Labia": [ + "Large Labia", + "Performer with a large labia, compared to the general public.", + ], + Latex: [ + "Latex", + "A kind of rubber used in skin-tight clothing, often shiny.", + ], + "Latex Bed": ["Latex Bed", "Bed fitted with Latex Sheets"], + "Latex Clothing (Female)": [ + "Latex Clothing (Female)", + "Female performer wearing latex clothing.", + ], + "Latex Clothing (Male)": [ + "Latex Clothing (Male)", + "Male performer wearing latex clothing.", + ], + "Latex Dress": ["Latex Dress", "Dress made out of latex"], + "Latex Lingerie": [ + "Latex Lingerie", + "Bra, panties, garter belt or other lingerie items made from latex", + ], + "Latex Mask": [ + "Latex Mask", + "Mask made of latex, that covers parts or the full face of a performer", + ], + "Latex Pants": ["Latex Pants", "Pants/Trousers made of Latex"], + "Latex Stockings": ["Latex Stockings", "Stockings made out of latex."], + "Latex Under Clothes": [ + "Latex Under Clothes", + "Latex clothing worn under normal clothing", + ], + Latin: [ + "Latin", + "Performers with broadly Latin American ethnic backgrounds, regardless of gender.", + ], + "Latin American Accent": [ + "Latin American Accent", + "Speaks with an accent native to Latin America.", + ], + "Latina Trans": [ + "Latina Trans", + "Trans-female performers with broadly Latin American ethnic backgrounds.", + ], + "Latina Woman": [ + "Latina Woman", + "Female performers with broadly Latin American ethnic backgrounds.", + ], + "Latino Man": [ + "Latino Man", + "Male performers with broadly Latin American ethnic backgrounds.", + ], + Latvian: ["Latvian", "Scene features Latvian performer(s)"], + Laundry: [ + "Laundry", + "At least some of the action takes place in a room for washing laundry, either private or commercial.", + ], + Lawn: ["Lawn", ""], + Lawyer: ["Lawyer", "Character who provides legal services."], + "Lazy Reverse Cowgirl": [ + "Lazy Reverse Cowgirl", + "Receiving woman laying down on man from a reverse cowgirl position.", + ], + "Leading by the Dick": [ + "Leading by the Dick", + "A performer holds another performers penis to guide him", + ], + Leash: [ + "Leash", + "Line attached to a performer in some way to control their movements, often using a collar or harness.", + ], + Leather: [ + "Leather", + "A material made by treating animal hides, often used in clothing and in BDSM gear.", + ], + "Leather Belt Bondage": [ + "Leather Belt Bondage", + "Using leather belts to restrain a performer.", + ], + "Leather Bondage": [ + "Leather Bondage", + "Use of leather to restrain a performer (e.g. belts or collars)", + ], + "Leather Cuffs": [ + "Leather Cuffs", + "Leather restraints, often worn around the wrists and ankles.", + ], + "Leather Dress": ["Leather Dress", "Dress made out of leather."], + "Leather Harness": ["Leather Harness", "A harness made from leather."], + "Leather Jacket": ["Leather Jacket", "Jacket made out of leather."], + "Leather Panel Gag": [ + "Leather Panel Gag", + "Leather flat panel gag head harness", + ], + "Leather Pants": ["Leather Pants", "Pants made out of leather."], + "Leather Skirt": ["Leather Skirt", "Skirt made out of leather"], + Lebanese: ["Lebanese", "Scene features Lebanese performer(s)"], + "Leg Fetish": ["Leg Fetish", "Significant focus on a performer's legs."], + Leggings: [ + "Leggings", + "Flexible and form-fitting fabric that ends at or above the ankle, can be outerwear or underwear.", + ], + "Legs Behind Head Missionary": [ + "Legs Behind Head Missionary", + "Receiving performer's legs or feet are are behind their head", + ], + "Leg Scissors": [ + "Leg Scissors", + "A wrestling hold in which the legs are locked around the head or body of an opponent.", + ], + "Legs Crossing": [ + "Legs Crossing", + "Performer has their legs crossed in a scene specially for an extended period of time as a theme of the scene.", + ], + "Legs Up Missionary": [ + "Legs Up Missionary", + "Receiving performer's legs are pulled or pushed toward their chest or head", + ], + "Leg Warmers": [ + "Leg Warmers", + "Generally footless coverings for the lower legs", + ], + Legwear: [ + "Legwear", + "Garments worn primarily over the legs, including pantyhose, stockings, leg warmers, etc.", + ], + Lesbian: ["Lesbian", "Scenes with only female scene partners."], + "Lesbian Action": [ + "Lesbian Action", + "Contains girl-on-girl action, regardless of group makeup.", + ], + "Lesbian Character": [ + "Lesbian Character", + "Character who identifies as a lesbian, regardless of the scene's orientation.", + ], + Lewd: ["Lewd", ""], + "Lexan Paddle": ["Lexan Paddle", "A clear paddle made of lexan or plastic"], + LezDom: ["LezDom", "Female character dominating another female character."], + Librarian: ["Librarian", "Character who acts as a librarian"], + Library: [ + "Library", + "At least some of the action takes place in a library, including both public and school libraries.", + ], + Licking: ["Licking", ""], + "Licking Up Squirt": [ + "Licking Up Squirt", + "Licking up the liquid squirted by a female performer", + ], + Lifeguard: [ + "Lifeguard", + "Character responsible for the safety of people in an area of water.", + ], + "Lift and Carry": [ + "Lift and Carry", + "Lift and carry fetish includes: shoulder ride, piggyback, cradle carry, shoulder ride with carrier walking on knees.", + ], + "Light Brown Skin": [ + "Light Brown Skin", + "Performers with somewhat darker skin tones.", + ], + Lighter: ["Lighter", ""], + Limousine: [ + "Limousine", + "At least somes of the action takes place in or involving a Limousine", + ], + Lingerie: [ + "Lingerie", + "Women's underwear and nightclothes intended to be sexually appealing.", + ], + "Lip Gloss": ["Lip Gloss", "Features a performer wearing lip gloss."], + "Lip Piercing": [ + "Lip Piercing", + "Performers with at least one visible piercing in their lips.", + ], + "Lip Pulling": ["Lip Pulling", ""], + Lipstick: ["Lipstick", "Features a performer wearing lipstick."], + "Lipstick Fetish": [ + "Lipstick Fetish", + "Significant focus on a performer's lipstick", + ], + Lithuanian: ["Lithuanian", "Scene features Lithuanian performer(s)"], + "Little Black Dress": [ + "Little Black Dress", + "A tight-fitting, short black dress, often seen as classy and worn for business or cocktail parties.", + ], + "Little People": ["Little People", "Person of short stature"], + "Live and in Person": [ + "Live and in Person", + "Live performance in front of an audience, likely on a stage.", + ], + Livestream: [ + "Livestream", + "Scene that was originally available streaming live on the internet.", + ], + "Living Room": [ + "Living Room", + "At least some of the action takes place in a living room or family room.", + ], + "Lobster Claws": ["Lobster Claws", ""], + "Locker Room": [ + "Locker Room", + "At least some of the action takes place in a room with multiple lockers.", + ], + "Locking Chastity": [ + "Locking Chastity", + "Chastity device is put on and secured with a lock during the scene.", + ], + Log: ["Log", ""], + Logs: ["Logs", ""], + Loincloth: [ + "Loincloth", + "Undergarment made from a single length of piece of cloth.", + ], + Lollipop: [ + "Lollipop", + "Features a performer playing with some kind of hard candy on a stick.", + ], + "Long Dress": ["Long Dress", "Calf-length or longer dress"], + "Long Hair": [ + "Long Hair", + "Hair that would roughly hang below their shoulders if left loose.", + ], + "Long Legs": ["Long Legs", ""], + "Long Skirt": ["Long Skirt", "A skirt that ends below the knees."], + "Long Sleeves": ["Long Sleeves", "Any clothing with long sleeves"], + "Long-Term Chastity": ["Long-Term Chastity", "Performer"], + "Loop Earrings": [ + "Loop Earrings", + "Circular or semi-circular rings that pass through the ear piercing.", + ], + "Loser Pose": [ + "Loser Pose", + "Male laying on back, legs over head, cuming on own face", + ], + "Lost Bet": [ + "Lost Bet", + "When one or more characters fails a wager and must face the agreed upon consequences.", + ], + Lotion: [ + "Lotion", + "Features at least one performer who is liberally applied with lotion.", + ], + Lotus: [ + "Lotus", + "The lotus sex position involves two people who sit up facing one another with one partner sitting in the other's lap.", + ], + "Louboutin Shoes": [ + "Louboutin Shoes", + "Female performer wearing Louboutin high heels or boots in the scene.", + ], + Lounger: ["Lounger", ""], + "Love Addiction": [ + "Love Addiction", + "Talk of being in love with the performer and addicted to that feeling", + ], + Loving: ["Loving", ""], + "Low Ambient Lighting": ["Low Ambient Lighting", "Footage"], + "Low Angle": ["Low Angle", "A"], + Lube: [ + "Lube", + "Features at least one performer who is liberally applied with lube.", + ], + Luffa: ["Luffa", ""], + "Magnifying Glass": ["Magnifying Glass", ""], + Maid: ["Maid", "Character who is paid to clean a living space."], + "Maid Outfit": ["Maid Outfit", "Clothes typically worn by a maid."], + Majorette: ["Majorette", ""], + Makeup: ["Makeup", "Cosmetics applied to beautify or alter appearances."], + "Male Boss": [ + "Male Boss", + "Male character who has a position of power over their scene partner in a shared place of business.", + ], + "Male Chastity Belt": [ + "Male Chastity Belt", + "Device with an enclosure for the penis that restricts sex and masturbation, secured by a locking waist belt.", + ], + "Male Chef": [ + "Male Chef", + "Male character presented as a professional cook.", + ], + "Male Doctor": [ + "Male Doctor", + "Male character who is presented as a medical doctor.", + ], + Maledom: ["Maledom", "Male character playing the dominant role."], + "Male Flight Attendant": [ + "Male Flight Attendant", + "Male character who works as a flight attendant.", + ], + "Male Fucks Male": [ + "Male Fucks Male", + "Male performer sexually penetrates a male performer.", + ], + "Male Handler": [ + "Male Handler", + "Male performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Male Lifeguard": [ + "Male Lifeguard", + "Male character responsible for the safety of people in an area of water.", + ], + "Male Observer": [ + "Male Observer", + "Male or transmasc performer observers, but does not participate in, sexual acts for a significant portion of the scene.", + ], + "Male - POV": [ + "Male - POV", + "Presented at least partially from the perspective of a male performer.", + ], + "Male Rigger": [ + "Male Rigger", + "Male performer who ties up the other performer(s).", + ], + "Male Slave": [ + "Male Slave", + "Submissive male character who is presented as property of their dominant.", + ], + "Male Squirting": [ + "Male Squirting", + "Release of clear liquid from the penis after ejaculation", + ], + Malesub: ["Malesub", "Male character playing the submissive role."], + "Male Teacher": [ + "Male Teacher", + "Male character who is the teacher of a scene partner.", + ], + "Male Torso": [ + "Male Torso", + "A sex toy in the shape of the torso of a male body with an erect penis", + ], + "Male Waiter": [ + "Male Waiter", + "Male character shown as a server in a restaurant or dining of some kind.", + ], + "Male Wins": ["Male Wins", "The male in a competition wins"], + Manicured: [ + "Manicured", + "Trimmed and well-groomed fingernails, usually also painted.", + ], + "Manual Masturbation": [ + "Manual Masturbation", + "Performers pleasuring themselves using their hand or fingers.", + ], + Markers: ["Markers", ""], + Married: [ + "Married", + "Character who is currently married, whether or not their spouse is a scene partner.", + ], + "Martial Arts": [ + "Martial Arts", + "Features performers fighting or practising with martial arts, often of traditional Japanese, Chinese, or Korean forms.", + ], + Mask: [ + "Mask", + "Any full or partial face covering, whether ceremonial, protective, decorative, or used as disguise", + ], + Massage: ["Massage", "Performer receives a massage for some time."], + "Massage Parlor": ["Massage Parlor", "At"], + "Massage Table": [ + "Massage Table", + "At least some of the action takes place on a padded table designed for massages.", + ], + Masseur: ["Masseur", "Male character giving a massage to a scene partner."], + Masseuse: [ + "Masseuse", + "Female character giving a massage to a scene partner.", + ], + "Massive Cumshot": [ + "Massive Cumshot", + "Visibly ejaculating an unusually large amount of semen.", + ], + Master: [ + "Master", + "Dominant character who projects a sense of ownership over their submissive.", + ], + Masturbation: ["Masturbation", "Performers pleasuring themselves."], + "Masturbation During Blowjob": [ + "Masturbation During Blowjob", + "Performer is pleasuring themselves while giving oral", + ], + "Masturbation During Pussy Licking": [ + "Masturbation During Pussy Licking", + "Performer is pleasuring themselves while giving oral to another performer's vulva.", + ], + "Masturbation During Sex": [ + "Masturbation During Sex", + "Performer is pleasuring themselves during penetrative sex.", + ], + Masturbator: ["Masturbator", "Flexible sleeve used to pleasure a penis."], + Mattress: ["Mattress", ""], + "Mature (30+)": [ + "Mature (30+)", + "Older character implied to be at least 30, often presented as a parental figure.", + ], + Meadow: ["Meadow", ""], + "Measure Dildo": ["Measure Dildo", "Dildo with markings for length"], + Measurements: ["Measurements", ""], + "Medical Gloves": [ + "Medical Gloves", + "Latex or Nitrile gloves short and single use", + ], + "Medical Play": [ + "Medical Play", + "Features characters, settings, or accessories relating to medical practices.", + ], + "Medical Restraints": [ + "Medical Restraints", + "Various medical devices used to restrain a performer.", + ], + "Medicine Ball": ["Medicine Ball", ""], + "Medium Ass": [ + "Medium Ass", + "Proportionally medium-sized butt compared to the size of the performer.", + ], + "Medium Hair": [ + "Medium Hair", + "Hair that would roughly hang at shoulder-length if left loose.", + ], + "Medium Skin": ["Medium Skin", "Performers with generally light skin tones."], + "Medium Tits": [ + "Medium Tits", + "Proportionally medium-sized compared to the size of the performer, typically around C - D cups.", + ], + "Members Only": [ + "Members Only", + "Scene metadata is only available with a valid subscription and has no public URL", + ], + Memento: ["Memento", ""], + "Memorial Day": [ + "Memorial Day", + "U.S. holiday observed on the last Monday of May.", + ], + Memories: ["Memories", ""], + "Men's Clothing": ["Men's Clothing", ""], + "Menstrual Blood": [ + "Menstrual Blood", + "Menstrual blood shown clearly eminating from vagina, and not due to rupture of hymen", + ], + Mermaid: ["Mermaid", "Character presented as a mermaid."], + "Mermaid Tail": [ + "Mermaid Tail", + "Costume fishtail made to resemble a mermaid.", + ], + Mesh: [ + "Mesh", + "Garments with closely spaced holes, not necessarily diamond-shaped", + ], + "Mesh Shirt": [ + "Mesh Shirt", + "A top made of loosely woven or knitted fabric that has many closely spaced holes.", + ], + Messy: [ + "Messy", + "Features performers who are dirty in a literal sense for a significant amount of the action, either naturally or artificially.", + ], + "Messy Hair": ["Messy Hair", ""], + "Metal & Glass Toys": ["Metal & Glass Toys", ""], + "Metal Restraints": [ + "Metal Restraints", + "Various metallic devices used to restrain a performer.", + ], + "Metal Toys": ["Metal Toys", "Toys made out of pure metal"], + Mexican: ["Mexican", "Scene features Mexican performer(s)"], + "Mexican Accent": [ + "Mexican Accent", + "Speaks with an accent native to Mexico.", + ], + Mexico: ["Mexico", "Scenes shot in Mexico, or implied to be shot in Mexico."], + Microphone: ["Microphone", ""], + "Micro Skirt": [ + "Micro Skirt", + "A skirt that ends just below the crotch level", + ], + "Middle-aged (40–60)": [ + "Middle-aged (40–60)", + "Character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle-aged Man (40–60)": [ + "Middle-aged Man (40–60)", + "Male character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle-aged Woman (40–60)": [ + "Middle-aged Woman (40–60)", + "Female character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle Ages": [ + "Middle Ages", + "Inspired by the history and culture of medieval Europe, c. 500–1500 AD.", + ], + "Middle Eastern Man": [ + "Middle Eastern Man", + "Male performers with broadly North African or West Asian racial backgrounds.", + ], + "Middle Eastern Woman": [ + "Middle Eastern Woman", + "Female performers with broadly North African or West Asian racial backgrounds.", + ], + "MILF (30+)": [ + "MILF (30+)", + "Older female character implied to be at least 30, often presented as a motherly figure.", + ], + Military: [ + "Military", + "Features characters who are members of the military.", + ], + "Military Man": [ + "Military Man", + "Features male characters who are members of the military.", + ], + "Military Woman": [ + "Military Woman", + "Features female characters who are members of the military.", + ], + Milk: [ + "Milk", + "Features at least one performer who is liberally applied with milk.", + ], + "Milking Table": [ + "Milking Table", + "Table with a hole used to stimulate the penis from underneath.", + ], + "Mind Break": [ + "Mind Break", + "A state female heroines undergo when no longer exhibiting thought or logical thinking while having sex", + ], + "Mind Control": [ + "Mind Control", + "Control of someone's thoughts, actions, or personality by an outside force.", + ], + "Mind Fuck": [ + "Mind Fuck", + "Intending to destabilize, confuse, or manipulate the mind of another person.", + ], + Mirror: [ + "Mirror", + "Performers watching themselves in a mirror during the action.", + ], + Misogyny: [ + "Misogyny", + "Words or acts that convey a dislike or contempt for women.", + ], + "Missing Cover Image": [ + "Missing Cover Image", + "Scene is missing an official cover image", + ], + "Missing Date": [ + "Missing Date", + "Scene is missing an official release date and is using an estimate instead.", + ], + "Missing or Removed": [ + "Missing or Removed", + "Scene is no longer available from its original studio, or its original studio no longer exists.", + ], + "Missing Performer (Female)": [ + "Missing Performer (Female)", + "Scene is missing one or more female performers.", + ], + "Missing Performer (Male)": [ + "Missing Performer (Male)", + "Scene is missing one or more male performers.", + ], + "Missing Performer (Trans)": [ + "Missing Performer (Trans)", + "Scene is missing one or more trans performers.", + ], + "Missing Title": ["Missing Title", "Scene is missing an official title."], + Missionary: [ + "Missionary", + "Position where one performer penetrates another from above, while facing each other.", + ], + "Missionary Blowjob": [ + "Missionary Blowjob", + "Penetrative sex in a missionary position while orally pleasuring a penis.", + ], + "Missionary (DAP)": [ + "Missionary (DAP)", + "Receiver laying on her back facing both partners during double anal penetration.", + ], + "Missionary (DP)": [ + "Missionary (DP)", + "Receiver laying on her back facing both partners during simultaneous anal and vaginal penetration.", + ], + "Missionary (DVP)": [ + "Missionary (DVP)", + "Missionary position during Double Vaginal Penetration", + ], + "Missionary - POV": [ + "Missionary - POV", + "having sex in the missionary position from Male's Point Of View", + ], + "Mixed - POV": [ + "Mixed - POV", + "Scene that switches between first and third person point of views", + ], + "Mixed Race": [ + "Mixed Race", + "Describes performers with more than one racial background.", + ], + "Mixed Race Man": [ + "Mixed Race Man", + "Male performers with more than one racial background", + ], + "Mixed Race Trans": [ + "Mixed Race Trans", + "Trans performers with more than one racial background", + ], + "Mixed Race Woman": [ + "Mixed Race Woman", + "Female performers with more than one racial background", + ], + Moaning: ["Moaning", "Scenes featuring an audible moaning performer."], + Model: [ + "Model", + "A character employed to pose for an artist, photographer, or sculptor.", + ], + "Model Directed": [ + "Model Directed", + "Scenes directed by a featured performer.", + ], + Moldovan: ["Moldovan", "Scene features Moldovan performer(s)"], + Molester: [ + "Molester", + "Subjecting characters to unwanted sexual contact, often in a crowded public space.", + ], + "Mom Bod": [ + "Mom Bod", + "Slightly overweight post-childbirth female physique. Characterized by soft overall appearance, small belly, love handles, etc.", + ], + "Mom Swapping": ["Mom Swapping", "Exchanging"], + Mongolian: ["Mongolian", "Scene features Mongolian performer(s)"], + Monoglove: [ + "Monoglove", + "A narrow armbinder which keeps the elbows tightly together.", + ], + "Monroe Piercing": [ + "Monroe Piercing", + "Performers with at least one visible piercing above the upper lips.", + ], + Monster: ["Monster", "Featuring people playing as monsters"], + "Monster Cock": [ + "Monster Cock", + "Performers with particularly huge penises, rare even for porn.", + ], + Mother: ["Mother", "Character is biological mother to scene partner"], + "Mother In Law": [ + "Mother In Law", + "Character presented as mother-in-law to a scene partner", + ], + "Mother's Day": ["Mother's Day", "Takes place on or around Mother's Day."], + "Motion Blur": ["Motion Blur", "When the image is blurry due to movement"], + Motorboating: [ + "Motorboating", + "Pushing one's face in between two breasts, and rocking one's head side to side.", + ], + Motorcycle: [ + "Motorcycle", + "At least some of the action takes place on or near a motorcycle.", + ], + Mountain: ["Mountain", ""], + Mousetrap: ["Mousetrap", ""], + "Mouth Creampie": [ + "Mouth Creampie", + "Ejaculating while inside another performer's mouth.", + ], + "Mouth Fetish": ["Mouth Fetish", "Significant focus on a performers mouth."], + "Mouth Fingering": [ + "Mouth Fingering", + "Digitally inserting into another performers mouth at a fast pace.", + ], + "Mouth Fisting": ["Mouth Fisting", ""], + "Mouth Soaping": ["Mouth Soaping", "Washing"], + "Mouth Spreader": [ + "Mouth Spreader", + "Special type of gag that holds the mouth open, allowing for oral penetration.", + ], + "Movie Character": [ + "Movie Character", + "Performer representing a character from a movie or short film, either as parody or cosplay.", + ], + "Moving Vehicle": [ + "Moving Vehicle", + "At least some of the action takes place in a vehicle while it's moving, often a car or van.", + ], + Mud: ["Mud", ""], + Muff: ["Muff", ""], + Mules: [ + "Mules", + "Mule is a style of shoe that has no back or constraint around the foot's heel.", + ], + Multi: ["Multi", ""], + "Multicolored Hair": [ + "Multicolored Hair", + "Performers with two distinct and separate hair colors at the same time.", + ], + "Multicolored Hair (Female)": [ + "Multicolored Hair (Female)", + "Female ferformers with two distinct and separate hair colors at the same time.", + ], + "Multiple Anal Creampies": [ + "Multiple Anal Creampies", + "Performer receives more than one creampie in the anus", + ], + "Multiple Blowjobs": [ + "Multiple Blowjobs", + "Two or more performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Multiple Blowjobs (2+ Mouths)": [ + "Multiple Blowjobs (2+ Mouths)", + "Two or more performers orally pleasuring a single penis at roughly the same time.", + ], + "Multiple Blowjobs (2+ Penises)": [ + "Multiple Blowjobs (2+ Penises)", + "One performer orally pleasuring two or more penises at roughly the same time.", + ], + "Multiple Creampies": [ + "Multiple Creampies", + "Performer receives more than one creampie.", + ], + "Multiple Cum Clean-up": ["Multiple Cum Clean-up", "Cleaning"], + "Multiple Cumshots": [ + "Multiple Cumshots", + "Two or more cumshots are given or received by a single performer, but it's unclear which.", + ], + "Multiple Cumshots (2+ Penises)": [ + "Multiple Cumshots (2+ Penises)", + "Two or more performers visibly ejaculating onto a single performer.", + ], + "Multiple Cumshots (2+ Targets)": [ + "Multiple Cumshots (2+ Targets)", + "One performer visibly ejaculating onto two or more performers.", + ], + "Multiple Digit Penetration": [ + "Multiple Digit Penetration", + "Digitally penetrating another performer, anally or vaginally, with multiple fingers at once in the same orifice.", + ], + "Multiple Dominants": [ + "Multiple Dominants", + "BDSM activity involving two or more performers dominating submissive people", + ], + "Multiple Ejaculations": [ + "Multiple Ejaculations", + "Single performer ejaculates two or more times.", + ], + "Multiple Facials": [ + "Multiple Facials", + "Two or more facials are given or received by a single performer, but it's unclear which.", + ], + "Multiple Facials (2+ Penises)": [ + "Multiple Facials (2+ Penises)", + "Two or more performers visibly ejaculating onto a single performer's face.", + ], + "Multiple Facials (2+ Targets)": [ + "Multiple Facials (2+ Targets)", + "One performer visibly ejaculating onto two or more performers' faces.", + ], + "Multiple Girls": ["Multiple Girls", "Scenes with more than one girl"], + "Multiple Orgasms": [ + "Multiple Orgasms", + "Female performer reaches multiple orgasms.", + ], + "Multiple Outfits": ["Multiple Outfits", ""], + "Multiple Scenes": [ + "Multiple Scenes", + "The video contains more than one full scene with each scene usually focusing on a unique performer/performers", + ], + "Multiple Submissives": [ + "Multiple Submissives", + "BDSM activity involving two or more performers being submissive and being dominated", + ], + "Multiple Toys": ["Multiple Toys", "Using multiple sex toys simultaneously."], + "Multiple Vaginal Creampies": [ + "Multiple Vaginal Creampies", + "Performer receives more than one creampie in the vagina", + ], + "Multiple Vaginal Insertions": [ + "Multiple Vaginal Insertions", + "Vaginally penetrated with multiple objects simultaneously.", + ], + Mummification: ["Mummification", "A"], + "Muscle Worship": [ + "Muscle Worship", + "Focused on physically appreciating another performer's muscles with hands or mouth.", + ], + Muscular: [ + "Muscular", + "Performer with significant muscle mass, regardless of gender.", + ], + "Muscular Man": [ + "Muscular Man", + "Male performer with significant muscle mass.", + ], + "Muscular Woman": [ + "Muscular Woman", + "Female performer with significant muscle mass.", + ], + Music: ["Music", "Features music playing for most of the scene's length."], + Mustache: ["Mustache", "Men's facial hair on the upper lip"], + "Mutual Undressing": [ + "Mutual Undressing", + "Performers take each other's clothes off.", + ], + "Muzzle Gag": [ + "Muzzle Gag", + "A gag, that doesn't enter the performers mouth", + ], + Mystery: [ + "Mystery", + "Aspects of the video's content are intentionally excluded from scene metadata to build suspense for viewers or purchasers.", + ], + "Mythical Character": [ + "Mythical Character", + "Performer representing a character from mythology, either as parody or cosplay.", + ], + "Nail Polish": [ + "Nail Polish", + "Varnish applied to the fingernails or toenails to colour them or make them shiny.", + ], + Narrative: ["Narrative", "Features a storyline with fictional characters."], + "Native Woman": [ + "Native Woman", + "Female performers with broadly indigenous racial backgrounds from a largely colonized country.", + ], + "Natural Ass": ["Natural Ass", "Unaltered by surgical augmentation."], + "Natural Body of Water": [ + "Natural Body of Water", + "At least some of the action takes place near a large body of water, including lakes and streams.", + ], + "Natural Tits": [ + "Natural Tits", + "Unaltered by surgical augmentation, or have had implants removed.", + ], + Nature: [ + "Nature", + "At least some of the action takes place outdoors in the middle of nature.", + ], + "Naughty Poses": ["Naughty Poses", ""], + "Navel Licking": [ + "Navel Licking", + "Performer licking other performer's navel.", + ], + "Navel Piercing": [ + "Navel Piercing", + "Performers with at least one visible piercing in their navel.", + ], + "Neck Corset": [ + "Neck Corset", + "Small corset worn around the neck by the performer. Restricts head movement.", + ], + Necklace: ["Necklace", "Jewelry worn around the neck."], + Necktie: [ + "Necktie", + "Worn around the neck and tied in a knot, leaving the ends hanging down the chest.", + ], + "Necrophilia Roleplay": [ + "Necrophilia Roleplay", + "Features sexual intercourse with performers who are pretending to be dead", + ], + Neighbors: ["Neighbors", "Characters who live close to each other."], + Nephew: [ + "Nephew", + "Male character presented as a biological nephew to a scene partner, whether that relationship is recent or not.", + ], + Nerd: [ + "Nerd", + "Character who is presented as some combination of awkward, smart, and uncool.", + ], + Nervous: [ + "Nervous", + "Features at least one character who is particularly nervous about the situation.", + ], + Nettle: [ + "Nettle", + "Sexual torture by applying stinging nettles to the submissive’s bare skin", + ], + Newspaper: ["Newspaper", ""], + "New Year": [ + "New Year", + "Takes place on or around New Year's Day of the Gregorian calendar.", + ], + "Nice Legs": ["Nice Legs", ""], + Niece: [ + "Niece", + "Female character presented as a biological niece to a scene partner, whether that relationship is recent or not.", + ], + Night: [ + "Night", + "Scenes with lighting that highlights they take place at night and/or in the dark.", + ], + Nightgown: [ + "Nightgown", + "A light, loose garment worn by a performer in bed.", + ], + "Nipple Biting": [ + "Nipple Biting", + "A performer biting the nipple of another performer.", + ], + "Nipple Clamps": [ + "Nipple Clamps", + "Various kinds of clamps affixed to a performer's nipples.", + ], + "Nipple Piercing": [ + "Nipple Piercing", + "Performers with at least one visible piercing in a nipple, often both.", + ], + "Nipple Pinching": [ + "Nipple Pinching", + "A performer getting their nipple pinched", + ], + "Nipple Play": [ + "Nipple Play", + "Play or stimulation of a performers nipples in an erotic way", + ], + "Nipple Pulling": [ + "Nipple Pulling", + "Pulling a performer's nipples with hands or by nipple clamps.", + ], + Nipples: ["Nipples", ""], + "Nipple Tape": [ + "Nipple Tape", + "Electrical or duct tape on the nipples, usually in an X shape.", + ], + "Nipple Torment": [ + "Nipple Torment", + "Causing a significant amount of pain or discomfort to a performer's nipple.", + ], + "Nipple Touching": ["Nipple Touching", ""], + "Nipple Toys": ["Nipple Toys", "Toys designed to be used on the nipples"], + Niqab: [ + "Niqab", + "A garment, usually black, that covers the face, leaving only the eyes visible.", + ], + "No Birth Control": [ + "No Birth Control", + "Character is physiologically capable of getting pregnant", + ], + "No Bra": [ + "No Bra", + "When a performer chooses to wear an outfit without the use of a support brassiere.", + ], + "No Condom": ["No Condom", "Having penetrative sex without a condom."], + "No Cumshot": [ + "No Cumshot", + "No visible ejaculation outside or inside of another performer's body.", + ], + Noir: [ + "Noir", + "Featuring various elements related to the noir genre or style. Usually including both darker visuals and themes.", + ], + "No Makeup": ["No Makeup", "Performer, usually female, not wearing makeup."], + "Non-American Accent": [ + "Non-American Accent", + "Speaks with an accent that isn't native to the United States.", + ], + "Non-Nude": ["Non-Nude", "Scene does not contain any visible nudity."], + "Non-POV": [ + "Non-POV", + "Virtual Reality scene not filmed in the point of view of one of the performers.", + ], + "No Nut November": [ + "No Nut November", + "an annual internet challenge of sexual abstinence and not masturbating during the month of November", + ], + Noose: ["Noose", ""], + "No Piercing": [ + "No Piercing", + "Performers not wearing their piercings, or from before they had piercings.", + ], + "Northern Guillotine": [ + "Northern Guillotine", + "Oral sex position where performer is lying on their back with their head between another performer's thighs.", + ], + Norwegian: ["Norwegian", "Scene features Norwegian performer(s)"], + "Nose Hook": [ + "Nose Hook", + "Pair of small blunt hooks, that pull up on the nostrils", + ], + "Nose Piercing": [ + "Nose Piercing", + "Performers with at least one visible piercing in their nose.", + ], + "No Sex": [ + "No Sex", + "Performers do not engage in any penetrative sexual activity.", + ], + "No Show Socks": [ + "No Show Socks", + "Socks that are cut well below the ankle, designed to be invisible in a standard tennis shoe.", + ], + "No Tattoos": [ + "No Tattoos", + "Describes performers who do not have any visible tattoos.", + ], + "No Toys": [ + "No Toys", + "Exclusively female scenes that do not include toys of any kind.", + ], + "No Underwear": [ + "No Underwear", + "A performer going without their underwear, i.e without their underpants or panties.", + ], + Nude: ["Nude", "Showing unclothed genitals, asses, or female breasts."], + "Nude Interview": [ + "Nude Interview", + "Performer(s) interviewed while showing visible nudity on camera.", + ], + "Nude Stockings": [ + "Nude Stockings", + "Scene contains a performer who wears nude colored stockings", + ], + Nudist: [ + "Nudist", + "Scenes where the protagonist/s are nudist, choosing to not wear clothes during everyday activitys", + ], + Nun: [ + "Nun", + "Female characters who are members of a religious order, often wearing black-and-white robes and hoods.", + ], + Nurse: [ + "Nurse", + "Character who is presented as a nurse or medical assistant.", + ], + "Nuru Gel": ["Nuru Gel", "A lubricant derived from seaweed"], + "Nuru Massage": [ + "Nuru Massage", + "Massage that features a performer sliding their body up and down the recipient, while liberally covered in oil.", + ], + Nympho: [ + "Nympho", + "Character who is presented as a somewhat crazed sex addict.", + ], + Objectification: [ + "Objectification", + "The act of treating a person as an object for erotic purposes", + ], + "Object Insertion": [ + "Object Insertion", + "Penetrating a performer with some household object.", + ], + Observer: [ + "Observer", + "A performer who observes, but does not participate in, sexual acts for a significant portion of the scene.", + ], + Office: [ + "Office", + "At least some of the action takes place in a professional office.", + ], + Oil: [ + "Oil", + "Features at least one performer who is liberally applied with body oil.", + ], + "Old (60+)": [ + "Old (60+)", + "Character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "Older Man / Younger Woman": [ + "Older Man / Younger Woman", + "Features an older male character with a younger female character.", + ], + "Older Woman / Younger Man": [ + "Older Woman / Younger Man", + "Features an older female character with a younger male character.", + ], + "Older Woman / Younger Woman": [ + "Older Woman / Younger Woman", + "Features an older female character with a younger female character.", + ], + "Older / Younger": [ + "Older / Younger", + "Features a significant age gap between characters.", + ], + "Old Man (60+)": [ + "Old Man (60+)", + "Male character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "Old West": [ + "Old West", + "Inspired by the history and culture of the old west era of the United States.", + ], + "Old Woman (60+)": [ + "Old Woman (60+)", + "Female character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "One-bar-Prison": [ + "One-bar-Prison", + "A person bound by only a dildo on a pole and the inability to get off.", + ], + "One-piece": ["One-piece", "Covers"], + Onēsan: [ + "Onēsan", + "Young woman playing a dominant older sister type, not necessarily a family member.", + ], + "One Shot": [ + "One Shot", + "Scenes filmed in one take by a single camera without any apparent cuts.", + ], + "Onesie PJs": [ + "Onesie PJs", + "A full body jumpsuit that occasionally has a butt flap", + ], + "On Standby": [ + "On Standby", + "A character is readily waiting for sex, usually naked and doing nothing else other than waiting.", + ], + "Open Cup Shelf Bra": [ + "Open Cup Shelf Bra", + "A bra which leaves the breast exposed from the nipples up", + ], + "Open Mouth Facial": [ + "Open Mouth Facial", + "Visibly ejaculating over another performer's open mouth.", + ], + "Oral Condom": ["Oral Condom", "Fellatio on a penis with a condom"], + "Oral Cowboy": [ + "Oral Cowboy", + "A gay sex act in which a top performs oral sex on the bottom while still inside him.", + ], + "Oral Fetish": [ + "Oral Fetish", + "Significant focus on a performer's mouth, lips, tongue etc", + ], + "Oral Sex": ["Oral Sex", "Orally pleasuring another performer."], + Orange: ["Orange", ""], + "Organized Crime": [ + "Organized Crime", + "Features various elements relating to organized crime, including members of street gangs or the mafia.", + ], + Orgasm: [ + "Orgasm", + "Female performer reaches orgasm, whether real or acted out.", + ], + "Orgasm Control": [ + "Orgasm Control", + "Excercising control over someone else's orgasm", + ], + "Orgasm Denial": [ + "Orgasm Denial", + "When someone is not allowed to reach orgasm, momentarily or for a longer period of time.", + ], + "Orgasmic Massage": ["Orgasmic Massage", "Massage with a happy ending"], + "Orgasm on the Mat": [ + "Orgasm on the Mat", + "When a competitor in wrestling match orgasms during a round of general competition.", + ], + "Orgasm Torture": ["Orgasm Torture", "When"], + Orgy: [ + "Orgy", + "At least five performers at the same time, regardless of gender combination.", + ], + "Orgy (Gay)": [ + "Orgy (Gay)", + "At least five male performers at the same time.", + ], + "Orgy (Lesbian)": [ + "Orgy (Lesbian)", + "At least five female performers at the same time.", + ], + "Orgy (Mixed)": [ + "Orgy (Mixed)", + "At least five performers of mixed genders at the same time, but not in any type of gangbang.", + ], + "Orgy (Trans)": [ + "Orgy (Trans)", + "At least five trans performers at the same time.", + ], + "Original Collaboration": [ + "Original Collaboration", + "An official partnership with an intellectual property owner; an official adaptation.", + ], + "O-Ring Blowout": [ + "O-Ring Blowout", + "Anus visibly swollen or irritated after penetration", + ], + "Other Fetish": [ + "Other Fetish", + "Significant focus on an uncommon or unique fetish that isn't covered by other tags.", + ], + "Other Person's Brother": [ + "Other Person's Brother", + "Character who is the brother of someone other than their scene partner.", + ], + "Other Person's Daughter": [ + "Other Person's Daughter", + "Character who is the daughter of someone other than their scene partner.", + ], + "Other Person's Friend": [ + "Other Person's Friend", + "Character who is the friend of someone other than their scene partner", + ], + "Other Person's Girlfriend": [ + "Other Person's Girlfriend", + "Character who is the girlfriend of someone other than their scene partner", + ], + "Other Person's Mom": [ + "Other Person's Mom", + "Character who is the mother of someone other than their scene partner.", + ], + "Other Person's Sister": [ + "Other Person's Sister", + "Character who is the sister of someone other than their scene partner.", + ], + "Other Person's Son": [ + "Other Person's Son", + "Character who is the son of someone other than their scene partner.", + ], + "Other Person's Wife": [ + "Other Person's Wife", + "Character who is the wife of someone other than their scene partner.", + ], + OTK: [ + "OTK", + "Laying down over another performer's knees to receive corporal punishment.", + ], + Otter: [ + "Otter", + 'Considered a subspecies of "bear" by some, an Otter is a hairy slim or small-framed man', + ], + Ottoman: ["Ottoman", "The scene contains an Ottoman (piece of furniture)"], + Outdoors: [ + "Outdoors", + "At least some of the action takes place in any kind of outdoor space.", + ], + Outfit: ["Outfit", ""], + "Outie Navel": ["Outie Navel", ""], + "Outie Pussy": ["Outie Pussy", "Vulva with naturally visible inner labia."], + Outtakes: [ + "Outtakes", + "Moments cut from a scene's official release, for various reasons.", + ], + Overalls: [ + "Overalls", + "Clothing item that consists of a bib-like flap held up by straps that is connected to lower body clothing", + ], + "Over-arm": [ + "Over-arm", + "The performer's arms are extended over their shoulders or behind their head.", + ], + "Over-Shoulder Suspenders": [ + "Over-Shoulder Suspenders", + "Straps worn over the shoulders to hold up skirts or trousers", + ], + "Over-the-Knee Socks": [ + "Over-the-Knee Socks", + "Socks that end just above the knee, not quite reaching mid-thigh.", + ], + "Over the Pants": [ + "Over the Pants", + "When a performer pleasures another performer's penis through their pants or underwear, using hands, mouth, feet, etc.", + ], + "Over the Shoulder Carrying": ["Over the Shoulder Carrying", ""], + "Overweight Man": [ + "Overweight Man", + "A heavy-set man who might be described as overweight or obese", + ], + Oviposition: ["Oviposition", "A"], + Paddle: [ + "Paddle", + "Using an object with a wide, flat surface to strike a performer.", + ], + Pain: ["Pain", "Features performers in visible pain."], + Painal: ["Painal", "Anal sex that is visibly painful."], + "Pain Slut": ["Pain Slut", "Character who visibly enjoys receiving pain."], + "Pale Skin": ["Pale Skin", "Performers with exceptionally light skin tones."], + "Panel Gag": [ + "Panel Gag", + "A gag the completely covers the mouth with a panel", + ], + Panties: [ + "Panties", + "Short underwear bottoms worn by women of various shapes and materials.", + ], + "Panties In Mouth": [ + "Panties In Mouth", + "When a performer sucks on panties or has panties stuffed in their mouth.", + ], + "Panties On": [ + "Panties On", + "Female performer wearing panties during sexual action", + ], + "Panties to the Side": [ + "Panties to the Side", + "Penetration without removing bottom underwear.", + ], + Pants: ["Pants", ""], + Pantsing: [ + "Pantsing", + "The act of pulling off a person's clothes, usually against their wishes", + ], + "Panty Fetish": [ + "Panty Fetish", + "Significant focus on a performer's undergarments. Including underwear, panties, stockings, and pantyhose.", + ], + Pantyhose: [ + "Pantyhose", + "Sheer close-fitting leggings all in one piece, starting at the waist and reaching down to the toes.", + ], + "Pantyhose Removal": [ + "Pantyhose Removal", + "The act of taking off or removing pantyhose, stockings, or tights from legs and feet.", + ], + "Panty Job": [ + "Panty Job", + "When a woman rubs her vulva (or butt) along a man's erect penis which is inside the panties she is wearing.", + ], + "Panty Play": ["Panty Play", ""], + "Panty Removal": ["Panty Removal", ""], + "Panty Sniffing": [ + "Panty Sniffing", + "Features the act of smelling a performer's panties, often dirty", + ], + "Panty Stuffing": [ + "Panty Stuffing", + "Stuffing a female performer's panties in her mouth, vagina, or ass.", + ], + Park: [ + "Park", + "At least some of the action takes place outdoors in a grassy public space.", + ], + "Parking Lot": [ + "Parking Lot", + "At least some of the action takes place in a shared space for parked cars.", + ], + Parody: [ + "Parody", + "Scenes that are obviously based on existing intellectual properties or public figures.", + ], + "Partial Paywall": [ + "Partial Paywall", + "No public URL, but data still publicly available through a community scraper.", + ], + Party: ["Party", "Takes place at or around a party of some kind."], + Passion: [ + "Passion", + "Characters portrayed with a strong physical or emotional attraction to each other.", + ], + Pasties: [ + "Pasties", + "Small adhesive garments that cover the nipples while leaving the rest of the breasts exposed.", + ], + Patient: [ + "Patient", + "Character is receiving medical attention, care, or treatment.", + ], + Paunch: ["Paunch", "Protruding fat in the abdominal region"], + PAWG: ["PAWG", "Female"], + "Pearl Necklace": [ + "Pearl Necklace", + "Visibly ejaculating onto another performer's neck or collarbone.", + ], + Pearls: ["Pearls", "A necklace made of pearls."], + Pedicured: [ + "Pedicured", + "Trimmed and well-groomed toenails, usually also painted.", + ], + Pee: ["Pee", "Features urine in some form."], + "Pee Attempt": ["Pee Attempt", ""], + Peeing: ["Peeing", "Features visible urination."], + "Peeing While Fucked": [ + "Peeing While Fucked", + "Performer urinates while being penetrated by another person.", + ], + "Peekaboo Bra": [ + "Peekaboo Bra", + "A type of bra featuring cutouts or sheer panels that reveal skin and/or the nipples/areolas.", + ], + Pegging: ["Pegging", "Anally penetrating a male performer with a strap-on."], + "Pencil Skirt": ["Pencil Skirt", "A"], + "Pendant Necklace": [ + "Pendant Necklace", + "Jewelry worn around the neck that features an ornamental piece suspended from a chain", + ], + "Penis Measuring": [ + "Penis Measuring", + "Measuring a penis or comparing it to an object.", + ], + "Penis Pants": [ + "Penis Pants", + "Pants made of latex with attached realistic dildo", + ], + "Penis Pump": [ + "Penis Pump", + "Device that creates a vacuum over a performer's penis.", + ], + "Perfect Pussy": ["Perfect Pussy", ""], + "Perfect Teeth": ["Perfect Teeth", ""], + "Performer Written": [ + "Performer Written", + "Scenes based on a performer's suggested plot.", + ], + "Period Piece": [ + "Period Piece", + "Narrative takes place in an older time period than when the scene was made.", + ], + "Period Sex": [ + "Period Sex", + "Sex with a female performer while she's on her period", + ], + "Perky Nipples": [ + "Perky Nipples", + "Nipples that are naturally upright and firm, often appearing slightly protruding.", + ], + "Perky Tits": ["Perky Tits", "Breasts"], + Peruvian: ["Peruvian", "Scene features Peruvian performer(s)"], + Pervert: ["Pervert", ""], + Petals: ["Petals", ""], + "Pet Play": [ + "Pet Play", + "When one performer takes on the role of an animal (often a dog or cat)", + ], + "Phone Sex": [ + "Phone Sex", + "Performer engages in a sexually explicit voice call, or acts out such a call.", + ], + Photos: ["Photos", "Scenes with an accompanying photo gallery available."], + Photoshoot: [ + "Photoshoot", + "Features a character getting a series of photos taken.", + ], + Pianist: ["Pianist", ""], + Picnic: [ + "Picnic", + "At least some of the action takes place outdoors involving picnic blankets, picnic tables or picnic baskets", + ], + Piercing: [ + "Piercing", + "Performers with at least one visible piercing, not including female performers with extremely common ear piercings.", + ], + "Piggy Sex": ["Piggy Sex", "Generally"], + "Pig Play": ["Pig Play", "When one performer takes on the role of a pig."], + Pigtails: [ + "Pigtails", + "Hair tied back into two separate hanging tails, on either side of the head.", + ], + Piledriver: ["Piledriver", "Penetrative"], + "Piledriver (DAP)": [ + "Piledriver (DAP)", + "Having double anal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver (DP)": [ + "Piledriver (DP)", + "having vaginal and anal penetrative sex simultaneously from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver (DVP)": [ + "Piledriver (DVP)", + "Having double vaginal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver - POV": ["Piledriver - POV", ""], + "Pillow Humping": [ + "Pillow Humping", + "Grinding or rubbing against a pillow for the purpose of stimulation", + ], + Pilot: ["Pilot", "Individual who flies or helps fly an aircraft"], + Pink: ["Pink", ""], + "Pink Clothing": ["Pink Clothing", "Performer is wearing pink clothing."], + "Pink Eyes": ["Pink Eyes", "Eyes turn red after getting semen"], + "Pink Hair (Female)": [ + "Pink Hair (Female)", + "Female performers with a pink hair color", + ], + "Pink Hair (Male)": [ + "Pink Hair (Male)", + "Male performers with a pink hair color", + ], + "Pink Labia": ["Pink Labia", "Vulva that appears in vibrant pink color"], + "Pink Lipstick": [ + "Pink Lipstick", + "Features a performer wearing pink lipstick.", + ], + "Pink Nipples": [ + "Pink Nipples", + "Nipples and/or areolas with a light pink hue.", + ], + "Pin Up": ["Pin Up", ""], + Pinwheels: [ + "Pinwheels", + "Small pointed wheels used to roll across a performer's skin.", + ], + "Piss Bag": [ + "Piss Bag", + "A recepticle for urine, often attached via a catheter", + ], + "Piss Desperation": ["Piss Desperation", "Performer desperate to piss."], + "Piss Drinking": ["Piss Drinking", "Performer consumes urine"], + "Piss in Ass": ["Piss in Ass", "Urinating in another performer's anus."], + "Piss in Eyes": [ + "Piss in Eyes", + "Urinating in another performer's eyes (often opened with fingers).", + ], + "Piss in Hands": [ + "Piss in Hands", + "Performer urinating in other performer's hands.", + ], + "Piss in Mouth": ["Piss in Mouth", "Urinating in another performer's mouth."], + "Piss in Pussy": [ + "Piss in Pussy", + "Urinating in another performer's vagina.", + ], + "Piss in Shoe": ["Piss in Shoe", "Performer peeing in shoe."], + "Piss in Throat": [ + "Piss in Throat", + "Man urinates down partner's throat while deepthroating", + ], + "Piss on Face": ["Piss on Face", "Urinating on a performer's face."], + "Piss on Genitals": [ + "Piss on Genitals", + "Urinating on a performer's genitals.", + ], + "Piss Play": [ + "Piss Play", + "Pissing games / piss drinking using bowls, glasses, etc", + ], + "Piss Swapping": ["Piss Swapping", "Trading piss from one mouth to another."], + "Pit Worship": [ + "Pit Worship", + "Focused on physically appreciating another performer's armpit with hands or mouth.", + ], + "Plaid Skirt": [ + "Plaid Skirt", + "Skirts with a patterned crossing of horizonal and veritcal bands in multiple colors", + ], + Planning: ["Planning", "A pre-planned game, situation, or prank."], + "Plastic Wrap": [ + "Plastic Wrap", + "Wrapping a performer in thin plastic sheets.", + ], + "Platform Boots": [ + "Platform Boots", + "Boots with a significantly raised sole", + ], + "Platform Shoes": ["Platform Shoes", "Shoes with an obvious thick sole"], + "Platinum Blond Hair": [ + "Platinum Blond Hair", + "Performers with exceptionally pale yellow hair colors.", + ], + "Platinum Blond Hair (Female)": [ + "Platinum Blond Hair (Female)", + "Female performers with exceptionally pale yellow hair colors.", + ], + Playful: [ + "Playful", + "Scenes and characters that are some combination of relaxed, happy, and fun.", + ], + Playground: ["Playground", ""], + Playing: ["Playing", ""], + "Playing Cards": ["Playing Cards", ""], + "Play Piercing": ["Play Piercing", "Play"], + "Pleated Skirt": ["Pleated Skirt", "A skirt with pleats"], + "Plow Cam": [ + "Plow Cam", + "Doggy Style or Prone Bone while filming from the front", + ], + "Plush Toys": ["Plush Toys", "Plush toys are used in the scene"], + PMV: ["PMV", "Porn Music Video"], + Podcast: [ + "Podcast", + "Scene that contains at least a segment of a video podcast.", + ], + "Police Station": [ + "Police Station", + "At least some of the action takes place in the workplace of law enforcement agents.", + ], + Polish: ["Polish", "Scene features Polish performer(s)"], + "Polka Dots": [ + "Polka Dots", + "Performer wearing clothing that features a pattern of filled colored circles.", + ], + "Pony Play": ["Pony Play", "Treating a submissive like a pony."], + Ponytail: ["Ponytail", "Hair tied back into a single hanging tail."], + Poolside: [ + "Poolside", + "At least some of the action takes place near a swimming pool.", + ], + Popsicle: [ + "Popsicle", + "Features a performer playing with some kind of frozen treat on a stick.", + ], + "Porn Magazine": ["Porn Magazine", ""], + Pornstar: [ + "Pornstar", + "Features well-established performers, with some level of fame or success.", + ], + Portuguese: ["Portuguese", "Scene features Portuguese performer(s)"], + "Portuguese Language": [ + "Portuguese Language", + "Scene shows performer(s) speaking Portuguese.", + ], + Poses: ["Poses", ""], + "Posthumous Release": [ + "Posthumous Release", + "Features a performer who died before release.", + ], + "Post-op": [ + "Post-op", + "Features transgender performer who has completed genital gender reassignment surgery", + ], + "Post-orgasm Torment": [ + "Post-orgasm Torment", + "Continued, uncomfortable stimulation of the genitals after orgasm", + ], + "Post-Scene Interview": [ + "Post-Scene Interview", + "Performer(s) interviewed at the end of a scene, asking them about their experiences while filming.", + ], + "Pouty Lips": ["Pouty Lips", ""], + "Power Bottom": ["Power Bottom", "Men, who bottoms and take dominant role"], + "Power Play": ["Power Play", ""], + Pranks: [ + "Pranks", + "Features a practical joke played on a character, sometimes intending to humiliate them.", + ], + Precum: [ + "Precum", + "Visibly dripping pre-ejaculate from penis before ejaculation.", + ], + "Predicament Bondage": [ + "Predicament Bondage", + "Restraining a performer in such a way that forces them to choose between multiple uncomfortable positions.", + ], + Pregnant: ["Pregnant", "At least one performer is visibly pregnant."], + Prehistoric: [ + "Prehistoric", + "Inspired by the earliest eras of human civilization.", + ], + "Premature Ejaculation": [ + "Premature Ejaculation", + "Male performer cums very quickly.", + ], + "Pre-Scene Interview": [ + "Pre-Scene Interview", + "Performer(s) interviewed at the beginning of a scene.", + ], + "Presenting Oral Cum": [ + "Presenting Oral Cum", + "Showing cum inside their mouth to the viewer, sometimes playing with the cum using their tongue.", + ], + "Pre-Transition": [ + "Pre-Transition", + "A scene featuring a transgender performer, before they began transition.", + ], + Priest: [ + "Priest", + "Male character who's a member of a religious order, usually wearing black tunics", + ], + "Prince Albert": [ + "Prince Albert", + "Barbell or other jewelry inserted through the hole where pee comes (urethra) and out of the underside behind the head (glans).", + ], + Principal: [ + "Principal", + "Highest-ranking person at an educational institution.", + ], + Prison: ["Prison", "At least some of the action takes place in a prison."], + Prisoner: [ + "Prisoner", + "Character who is currently incarcerated for committing a crime.", + ], + "Professional Production": [ + "Professional Production", + "Scenes with a professional level of production value and budget.", + ], + Prolapse: ["Prolapse", "When"], + "Prolapse Fuck": ["Prolapse Fuck", "Intercourse with a fully prolapsed anus"], + "Prolapse Rimming": ["Prolapse Rimming", "Rimming a rectal prolapse"], + "Prone Bone": [ + "Prone Bone", + "Position where one performer penetrates another from above, while the receiver lies prone.", + ], + "Prostate Stimulation": [ + "Prostate Stimulation", + "Stimulation of the male prostate gland", + ], + "Prostate Toys": [ + "Prostate Toys", + "Sex toys intended to stimulate the male prostate gland", + ], + "Pubic Hair": ["Pubic Hair", "Hair that grows above the genitals."], + "Public Nudity": [ + "Public Nudity", + "Features at least partial nudity in public spaces.", + ], + "Public Sex": [ + "Public Sex", + "Engaging in some sexual activity in a public space, whether they want to be seen or not.", + ], + "Puffy Nipples": [ + "Puffy Nipples", + "Nipples with a noticeable, rounded protrusion, giving the areola a raised, swollen appearance.", + ], + "Puffy Pussy Lips": [ + "Puffy Pussy Lips", + "Performer has larger outer lips that are thick and puffy, in most cases, the inner lips can't be seen.", + ], + "Puffy Tits": ["Puffy Tits", ""], + Puke: [ + "Puke", + "Regurgitation of stomach contents through the mouth or nose.", + ], + "Pull Out": [ + "Pull Out", + "When on the last second, performer pulls out his dick to cum some place else.", + ], + Pump: [ + "Pump", + "Device that creates a vacuum over part of a performer's body.", + ], + Punching: ["Punching", "One performer strikes another with a fist."], + "Punishment Sex": [ + "Punishment Sex", + "Using sexual acts as a method of punishment.", + ], + Punk: ["Punk", "Character who is presented with a punk rock aesthetic."], + "Puppy Play": [ + "Puppy Play", + "Form of animal play where performer adopt a canine personality.", + ], + "Purple Hair (Female)": [ + "Purple Hair (Female)", + "Female performers with a purple hair color", + ], + "Pussy Bukkake": ["Pussy Bukkake", "Several men ejaculating on a vagina"], + "Pussy Cam": [ + "Pussy Cam", + "Uses a camera inserted into a performer's vagina.", + ], + "Pussy Clamps": [ + "Pussy Clamps", + "Various kinds of clamps affixed to a performer's labia.", + ], + "Pussy Denial": [ + "Pussy Denial", + "Focused on denying access or view to one's pussy", + ], + "Pussy Display": [ + "Pussy Display", + "Presenting pussy for observation without necessarily involving close-ups or gaping", + ], + "Pussy Ejection": ["Pussy Ejection", "Pushing an object out of the vagina."], + "Pussy Fingering": [ + "Pussy Fingering", + "Digitally penetrating another performer's vagina.", + ], + "Pussy Fingering During Sex": [ + "Pussy Fingering During Sex", + "Digitally penetrating another performer's vagina during sex", + ], + "Pussy Gape": ["Pussy Gape", "Vagina remaining open after withdrawal."], + "Pussy Impact Play": [ + "Pussy Impact Play", + "BDSM act where a performer's pussy is struck with an implement or hand.", + ], + "Pussy Licking": [ + "Pussy Licking", + "Orally pleasuring another performer's vulva.", + ], + "Pussy Licking Doggy Style": [ + "Pussy Licking Doggy Style", + "Orally pleasuring another performer's vulva while the receiver is in Doggy Style", + ], + "Pussy Licking - POV": [ + "Pussy Licking - POV", + "Orally pleasuring a vulva, viewed from the POV of the recipient", + ], + "Pussy Piercing": [ + "Pussy Piercing", + "Performers with at least one visible piercing around the vulva, typically by the clitoris.", + ], + "Pussy Prolapse": [ + "Pussy Prolapse", + "Protrusion of an organ from the vagina including parts of the vagina itself.", + ], + "Pussy Pump": [ + "Pussy Pump", + "Device that creates a vacuum over a performer's vulva.", + ], + "Pussy Rubbing": ["Pussy Rubbing", "The act of rubbing a pussy"], + "Pussy Slide": ["Pussy Slide", "Features"], + "Pussy Smacking": [ + "Pussy Smacking", + "Forcefully slapping a performer's pussy, often while focusing on a different action.", + ], + "Pussy Stacking": [ + "Pussy Stacking", + "Group penetrative sex with at least two receivers lying on top of each other, facing up.", + ], + "Pussy Teasing": [ + "Pussy Teasing", + "Gently teasing a performer's vulva, often with particularly slow or light touches.", + ], + "Pussy to Mouth": [ + "Pussy to Mouth", + "Orally pleasuring another performer immediately after having vaginal penetrative sex with them.", + ], + "Pussy to Other's Mouth": [ + "Pussy to Other's Mouth", + "Switching immediately from vaginally penetrating one performer to being orally pleasured by another.", + ], + "Pussy to Other's Pussy": [ + "Pussy to Other's Pussy", + "Switching immediately from vaginally penetrating one performer to vaginally penetrating another.", + ], + "Pussy Torment": [ + "Pussy Torment", + "Causing a significant amount of pain or discomfort to a performer's pussy.", + ], + "Pussy Worship": [ + "Pussy Worship", + "Focused on physically appreciating another performer's pussy with hands or mouth.", + ], + PVC: ["PVC", "A synthetic, shiny clothing material"], + Pyjamas: [ + "Pyjamas", + "Any clothing suitable for wearing in bed; nightclothes.", + ], + "QoS BBC Symbols": [ + "QoS BBC Symbols", + 'Clothing, Tattoos, Jewlery that are used to signal BBC fetish. Examples are "Blacked" underwear or "Built 4 BBC".', + ], + "Quadruple Anal Penetration (QAP)": [ + "Quadruple Anal Penetration (QAP)", + "Anal penetrative sex from three performers and fucking machine simultaneously", + ], + "Quadruple Blowjob": [ + "Quadruple Blowjob", + "Four performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Quadruple Blowjob (4 Mouths)": [ + "Quadruple Blowjob (4 Mouths)", + "Four performers orally pleasuring a single penis at roughly the same time.", + ], + "Quadruple Blowjob (4 Penises)": [ + "Quadruple Blowjob (4 Penises)", + "One performer orally pleasuring four penises at roughly the same time.", + ], + Queef: [ + "Queef", + "Content featuring the natural occurrence of air being expelled from the vagina", + ], + "Queen of Spades": ["Queen of Spades", "The"], + "Rabbit Vibrator": [ + "Rabbit Vibrator", + "Two-pronged vibrators, with a larger end for penetration and a smaller end for clitoral stimulation.", + ], + Raceplay: [ + "Raceplay", + "Performers enact racial hierarchies or prejudices often involving racial slurs or narratives", + ], + "Race Queen": [ + "Race Queen", + "A female promotional model usually present at auto racing events.", + ], + Rack: ["Rack", ""], + Rain: ["Rain", "Some part of the scene takes place in the rain."], + "Rainbow Stockings": [ + "Rainbow Stockings", + "Scene contains a performer who wears rainbow colored stockings", + ], + "Rape Roleplay": [ + "Rape Roleplay", + "Using force, threats of violence, or physical intimidation to coerce another character into sexual acts.", + ], + "Rapid-fire Anal Creampies": [ + "Rapid-fire Anal Creampies", + "Multiple quick-succession anal creampies from different sources without prior intercourse.", + ], + "Rapid-fire Creampies": [ + "Rapid-fire Creampies", + "Multiple quick-succession creampies from different sources without prior intercourse.", + ], + "Real Couple": [ + "Real Couple", + "Scene partners who are reportedly in a committed relationship in real life, at the time of production.", + ], + "Real Estate Agent": [ + "Real Estate Agent", + "Features character who is in the business of selling and renting out of buildings and land.", + ], + "Reality Porn": [ + "Reality Porn", + "Presented as real people in the real world, but often still features professional performers playing characters.", + ], + "Real Orgasm": ["Real Orgasm", "Female"], + "Rebreather Bag": [ + "Rebreather Bag", + "Air tight bag to restrict the amount of airflow, when connected to a gasmask.", + ], + "Receiver On Top": [ + "Receiver On Top", + "Any position where the receiver is on top of their partner during penetrative sex.", + ], + "Rectal Exam": ["Rectal Exam", "(medical) inspection of the Rectum"], + "Rectal Thermometer": [ + "Rectal Thermometer", + "Insertion or use of a rectal thermometer on a performer, most common in BDSM scenes.", + ], + "Red Bottom": ["Red Bottom", "Scenes"], + "Red Hair": ["Red Hair", "Performers with reddish/orangeish hair colors."], + "Red Hair (Female)": [ + "Red Hair (Female)", + "Female performers with reddish/orangeish hair colors.", + ], + "Red Hair (Male)": [ + "Red Hair (Male)", + "Male performers with reddish/orangeish hair colors.", + ], + Redistribution: [ + "Redistribution", + "Scenes cross-posted from a different network.", + ], + "Red Lipstick": [ + "Red Lipstick", + "Features a performer wearing red lipstick.", + ], + Relaxed: ["Relaxed", "Performer is calm and not anxious or worried."], + Religious: ["Religious", "One"], + Reluctance: [ + "Reluctance", + "Features at least one character who does not want to be involved in the action at first.", + ], + Remaster: [ + "Remaster", + "Scenes re-released with a higher level of visual fidelity, most often resolution.", + ], + "Render Unconscious": [ + "Render Unconscious", + "Make a person unconscious with force, drugs, or other means.", + ], + Reporter: ["Reporter", "An"], + "Re-release": [ + "Re-release", + "Scenes released by the same studio/network again with a unique link and often other changes.", + ], + Restaurant: [ + "Restaurant", + "At least some of the action takes place in a restaurant.", + ], + Restraints: [ + "Restraints", + "Various objects and devices that restrict a performer's movement.", + ], + "Retro Styling": [ + "Retro Styling", + "Costumes, props, etc. inspired by an older time period than when the scene was made.", + ], + "Revealing Clothes": [ + "Revealing Clothes", + 'Any clothes that would be considered "sexy" often used by a woman to show off her body and/or sexuality.', + ], + Revenge: [ + "Revenge", + "Exacting revenge for some perceived slight or injustice, typically through some sexual act.", + ], + "Reverse Bangbus": [ + "Reverse Bangbus", + "Female performer is driven around to pick up various male performers from the street to perform with", + ], + "Reverse Blowbang": [ + "Reverse Blowbang", + "Multiple performers give a blowjob to a single penis", + ], + "Reverse Cowgirl": [ + "Reverse Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, while facing away from each other.", + ], + "Reverse Cowgirl Blowjob": [ + "Reverse Cowgirl Blowjob", + "Position where one performer kneels above another performer during penetrative sex, while giving a blowjob to a third performer", + ], + "Reverse Cowgirl (DAP)": [ + "Reverse Cowgirl (DAP)", + "Reverse Cowgirl position during Double Anal Penetration", + ], + "Reverse Cowgirl (DP)": ["Reverse Cowgirl (DP)", "Position"], + "Reverse Cowgirl (DVP)": [ + "Reverse Cowgirl (DVP)", + "Reverse Cowgirl position during Double Vaginal Penetration", + ], + "Reverse Cowgirl - POV": [ + "Reverse Cowgirl - POV", + "From the perspective of the person below, with the person on top facing away the observer during penetrative sex", + ], + "Reverse Doggy Style": [ + "Reverse Doggy Style", + "Penetrative sex with performers on their knees while facing away from each other.", + ], + "Reverse Footjob": [ + "Reverse Footjob", + "Using feet to pleasure another performer's penis while facing away from the receiver", + ], + "Reverse Gangbang": [ + "Reverse Gangbang", + "Exactly one male performer with at least four female performers, at the same time.", + ], + "Reverse Missionary": [ + "Reverse Missionary", + "Position where one performer penetrates another from above, while lying head-to-toe instead of face-to-face", + ], + "Reverse Piledriver": ["Reverse Piledriver", "Penetrative"], + "Reverse Prayer Bondage": [ + "Reverse Prayer Bondage", + "Arms tied behind the back so that the palms of the hands are touching in a prayer position.", + ], + "Reverse Riding": [ + "Reverse Riding", + "Receiving performer on top and thrusting for penetration, facing away from the penetrating partner", + ], + Ribbon: [ + "Ribbon", + "A long, narrow strip of material, used primarily as decorative binding and tying.", + ], + Riding: [ + "Riding", + "Receiving performer on top and thrusting for penetration.", + ], + Rigger: ["Rigger", "Performer who ties up the other performer(s)."], + Rigging: ["Rigging", "The performer is tied up during the scene."], + "Right Angle": ["Right Angle", ""], + "Rigid Metal Harness": [ + "Rigid Metal Harness", + "A harness made from rigid metal bars and plates.", + ], + Rimming: ["Rimming", "Orally pleasuring another performer's anus."], + "Rimming During Blowjob": [ + "Rimming During Blowjob", + "One performer rimming while another gives a blowjob.", + ], + "Rimming During Sex": [ + "Rimming During Sex", + "One performer rimming during sexual intercourse.", + ], + "Rimming Her": [ + "Rimming Her", + "Orally pleasuring the female performer's anus.", + ], + "Rimming Him": [ + "Rimming Him", + "Orally pleasuring the male performer's anus.", + ], + "Rimming Instruction": [ + "Rimming Instruction", + "Performer speaks directly to the viewer, telling them to rim their asshole.", + ], + "Rimming (Lesbian)": [ + "Rimming (Lesbian)", + "Female performer orally pleasuring another female performer's anus.", + ], + "Ring Gag": [ + "Ring Gag", + "Ring-shaped gag inserted into a performer's mouth.", + ], + "Ring Light": [ + "Ring Light", + "Scene is lit primarily by a ring light around the camera lens, which gives it a distinctive frontal lighting pattern.", + ], + Rings: ["Rings", "A performer wearing one or more rings during the scene."], + Ripped: [ + "Ripped", + "Any clothing that has been torn. ripped or damaged, before or during the scene.", + ], + "Ripped Pantyhose": [ + "Ripped Pantyhose", + "Pantyhose with intentional tears or holes.", + ], + "Ripping Clothes": [ + "Ripping Clothes", + "Performer's clothing is torn. ripped, cut off or damaged during the scene.", + ], + "Ritual Sex": [ + "Ritual Sex", + "A religious, spiritual, symbolic, or magickal ritual incorporating sex acts.", + ], + Roadhead: ["Roadhead", "Blowjob in car"], + Robe: [ + "Robe", + "A loose garment (such as a bathrobe) for informal wear especially at home.", + ], + Robot: ["Robot", "A scene in which one or more actors roleplays as a robot."], + Rockabilly: [ + "Rockabilly", + "Character who is presented with a retro 1950s aesthetic with a punk rock edge.", + ], + Rocks: [ + "Rocks", + "At least some of the action takes place on rocks or boulders.", + ], + Roleplay: [ + "Roleplay", + "Characters (not performers) playing a character within the scene, pretending to be something they're not.", + ], + Romance: [ + "Romance", + "Scenes featuring some combination of love, sweetness, and emotion.", + ], + Romanian: ["Romanian", "Scene features Romanian performer(s)"], + Romper: [ + "Romper", + "One-piece or two-piece combination of shorts and a shirt.", + ], + Roommates: [ + "Roommates", + "Characters who are living with their scene partner, but are not in a committed relationship with each other.", + ], + "Rope Harness": ["Rope Harness", "A tied harness."], + Rough: [ + "Rough", + "Features action with a significant amount of physicality, often including hair pulling, slapping, and choking.", + ], + "Rubber Boots": ["Rubber Boots", "Waterproof Rubber Boots"], + Rubbercock: [ + "Rubbercock", + "Latex sleeve worn on the penis as accessory. Unlike a condom it doesn't need to be watertight.", + ], + Rubbing: [ + "Rubbing", + "To move (something) back and forth or to move against something else with pressure.", + ], + "Rubbing Cock on Face": [ + "Rubbing Cock on Face", + "When a performer rubs their penis against another performers face", + ], + "Ruffle Skirt": [ + "Ruffle Skirt", + "Skirt with a frilled wavy edge, typically layered.", + ], + "Ruffle Socks": ["Ruffle Socks", "Socks with a frilled edge across the top."], + "Ruined Cumshot": [ + "Ruined Cumshot", + "Ruined orgasm of a performer's penis, with an unsatisfying ejaculation after stimulation is stopped.", + ], + "Ruined Orgasm": [ + "Ruined Orgasm", + "Stopping all stimulation of someone just as they reach orgasm.", + ], + "Ruined Orgasm Instruction": [ + "Ruined Orgasm Instruction", + "Viewer is told to ruin their orgasm.", + ], + "Rule 34": [ + "Rule 34", + "The concept of normally non-erotic subjects engaging in sexual activity.", + ], + "Running Makeup": [ + "Running Makeup", + "Makeup streaming down a performer's face, typically due to crying.", + ], + Russian: ["Russian", "Scene features Russian performer(s)."], + "Russian Language": [ + "Russian Language", + "Scene shows performer(s) speaking Russian.", + ], + "Sacral Dimples": [ + "Sacral Dimples", + "Single depression on the lower back, at the end of the spine", + ], + Sadism: ["Sadism", "Finding pleasure in being cruel to a submissive."], + Safewording: [ + "Safewording", + "Performer uses a prearranged word or signal to end or pause a BDSM scene.", + ], + "Sagging Tits": [ + "Sagging Tits", + "breasts that sit lower on the chest, the nipple may point downwards, and the top of the breast may not be as full.", + ], + Salesman: [ + "Salesman", + "Features character who sell products to potential customers, especially by visiting or door-to-door sales.", + ], + Sandals: ["Sandals", "Sandals"], + Sarong: [ + "Sarong", + "A length of cloth that is wrapped around the waist and tied, worn by women as a skirt.", + ], + Satin: [ + "Satin", + "Fabric that is glossy and smooth. Used for clothing items such as blouses or scarfs.", + ], + "Saudi Arabian": [ + "Saudi Arabian", + "Scene features Saudi Arabian performer(s)", + ], + Sauna: [ + "Sauna", + "At least some of the action takes place in a heated sauna.", + ], + Scandinavian: ["Scandinavian", "Scene features Scandinavian performer(s)"], + Scars: ["Scars", "At least one performer has a visible scar"], + Scarves: [ + "Scarves", + "A long and narrow fabric typically wrapped around the neck.", + ], + Scat: ["Scat", "Scenes involving defecation or sexual activity with feces"], + School: [ + "School", + "At least some of the action takes place in some sort of academic institution.", + ], + Schoolgirl: [ + "Schoolgirl", + "Female character currently (or were very recently) attending a secondary school or high school.", + ], + "Schoolgirl Outfit": [ + "Schoolgirl Outfit", + "Clothes typically worn by a schoolgirl.", + ], + "School Swimsuit": [ + "School Swimsuit", + "A traditional Japanese school-issued one-piece swimsuit.", + ], + Scientist: [ + "Scientist", + "A researcher of sciences, typically depicted by wearing a lab coat.", + ], + "Sci-fi": [ + "Sci-fi", + "Features various elements relating to the science fiction genre, often including futuristic technology.", + ], + Scissoring: [ + "Scissoring", + "Performers rub their vulvas together with legs interlocked.", + ], + Scolding: ["Scolding", "An angry rebuke or reprimand"], + "Scold's Bridle": [ + "Scold's Bridle", + "A medieval metal muzzle with a bit which slides into the mouth and presses down the tongue.", + ], + "Scold's Mask": [ + "Scold's Mask", + "A leather muzzle with a stuff gag inside which is made based on Scold's Bridle.", + ], + Scottish: ["Scottish", "Scene features Scottish performer(s)"], + "Scottish Accent": [ + "Scottish Accent", + "Speaks with an accent native to Scotland.", + ], + "Screaming Orgasm": [ + "Screaming Orgasm", + "Particularly loud vocalizations during orgasm.", + ], + Scrubs: ["Scrubs", "Loose,"], + "Scrunch Bikini": [ + "Scrunch Bikini", + "Scrunch Bikini has a piece of high performance elastic sewn down the entire center back", + ], + Scrunchy: [ + "Scrunchy", + "A fabric-covered elastic hair tie used to fasten medium to long hair types.", + ], + "SD Only": [ + "SD Only", + "Scene was released only in resolutions lower than 720p HD.", + ], + Secretary: [ + "Secretary", + "Character working as a professional assistant to a scene partner.", + ], + "Security Guard": [ + "Security Guard", + "Character hired to protect their employer's assets.", + ], + Seducer: ["Seducer", "Male character initiates the sexual encounter."], + Seductress: [ + "Seductress", + "Female character initiates the sexual encounter.", + ], + "See-Through Bra": ["See-Through Bra", "Nipples visible through bra"], + "See-through Panties": [ + "See-through Panties", + "Panties through which genitals are reasonably visible while wearing.", + ], + "See-through Shirt": [ + "See-through Shirt", + "Shirt that is at least somewhat transparent.", + ], + "Self Anal Fingering": [ + "Self Anal Fingering", + "Digitally penetrating their own anus.", + ], + "Self Anal Fingering During Sex": [ + "Self Anal Fingering During Sex", + "Character digitally penetrating their own anus during intercourse.", + ], + "Self-bondage": ["Self-bondage", "Use of restraints on oneself"], + "Self Cum Eating": [ + "Self Cum Eating", + "Performer eats their own cum, whether solo or with other Performer(s).", + ], + "Self-degradation": [ + "Self-degradation", + "Performer says or does things that are degrading to them.", + ], + "Self Facial": [ + "Self Facial", + "A performer visibly ejaculating onto their own face.", + ], + "Self Fisting": [ + "Self Fisting", + "Inserting an entire hand into a performer's own vagina.", + ], + "Self Gagging": [ + "Self Gagging", + "Any instance of using their hand or another object to induce themselves to gag or vomit.", + ], + Selfies: [ + "Selfies", + "Taking a photograph of oneself, typically with a smartphone.", + ], + "Self Nipple Licking": [ + "Self Nipple Licking", + "Performer orally pleasures their own nipple(s)", + ], + "Self Pussy Fingering": [ + "Self Pussy Fingering", + "Digitally penetrating their own vagina.", + ], + "Self Pussy Fingering During Sex": [ + "Self Pussy Fingering During Sex", + "Character digitally penetrating their own vagina during intercourse", + ], + "Self Shot": [ + "Self Shot", + "Scenes presented as characters filming themselves.", + ], + "Self-sucking": [ + "Self-sucking", + "Scenes featuring at least one performer orally pleasuring themselves.", + ], + "Self Toe Sucking": ["Self Toe Sucking", "Performer sucked their own toes."], + "Sensory Deprivation": [ + "Sensory Deprivation", + "Depriving a character of at least one of their senses during the action, usually vision.", + ], + "Sensual Domination": [ + "Sensual Domination", + "Gentler form of domination that focuses on pleasure instead of pain or punishment.", + ], + Sepia: ["Sepia", "Orange looking filter"], + Serbian: ["Serbian", "Scene features Serbian performer(s)"], + Series: [ + "Series", + "Scenes that are part of a multi-part series, whether it features a continuing narrative or not.", + ], + Servant: [ + "Servant", + "Character who provides a service or performs duties for others", + ], + Sevensome: [ + "Sevensome", + "Exactly seven performers at the same time, regardless of gender combination.", + ], + "Sevensome (BBBBBBG)": [ + "Sevensome (BBBBBBG)", + "Exactly six male performers and one female performer, at the same time.", + ], + "Sevensome (BBBBBGG)": [ + "Sevensome (BBBBBGG)", + "Exactly five male performers and two female performers, at the same time.", + ], + "Sex Doll": [ + "Sex Doll", + "A sex toy in the shape of a full human body (with arms, hands, legs, feet, and head)", + ], + "Sex Fight": [ + "Sex Fight", + "Physical competition between performers with the goal of forcing their opponent to achieve orgasm.", + ], + "Sex for Money": [ + "Sex for Money", + "Character getting paid for the sexual encounter with their scene partner.", + ], + "Sex Game": [ + "Sex Game", + "Participants play a game involving sex acts or sexual forfeits.", + ], + "Sex in Air": [ + "Sex in Air", + "Sex act when one of the performers is not touching any surface", + ], + "Sex in the Water": [ + "Sex in the Water", + "At least some of the action takes place in the water.", + ], + "Sex Swing": [ + "Sex Swing", + "At least some of the action takes place on a swing.", + ], + Sextape: [ + "Sextape", + "Shot primarily through long uninterrupted cuts from handheld or stationary cameras, often relatively low-budget.", + ], + Sexting: ["Sexting", "Features"], + "Sexual Favor": ["Sexual Favor", "Doing a favor in exchange for sex."], + "Sexual Harassment": ["Sexual Harassment", "Features"], + Shackle: ["Shackle", "Restraints that encircle the ankles and/or the wrists"], + "Shaking Orgasm": [ + "Shaking Orgasm", + "Body visibly trembles during orgasm, often with a shaking leg.", + ], + Shaved: ["Shaved", "Generic term for all shaved tags."], + "Shaved Armpits": [ + "Shaved Armpits", + "Videos featuring performers who have shaved their armpit hair completely.", + ], + "Shaved Arms": [ + "Shaved Arms", + "Performers with very little hair on their arms.", + ], + "Shaved Asshole": [ + "Shaved Asshole", + "Male performers with very little hair around their anus", + ], + "Shaved Chest": [ + "Shaved Chest", + "Male performer with very little chest hair", + ], + "Shaved Head": [ + "Shaved Head", + "Hair that has been shaved or buzzed very close to the scalp.", + ], + Shaving: ["Shaving", "Performer is shown shaving their pubic hair."], + Shawl: [ + "Shawl", + "A long and wide fabric typically draped across the shoulders.", + ], + Shibari: [ + "Shibari", + "Bondage involving the use of rope to restrict movement, wrap, bind or tie a performer.", + ], + "Shiny Clothing": [ + "Shiny Clothing", + "Features a performer wearing shiny clothing", + ], + Shocker: [ + "Shocker", + "Female penetrated by two fingers vaginally and an unexpected finger anally.", + ], + "Shoe Dildo": [ + "Shoe Dildo", + "Dildo worn on a performers shoes or boots to be used on or by another performer.", + ], + "Shoe Fetish": ["Shoe Fetish", "Significant focus on a performer's shoes."], + Shoejob: [ + "Shoejob", + "Using shoe covered feet to pleasure another performer's penis.", + ], + Shoes: [ + "Shoes", + "Features at least one character who is wearing shoes during the scene.", + ], + "Shoe Smelling": [ + "Shoe Smelling", + "Features the act of smelling a performer's shoe or shoes.", + ], + "Shoes Removal": [ + "Shoes Removal", + "The act of taking off or removing shoes from feet.", + ], + "Shoe Worship": [ + "Shoe Worship", + "Focused on physically appreciating another performer's shoe with hands or mouth.", + ], + "Short Dress": ["Short Dress", "A dress that ends above the knees"], + "Short Hair": [ + "Short Hair", + "Hair that is only long enough to frame the face, at most.", + ], + "Short Hair (Female)": [ + "Short Hair (Female)", + "Female performers with hair that is only long enough to frame the face, at most.", + ], + "Short Hair (Male)": [ + "Short Hair (Male)", + "Male performers with hair that is only long enough to frame the face, at most.", + ], + "Short Man": [ + "Short Man", + "Male performer with a height shorter than 5'7'' (170 cm)", + ], + Shorts: ["Shorts", "A"], + "Short Skirt": ["Short Skirt", "A skirt that ends above the knees"], + "Short Sleeves": ["Short Sleeves", "Any clothing with short sleeves."], + "Short Woman": [ + "Short Woman", + "Female performer with a height taller than 5'1'' (155 cm) and shorter than 5'5'' (165 cm)", + ], + "Shoulder Harness": [ + "Shoulder Harness", + "A harness on the performer's shoulder.", + ], + Shower: ["Shower", "At least some of the action takes place in a shower."], + "Shower Head": [ + "Shower Head", + "Using the strong water flow to pleasure a performer.", + ], + "Shrinking Fetish": [ + "Shrinking Fetish", + "Roleplay in which a character shrinks down in size", + ], + Shy: [ + "Shy", + "Character who presents as some combination of awkward, nervous, and self-conscious.", + ], + Sideblouse: [ + "Sideblouse", + "Voyeuristic image of the side view of a person's blouse, usually point of view at same height as the cleavage.", + ], + Sideboob: [ + "Sideboob", + "The outer curve of a breast when revealed by clothing cut low under the arms", + ], + "Side-by-Side": [ + "Side-by-Side", + "Sexual position; two (or more) performers lying on their side, facing their partner(s).", + ], + "Side Cowgirl": [ + "Side Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, with both legs facing the same side", + ], + Sidecut: [ + "Sidecut", + "Performer has a hair style that features a shaved section on one side.", + ], + "Side Fuck": [ + "Side Fuck", + "Position where standing/kneeling performer penetrates a receiver who is lying on their side", + ], + "Side Fuck Blowjob": [ + "Side Fuck Blowjob", + "Position where standing/kneeling performer penetrates a receiver who is lying on their side that is orally pleasuring a penis.", + ], + "Side Fuck (DP)": [ + "Side Fuck (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while she is laying on her side", + ], + "Side Fuck - POV": [ + "Side Fuck - POV", + "Point Of View of the performer who penetrates a receiver who is lying on their side", + ], + "Side Shot": ["Side Shot", "Performer is seen from its side"], + "Side Winder": ["Side Winder", "Modified"], + Silhouette: [ + "Silhouette", + "Use of backlight to cast shadows or obscure details of the shot.", + ], + Silk: ["Silk", "Clothing made out of silk, usually robes and underwear"], + Silverware: ["Silverware", ""], + "Simulated Sex": [ + "Simulated Sex", + "Performers acting out sexual stimulation or being sexually stimulated without any actual stimulation", + ], + "Simultaneous Orgasm": [ + "Simultaneous Orgasm", + "Current scene partners reach orgasm at the same time.", + ], + "Simultaneous Penetration": [ + "Simultaneous Penetration", + "When two performers penetrate each other at the same time", + ], + "Single-tailed Whip": [ + "Single-tailed Whip", + "Whip that does not split into multiple tails at the end.", + ], + Sissification: ["Sissification", "Male performer taking on a feminine role"], + Sister: ["Sister", "Character is biological sister to scene partner"], + "Sister In Law": [ + "Sister In Law", + "Female character presented as sister-in-law to a scene partner", + ], + "Sister Swapping": ["Sister Swapping", "Exchanging"], + Sitting: [ + "Sitting", + "Performer is in a resting position with their weight supported by the butt on a horizontal surface.", + ], + Sixsome: [ + "Sixsome", + "Exactly six performers at the same time, regardless of gender combination.", + ], + "Sixsome (BBBBBG)": [ + "Sixsome (BBBBBG)", + "Exactly five male performers and one female performer, at the same time.", + ], + "Sixsome (BBBBGG)": [ + "Sixsome (BBBBGG)", + "Exactly four male performers and two female performers, at the same time.", + ], + "Sixsome (BBBGGG)": [ + "Sixsome (BBBGGG)", + "Exactly three male performers and three female performers, at the same time.", + ], + "Sixsome (Lesbian)": [ + "Sixsome (Lesbian)", + "Exactly six female performers, at the same time.", + ], + "Size Comparison": ["Size Comparison", "Comparing the size of two penises."], + "Size Difference": [ + "Size Difference", + "Focuses on a significant size difference between performers, regardless of who's receiving.", + ], + Skinny: [ + "Skinny", + "Performers with extremely slim figures, usually where the ribcage and/or hips are easily visible through the skin.", + ], + Skirt: [ + "Skirt", + "Open garment of various sizes that covers the legs, but not attached to a dress.", + ], + "Skirt and Blouse": [ + "Skirt and Blouse", + "Scenes in which a performer wears both a skirt and blouse.", + ], + "Skirt Suit": [ + "Skirt Suit", + "A women's suit consisting of a jacket and a matching skirt.", + ], + Slapper: ["Slapper", "Small handheld straps used to strike a performer."], + Slapping: ["Slapping", "Performer is slapped across the face."], + Slave: [ + "Slave", + "Submissive character who is presented as property of their dominant.", + ], + "Slave Tasks": [ + "Slave Tasks", + "Performer in scene gives submissive tasks for the viewer to do for them.", + ], + Sleeping: [ + "Sleeping", + "Features at least one character sleeping for a time.", + ], + Slim: ["Slim", "Relatively slim figures."], + "Sling Bikini": ["Sling Bikini", "One-peice"], + Slink: [ + "Slink", + "A custom handmade tapered anal dildo made by SquarePegToys.", + ], + Slippers: [ + "Slippers", + "Slippers are light footwear that are easy to put on and off and are intended to be worn indoors, particularly at home.", + ], + "Sloppy Blowjob": ["Sloppy Blowjob", "Sloppy blowjobs with lots of spit."], + "Sloppy Seconds": [ + "Sloppy Seconds", + "Entering an orifice into which someone else has just ejaculated.", + ], + Slovakian: ["Slovakian", "Scene features Slovakian performer(s)"], + Slovenian: ["Slovenian", "Scene features Slovenian performer(s)"], + "Slow Mo": ["Slow Mo", "A shot in which time appears to be slowed down."], + Slutty: [ + "Slutty", + "Character who is presented as some combination of promiscuous, adventurous, and unashamed.", + ], + "Small Areolas": [ + "Small Areolas", + "Proportionally small compared to the size of the breast.", + ], + "Small Ass": [ + "Small Ass", + "Proportionally small butt compared to the size of the performer.", + ], + "Small Cumshot": [ + "Small Cumshot", + "Visibly ejaculating an unusually small amount of semen.", + ], + "Small Dick": [ + "Small Dick", + "Performers with small penises, compared to the general public.", + ], + "Small Nipples": [ + "Small Nipples", + "Nipples that are small in proportion to rest of the breast.", + ], + "Small Penis Humiliation": [ + "Small Penis Humiliation", + "Humiliation of a viewer's or performer's small penis", + ], + "Small Tits": [ + "Small Tits", + "Proportionally small compared to the size of the performer, typically around A - B cups.", + ], + Smart: [ + "Smart", + "At least one performer in the scene is implied to be intelligent.", + ], + "Smeared Lipstick": [ + "Smeared Lipstick", + "Smeared lipstick from aggressive kissing/oral", + ], + "Smell Fetish": [ + "Smell Fetish", + "Significant focus on the smell of a performer or their worn clothing.", + ], + Smiling: [ + "Smiling", + "Performer(s) are predominately or noticably smiling throughout", + ], + "Smoking Fetish": ["Smoking Fetish", "Performer is shown smoking."], + "Smooth Legs": [ + "Smooth Legs", + "Performers with very little hair on their legs.", + ], + "Smooth Man": ["Smooth Man", "Male performer with very little body hair"], + "Smooth Soles": [ + "Smooth Soles", + "A performer in the scene is displaying their soles which are smooth (not wrinkled)", + ], + Smotherbox: [ + "Smotherbox", + "A specially designed seat with a hole, designed for one performer to smother another", + ], + Smothering: [ + "Smothering", + "A performer prevents another performer from breathing by using their body.", + ], + Sneakers: ["Sneakers", "Casual, athletic shoes"], + Sneaky: [ + "Sneaky", + "Shows at least one character worried about being caught doing something naughty.", + ], + "Sniff Dildo": [ + "Sniff Dildo", + "Dildo with holes, which is connected to a mask, forcing the mask's wearer to smell the dildo's position", + ], + Sniffing: ["Sniffing", "The drawing in air audibly through the nose."], + "Snow Bunnny": ["Snow Bunnny", "Typically"], + Soap: ["Soap", "Product used for cleaning and or lubricating."], + Soapland: ["Soapland", "A Japanese bathhouse that provides sexual services."], + Sockjob: [ + "Sockjob", + "Using sock covered feet to pleasure another performer's penis.", + ], + Socks: [ + "Socks", + "Foot coverings of various lengths that are not made of sheer material and do not require garters.", + ], + "Socks and Shoes": ["Socks and Shoes", ""], + "Sock Smelling": [ + "Sock Smelling", + "Features the act of smelling a performer's sock or socks.", + ], + "Socks Removal": [ + "Socks Removal", + "The act of taking off or removing socks from feet.", + ], + Softcore: ["Softcore", ""], + "Soft Glow": [ + "Soft Glow", + "Video effect which gives footage a dream-like appearance, similar to a light Gaussian blur filter; “Vaseline on camera lens”", + ], + "Sole Anal Scene": [ + "Sole Anal Scene", + "Performer's first and only scene receiving anal sex.", + ], + Soles: [ + "Soles", + "Features a prominent view of the soles of a performer's feet", + ], + Solo: ["Solo", "Exactly one performer and nobody else."], + "Solo Female": [ + "Solo Female", + "Exactly one female performer and nobody else.", + ], + "Solo Male": ["Solo Male", "Exactly one male performer and nobody else."], + "Solo Trans": [ + "Solo Trans", + "Exactly one transexual performer and nobody else.", + ], + Son: ["Son", "Character is biological son to scene partner."], + Sounding: ["Sounding", "Penetrating a performer's urethra with a thin rod."], + "South Asian Man": [ + "South Asian Man", + "Male performers with broadly South Asian racial backgrounds, particularly Indian, Pakistani, Sri Lankan, etc.", + ], + "South Asian Woman": [ + "South Asian Woman", + "Female performers with broadly South Asian racial backgrounds, particularly Indian, Pakistani, Sri Lankan, etc.", + ], + "Space Buns": [ + "Space Buns", + "Hairstyle characterised by two equal-sized buns either side of the head", + ], + Spandex: ["Spandex", "Very elastic synthetic fiber"], + Spanish: ["Spanish", "Scene features Spanish performer(s)"], + "Spanish Language": [ + "Spanish Language", + "Scene shows performer(s) speaking Spanish.", + ], + Spanking: [ + "Spanking", + "Forcefully slapping a performer's backside for a time while performing no other significant actions.", + ], + "Spatial Audio": ["Spatial Audio", "FB360 8-channel Spatial Audio"], + Speculum: [ + "Speculum", + "Inserting a speculum into an orifice (vagina or anus), to view the inside of the cavity and/or insert objects or liquids", + ], + Speedo: ["Speedo", "Briefs style of male swimsuit"], + "Spider Gag": [ + "Spider Gag", + "A ring gag with a number of curved projections to prevent it from turning in the wearer's mouth or genitals.", + ], + "Spiked Chastity": [ + "Spiked Chastity", + "A chastity cage or penis ring with inward pointing spikes, intended to make erections painful.", + ], + "Spiked Cockring": [ + "Spiked Cockring", + "Cockring with inner spikes that are pushed into the skin of the male shaft", + ], + "Spit As Lube": [ + "Spit As Lube", + "Saliva acting as lube during penetration or a hand job", + ], + "Spit in Mouth": [ + "Spit in Mouth", + "A performer spits in the mouth of another performer.", + ], + "Spit Play": ["Spit Play", "Playing with saliva, often by rubbing it in."], + "Spit Roast": [ + "Spit Roast", + "Penetrative sex in a doggy position while orally pleasuring a penis.", + ], + "Spits Cum Out": [ + "Spits Cum Out", + "Spitting semen out of the mouth, instead of swallowing.", + ], + Spitting: [ + "Spitting", + "Features a significant amount of saliva expelled from the mouth.", + ], + Split: [ + "Split", + "Performing a split, in which the legs are in line with each other and extended in opposite directions.", + ], + "Split Creampie": [ + "Split Creampie", + "A male performer visibly ejaculating inside two (or more) performers during the same orgasm.", + ], + "Split Leaning Forward": [ + "Split Leaning Forward", + "Performing a split while at the same time leaning forwards with the torso, perpendicularly to the line of the legs", + ], + "Split Screen": [ + "Split Screen", + "Shows multiple camera angles at the same time.", + ], + "Split Tongue": [ + "Split Tongue", + "Performer has a tongue which has been surgically split down the middle.", + ], + Sploshing: [ + "Sploshing", + "Features the act of covering a performer with food or similar substances, excluding bodily fluids.", + ], + Sponge: ["Sponge", "Using a sponge to apply water onto a performer."], + Spooning: [ + "Spooning", + "Penetrative sex with performers lying on one side without facing each other.", + ], + "Spooning Blowjob": [ + "Spooning Blowjob", + "Penetrative sex with performers lying on one side without facing each other while pleasing another performer orally", + ], + Sports: [ + "Sports", + "Features characters involved in various sports, either by playing or watching.", + ], + "Sports Bra": [ + "Sports Bra", + "A bra that provides support to the breasts during physical exercise.", + ], + "Sports Jersey": [ + "Sports Jersey", + "Loose fitting shirt that typically represents affiliation to a sports team.", + ], + Sportswear: [ + "Sportswear", + "Clothes intended to be worn while playing sports or exercising.", + ], + "Spread Arms": ["Spread Arms", "Spreading arms apart."], + "Spread Ass": ["Spread Ass", "Spreading ass cheeks apart."], + "Spreader Bar": [ + "Spreader Bar", + "Bondage equipment, attached to wrists, ankles or knees to hold them apart", + ], + Spreaders: [ + "Spreaders", + "Various devices used to spread open a performer's vagina.", + ], + "Spread Legs": ["Spread Legs", "Spreading legs apart."], + "Spread Pussy": ["Spread Pussy", "Spreading labia apart."], + "Spring Break": ["Spring Break", "Takes place on or around Spring Break."], + Squatting: [ + "Squatting", + "Position where the weight of the body is on the feet but the knees and hips are bent.", + ], + "Squatting Cowgirl": [ + "Squatting Cowgirl", + "Position where one performer crouch above another performer during penetrative sex, while facing each other.", + ], + "Squatting Reverse Cowgirl": [ + "Squatting Reverse Cowgirl", + "Position where one performer crouches above another performer during penetrative sex, while facing away from each other.", + ], + Squirting: [ + "Squirting", + "Forcefully expressing ejaculate from the vulva during an orgasm.", + ], + "Squirting Dildo": [ + "Squirting Dildo", + "Dildo that can squirt a cum-like lubricant", + ], + "Squirting Facial": [ + "Squirting Facial", + "Forcefully expressing ejaculate from the vulva during an orgasm onto another performer's face.", + ], + "Squirting on Mouth": ["Squirting on Mouth", ""], + "Squirting Strap-on": [ + "Squirting Strap-on", + "Strap-on that can squirt a cum-like lubricant", + ], + Stairs: [ + "Stairs", + "At least some of the action takes place on stairs or steps.", + ], + Stalker: [ + "Stalker", + "Character who is creepily obsessed with a scene partner, often following or spying on them.", + ], + "Stand and Carry": [ + "Stand and Carry", + "Penetrative sex while standing up, lifting the receiver.", + ], + "Stand and Carry (DAP)": [ + "Stand and Carry (DAP)", + "Anal penetrative sex from two performers simultaneously while being carried by the givers", + ], + "Stand and Carry (DP)": [ + "Stand and Carry (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while being carried by the givers", + ], + "Stand and Carry (DVP)": [ + "Stand and Carry (DVP)", + "A female performer having double vaginal penetrative sex while being carried by the givers", + ], + "Standing 69": [ + "Standing 69", + "Carrying another performer upside down, so they can both give and receive oral sex.", + ], + "Standing Backbend": [ + "Standing Backbend", + "Bending backwards to form a vertical bridge-like posture with only the feet planted.", + ], + "Standing Blowjob": [ + "Standing Blowjob", + "A performer orally pleasuring a penis in a kneeling position, while the other performer is in a standing position", + ], + "Standing Cradle": [ + "Standing Cradle", + "Receiving woman is held off the ground in the reverse cowgirl position.", + ], + "Standing Doggy Style": [ + "Standing Doggy Style", + "Penetrative sex while standing up, from behind.", + ], + "Standing Masturbation": [ + "Standing Masturbation", + "At least one performer masturbates while in the standing position.", + ], + "Standing Missionary": [ + "Standing Missionary", + "Penetrative sex while standing up, from the front.", + ], + "Standing Pussy Licking": [ + "Standing Pussy Licking", + "A performer orally pleasuring a vulva in a kneeling position, while the other performer is in a standing position.", + ], + "Standing Sex": ["Standing Sex", "Penetrative sex while standing up."], + "Standing Sex (DP)": [ + "Standing Sex (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while standing up", + ], + "Standing Spreadeagle": [ + "Standing Spreadeagle", + "Spreaded legs and arms in a standing position.", + ], + "Steak & Blowjob Day": [ + "Steak & Blowjob Day", + "Takes place on or around Steak and Blowjob Day, a response to Valentine's Day held one month later.", + ], + Stealing: [ + "Stealing", + "Features a character stealing something, often getting caught afterwards.", + ], + "Stealthing Roleplay": [ + "Stealthing Roleplay", + "Non-consensual removal of a condom after starting with one.", + ], + Steampunk: ["Steampunk", "A"], + "Step Aunt": [ + "Step Aunt", + "Female character presented as a non-biological aunt to a scene partner, whether that relationship is recent or not.", + ], + "Step Brother": [ + "Step Brother", + "Male character presented as a non-biological brother to a scene partner, whether that relationship is recent or not.", + ], + "Step Cousin": [ + "Step Cousin", + "Character(s) presented as a non-biological cousin to a scene partner, whether that relationship is recent or not.", + ], + "Step Dad": [ + "Step Dad", + "Male character presented as a non-biological father to a scene partner, whether that relationship is recent or not.", + ], + "Step Daughter": [ + "Step Daughter", + "Female character presented as a non-biological daughter to a scene partner, whether that relationship is recent or not.", + ], + "Step Granddaughter": [ + "Step Granddaughter", + "Female character presented as a non-biological granddaughter to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandmother": [ + "Step Grandmother", + "Female character presented as a non-biological grandmother to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandpa": [ + "Step Grandpa", + "Male character presented as a non-biological grandpa to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandson": [ + "Step Grandson", + "Male character presented as a non-biological grandson to a scene partner, whether that relationship is recent or not.", + ], + "Step Mother": [ + "Step Mother", + "Female character presented as a non-biological mother to a scene partner, whether that relationship is recent or not.", + ], + "Step Nephew": [ + "Step Nephew", + "Male character presented as a non-biological nephew to a scene partner, whether that relationship is recent or not.", + ], + "Step Niece": [ + "Step Niece", + "Female character presented as a non-biological niece to a scene partner, whether that relationship is recent or not.", + ], + "Step Siblings": [ + "Step Siblings", + "Character presented as a non-biological sibling to a scene partner, whether that relationship is recent or not.", + ], + "Step Sister": [ + "Step Sister", + "Female character presented as a non-biological sister to a scene partner, whether that relationship is recent or not.", + ], + "Step Son": [ + "Step Son", + "Male character presented as a non-biological son to a scene partner, whether that relationship is recent or not.", + ], + "Step Uncle": [ + "Step Uncle", + "Male character presented as a non-biological uncle to a scene partner, whether that relationship is recent or not.", + ], + Stewardess: [ + "Stewardess", + "Female character who works as a flight attendant.", + ], + Stockings: [ + "Stockings", + "Sheer close-fitting leggings in two separate pieces, starting at the upper thigh and reaching down to the toes.", + ], + Stocks: [ + "Stocks", + "Large wooden restraint that often closes around a performer's wrists and head.", + ], + "Stomach Bulge": [ + "Stomach Bulge", + "A noticeable bulge created in the abdomen, visible during penetration.", + ], + "Stop and Go Instruction": [ + "Stop and Go Instruction", + "Performer instructs when to start and stop/pause an act, most often in a JOI context", + ], + Store: [ + "Store", + "At least some of the action takes place in some kind of store, shop, market, or dealership.", + ], + "St. Patrick's Day": [ + "St. Patrick's Day", + "Takes place on or around St. Patrick's Day.", + ], + Straight: [ + "Straight", + "Scenes with male and female scene partners, without action between male performers.", + ], + "Straight Hair": [ + "Straight Hair", + "Hair that would hang straight down if left loose.", + ], + "Straight Stud": [ + "Straight Stud", + "Male character involved in a gay scene who is presented as straight.", + ], + Straitjacket: [ + "Straitjacket", + "A restraint garment designed to restrict a person's movement by tightly binding their arms to their body.", + ], + "Strapless Dildo": ["Strapless Dildo", "A"], + "Strapless Top": [ + "Strapless Top", + "Top without shoulder straps, often worn as casual wear without a bra underneath.", + ], + "Strap-on": [ + "Strap-on", + "Harness worn across the hips with a dildo attached to the front.", + ], + "Strap-on and Penis (DP)": [ + "Strap-on and Penis (DP)", + "Scene contains Double Penetration with both a strap-on and a flesh and blood penis.", + ], + "Strap-on Blowjob": [ + "Strap-on Blowjob", + "Oral penetrative sex on a strapon dildo", + ], + "Strap-on (DP)": [ + "Strap-on (DP)", + "A scene with 3 women, 2 with strap-on dildos double penetrating the third.", + ], + "Strappado Bondage": ["Strappado Bondage", "Strappado"], + "Strawberry Blond Hair": [ + "Strawberry Blond Hair", + "Performers with hair colors that have both reddish and yellowish shades.", + ], + Street: [ + "Street", + "At least some of the action takes place outdoors by a street or roadway.", + ], + "Stretch Marks": ["Stretch Marks", "Colored lines or streaks on the skin"], + "String Bikini": [ + "String Bikini", + "Particularly revealing swimsuit designs consisting of little more than thin strings or straps.", + ], + "Strip Club": [ + "Strip Club", + "At least some of the action takes place in a strip club.", + ], + Stripper: [ + "Stripper", + "Character who is paid to dance at least partially nude for an audience.", + ], + "Stripper Pole": [ + "Stripper Pole", + "Tall vertical pole used by performers to spin and dance around.", + ], + "Strip Search": [ + "Strip Search", + "Performer is searched for hidden items by removing their clothes.", + ], + Striptease: [ + "Striptease", + "Features a performer taking clothes off, often before the action starts.", + ], + Struggling: ["Struggling", "Acting"], + "Stuck Sex": [ + "Stuck Sex", + "Sexual activity while a character is physically stuck somewhere by accident.", + ], + Stud: [ + "Stud", + "A young man thought to be very active sexually or regarded as a good sexual partner", + ], + Student: ["Student", "Character who is the student of a scene partner."], + Studio: [ + "Studio", + "At least some of the action takes place in an open workspace, usually dedicated to some craft or art.", + ], + "Studio Debut": [ + "Studio Debut", + "Performer's first scene for a particular network or studio.", + ], + Submission: [ + "Submission", + "Accepting or yielding to the authority of another person.", + ], + Submissive: [ + "Submissive", + "At least one performer serves as the submissive role in BDSM activities.", + ], + "Submissive Cleanup": [ + "Submissive Cleanup", + "Performer encourages or forces another participant to lick cum off someone's body, an object or a surface.", + ], + Subtitles: [ + "Subtitles", + "Captions displayed at the bottom of the screen that translate or transcribe the dialogue or narrative.", + ], + Suburbia: [ + "Suburbia", + "Set around a seemingly idyllic suburban lifestyle, often featuring housewives or white picket fences.", + ], + Succubus: ["Succubus", "Character presented as a succubus"], + "Sucking After Cumshot": [ + "Sucking After Cumshot", + "Performer continues, resumes, or commences sucking penis after ejaculation has occurred", + ], + "Suction Dildo": ["Suction Dildo", "Dildos with a suction cup base"], + "Sugar Daddy": [ + "Sugar Daddy", + "Character who is in a sexual relationship with a scene partner based on the promise of continued financial assistance.", + ], + Suit: ["Suit", "Matching suit jacket and trousers of identical textiles"], + Sultry: [ + "Sultry", + "Features strong, sexually charged glances and exchanges intended to be irresistible to at least one character.", + ], + Summer: [ + "Summer", + "Scenes that appear to take place in the summer, often by featuring hot sunny days.", + ], + Sunbathing: [ + "Sunbathing", + "Lying in the sun for some time, while at least partially undressed.", + ], + Sunburn: ["Sunburn", "Redness of the skin caused by exposure to the sun"], + Sundress: [ + "Sundress", + "Casual sleeveless dress, usually with a wide neckline and thin shoulder straps.", + ], + Sunglasses: [ + "Sunglasses", + "One or more performers wearing sunglasses for a portion of the scene, or the whole time.", + ], + Sunlit: ["Sunlit", "Scene is lit primarily by natural sunlight."], + Sunset: [ + "Sunset", + "The time in the evening when the sun disappears or daylight fades.", + ], + Superglue: ["Superglue", "A strong quick-setting adhesive."], + Superhero: [ + "Superhero", + "Character presented as a superhero, including original characters, parodies, and cosplay.", + ], + Supernatural: [ + "Supernatural", + "Features various elements relating to the manifestations or events considered to be of supernatural origin, such as ghosts.", + ], + Supervillain: [ + "Supervillain", + "Character presented as a supervillain, including original characters, parodies, and cosplay.", + ], + "Super Woman": [ + "Super Woman", + "Penetrative sex from a doggy position while the receiver's legs are lifted into the air.", + ], + "Surgical Mask": [ + "Surgical Mask", + "Oro-nasal cover worn against aerosl. Usualy disposalble and in blue or green.", + ], + "Surprise Creampie": [ + "Surprise Creampie", + "An unexpected creampie by at least one character.", + ], + "Surprise Cumshot": ["Surprise Cumshot", "When an unexpected cumshot occurs"], + Suspension: [ + "Suspension", + "Binding and lifting a performer so their weight is not naturally supported, nor supported by another performer.", + ], + "Suspension Gear": [ + "Suspension Gear", + "Pre-made items such as cuffs, harnesses and staps that can be used, but not exclusive to, the suspension of a perofmer.", + ], + "Swallowing Multiple Loads": ["Swallowing Multiple Loads", ""], + Swapping: [ + "Swapping", + "At least two pairs switch scene partners, playing either couples or family members.", + ], + Sweater: [ + "Sweater", + "A top, typically long sleeved, made of knitted or crocheted material.", + ], + "Sweat Pants": ["Sweat Pants", "Soft, casual trousers, usually in grey."], + Sweatshirt: [ + "Sweatshirt", + "Long-sleeved pullover shirt or jacket fashioned out of thick cloth material.", + ], + Sweaty: [ + "Sweaty", + "Features a significant amount of visible sweat on at least one performer.", + ], + Swedish: ["Swedish", "Scene features Swedish performer(s)"], + Swimming: [ + "Swimming", + "Scenes featuring the self-propulsion of a performer through water.", + ], + Swimsuit: [ + "Swimsuit", + "Set of clothing worn without any outerwear and intended to be used in the water.", + ], + Swing: ["Swing", "A swing not necessarily used for sex"], + Swingers: [ + "Swingers", + "Couples who have an open relationship, seeking sexual encounters together.", + ], + "Swinging Dick": [ + "Swinging Dick", + "Dick swinging/bouncing from whipping it out of pants or from any hip movement.", + ], + Swirly: ["Swirly", "Flushing someone’s head in a toilet."], + Swiss: ["Swiss", "Scene features Swiss performer(s)"], + Switch: ["Switch", "Performer(s) who can act as both the Top or Bottom"], + Swollen: ["Swollen", ""], + Sybian: [ + "Sybian", + "Vibrating saddle for a performer to sit on, often with a dildo attached.", + ], + Table: ["Table", "At least some of the action takes place on a table."], + Taboo: [ + "Taboo", + "Sexual partner considered forbidden by society, culture, religion, etc.", + ], + "Tag Team": [ + "Tag Team", + "Performers taking turns having sex with a particular performer in one sexual session", + ], + Tail: ["Tail", "Animal-like tail attached to the end of a butt plug."], + "Taking Plan B": [ + "Taking Plan B", + "A performer or their character taking an emergency contraception pill, either onscreen or planning to do so offscreen soon.", + ], + "Tall Man": [ + "Tall Man", + "Male performer with a height taller than 6' (182 cm)", + ], + "Tall Socks": [ + "Tall Socks", + "Socks that end anywhere above the ankle, from knee-high to thigh-high.", + ], + "Tall Woman": [ + "Tall Woman", + "Female performer with a height taller than 5'9'' (175 cm)", + ], + Tampon: [ + "Tampon", + "A wad of absorbent material absorb secretions (as from menstruation) or to stop bleeding.", + ], + "Tank Top": [ + "Tank Top", + "A sleeveless upper garment with shoulder straps and a low neck", + ], + "Tan Lines": [ + "Tan Lines", + "Performers with significantly visible tan lines.", + ], + "Tanned Skin": ["Tanned Skin", "Performers with lightly bronzed skin tones."], + Tantra: [ + "Tantra", + "A massage that uses sensual touch to awaken or elicit a deeper sense of consciousness.", + ], + "Tantric Practitioner": [ + "Tantric Practitioner", + "Character experienced in tantric sexual practices or tantric massage.", + ], + "Tantric Temple": [ + "Tantric Temple", + "A Tantric Temple is a space designed for practicing tantric rituals, meditation, and spiritual practices.", + ], + Tape: [ + "Tape", + "A long, narrow strip of cloth or plastic material that is often sticky on one side.", + ], + "Tape Bondage": ["Tape Bondage", "Using tape to restrain a performer."], + "Taped Fists": [ + "Taped Fists", + "The performer's clenched fists wrapped and taped.", + ], + "Tape Gag": [ + "Tape Gag", + "To be gagged or silenced with the use of duct tape, gaffer tape, medical tape etc.", + ], + Taser: ["Taser", ""], + Tasting: [ + "Tasting", + "A performer tasting or under the impression of tasting something", + ], + Tattoos: ["Tattoos", "Performers who have at least one visible tattoo."], + "Tattoos & Piercings": [ + "Tattoos & Piercings", + "Scenes in which the performer has both tattoos and piercings.", + ], + Tawse: [ + "Tawse", + "A leather strap or thong which is split into tails used for corporal punishment.", + ], + Tea2020: ["Tea2020", "Trans Erotica Awards 2020"], + "Tea Bagging": [ + "Tea Bagging", + "Lowering testicles onto another performer's face.", + ], + Teacher: ["Teacher", "Character who is the teacher of a scene partner."], + "Teaching Sex": ["Teaching Sex", "A"], + Teammates: [ + "Teammates", + "Characters who work or play on the same team as their scene partner.", + ], + Teardrop: [ + "Teardrop", + "breast shape that has a wide, round base that gently slopes upward", + ], + Tease: [ + "Tease", + "Erotic performance near the beginning of a scene, often while alone.", + ], + "Tease and Denial": [ + "Tease and Denial", + "Teasing with the intent to heighten sexual frustration.", + ], + Teddy: [ + "Teddy", + "A woman's one-piece undergarment combining a chemise and underpants, sometimes having a snap crotch.", + ], + "Teen (18–22)": [ + "Teen (18–22)", + "Character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + "Teen Boy (18–22)": [ + "Teen Boy (18–22)", + "Male character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + "Teen Girl (18–22)": [ + "Teen Girl (18–22)", + "Female character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + Telephone: [ + "Telephone", + "The performer is using a phone, smartphone or tablet", + ], + "Temperature Play": ["Temperature Play", "A"], + Tenant: [ + "Tenant", + "Character who is living somewhere that is owned or managed by a scene partner.", + ], + "TENS Unit": ["TENS Unit", "Small"], + Tent: ["Tent", "Fabric-covered shelter, usually placed outdoors for camping"], + Tentacle: [ + "Tentacle", + "Arm-like appendage found on octopi, squid, or space aliens, often covered in suction cups.", + ], + Terrace: ["Terrace", "At least some of the action takes place on a terrace."], + "Textual Tattoo": [ + "Textual Tattoo", + "Performers featuring tattoos with written text.", + ], + Thai: ["Thai", "Scene features Thai performer(s)"], + Thanksgiving: ["Thanksgiving", "Takes place on or around Thanksgiving."], + "Theater Room": [ + "Theater Room", + "At least some of the action takes place in a theater room.", + ], + "The Pose": [ + "The Pose", + "Laying on stomach with the soles of feet raised and showing behind", + ], + Therapist: [ + "Therapist", + "Character serving as a therapist or counselor of some kind for a scene partner.", + ], + "Thick Cock": ["Thick Cock", "A penis that is notably large in girth"], + "Thick Thighs": ["Thick Thighs", "Performers with thick thighs."], + "Thigh Cuffs": ["Thigh Cuffs", "Restraints worn around the thighs."], + "Thigh Focus": [ + "Thigh Focus", + "A closeup or an emphasis on the Thigh area of the performer", + ], + "Thigh Gap": [ + "Thigh Gap", + "Space between the inner thighs of some women when standing upright with feet touching", + ], + "Thigh-high Boots": ["Thigh-high Boots", "Boots that end above the knee."], + "Thigh Highs": [ + "Thigh Highs", + "A garment for the lower body, as a stocking or boot, that reaches the thigh.", + ], + "Thigh-high Socks": [ + "Thigh-high Socks", + "Socks that end at mid-thigh or higher, similar in height to stockings.", + ], + Thighjob: ["Thighjob", "Using thighs to pleasure another performer's penis."], + "Thighjob to Completion": [ + "Thighjob to Completion", + "Performer giving a thighjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + Thong: [ + "Thong", + "Bottoms with a narrow triangular back, leaving much of the buttocks exposed.", + ], + Threesome: [ + "Threesome", + "Exactly three performers at the same time, regardless of gender combination.", + ], + "Threesome Assisted Oral": [ + "Threesome Assisted Oral", + "Third character directs head movement of other characters performing oral.", + ], + "Threesome (BBG)": [ + "Threesome (BBG)", + "Exactly two male performers and one female performer, at the same time.", + ], + "Threesome (BBT)": [ + "Threesome (BBT)", + "Exactly two male performers, and one trans performer at the same time.", + ], + "Threesome (BGG)": [ + "Threesome (BGG)", + "Exactly one male performer and two female performers, at the same time.", + ], + "Threesome (BGT)": [ + "Threesome (BGT)", + "Exactly one male performer, one female performer, and one trans performer, at the same time.", + ], + "Threesome (BTT)": [ + "Threesome (BTT)", + "Exactly one male performer, and two trans performers, at the same time.", + ], + "Threesome (Gay)": [ + "Threesome (Gay)", + "Exactly three male performers, at the same time.", + ], + "Threesome (GGT)": [ + "Threesome (GGT)", + "Exactly two female performers, and one trans performer at the same time.", + ], + "Threesome (GTT)": [ + "Threesome (GTT)", + "Exactly one female performer, and two trans performers at the same time.", + ], + "Threesome (Lesbian)": [ + "Threesome (Lesbian)", + "Exactly three female performers, at the same time.", + ], + "Threesome (Trans)": [ + "Threesome (Trans)", + "Exactly three trans performers, at the same time.", + ], + "Throat Bulge": [ + "Throat Bulge", + "A Throat Bulge created by a large penis or other large item filling a throat.", + ], + "Throat Creampie": [ + "Throat Creampie", + "Ejaculating while inside another performer's throat (mouth does not count).", + ], + "Throat Fucking": [ + "Throat Fucking", + "Oral sex in which someone thrusts their penis into another performer's mouth and down their throat.", + ], + "Throbbing Creampie": [ + "Throbbing Creampie", + "Visibly throbbing, pulsating penis while cumming inside vagina", + ], + "Thumb In Ass": [ + "Thumb In Ass", + "Manual anal stimulation with thumb in another's anus", + ], + Tickling: [ + "Tickling", + "Tickling another performer, causing them to squirm or laugh.", + ], + "Tie-dyed Clothing": [ + "Tie-dyed Clothing", + "Clothing dyed via tying to produce colorful circles.", + ], + "Time Stop": [ + "Time Stop", + "Time stops or is altered for at least one participant while another takes sexual advantage of the situation.", + ], + "Tiny Tits": [ + "Tiny Tits", + "Exceptionally small to the point of having very little shape, typically around AA cups.", + ], + "Tiny Woman": [ + "Tiny Woman", + "Female performer with a height shorter than 5'1'' (155 cm)", + ], + "Tit Impact Play": [ + "Tit Impact Play", + "BDSM act where a performer's breasts are struck with an implement or hand.", + ], + Titjob: ["Titjob", "Using breasts to pleasure another performer's penis."], + "Titjob - POV": ["Titjob - POV", "Point Of View of titjob receiver"], + "Titjob to Completion": [ + "Titjob to Completion", + "Performer giving a titjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Titjob While Other's Blowjob": [ + "Titjob While Other's Blowjob", + "Using breasts to pleasure one penis while giving a blowjob to another penis", + ], + "Tit Smacking": [ + "Tit Smacking", + "Forcefully slapping a performer's breasts, often while focusing on a different action.", + ], + "Tits Touching Tits": [ + "Tits Touching Tits", + "Performers press or rub their breasts against another performer's breasts.", + ], + "Tit Worship": [ + "Tit Worship", + "Focused on physically appreciating another performer's breasts with hands or mouth.", + ], + "Toe Curling": [ + "Toe Curling", + "When the performer curls his/her toes of pleasure during orgasm", + ], + "Toe Focus": [ + "Toe Focus", + "When the toes are the emphasis of the scene or image. This include the performer grabbing objects with his toes.", + ], + "Toe Ring": ["Toe Ring", "Performer wears at least 1 ring on their toes."], + "Toe Socks": ["Toe Socks", "Socks with individual toes"], + "Toe Sucking": [ + "Toe Sucking", + "Performer has their toes sucked by another performer.", + ], + Toilet: ["Toilet", "At least some of the action takes place on a toilet."], + Tongs: [ + "Tongs", + "Grasping devices consisting commonly of two pieces joined at one end by a pivot.", + ], + Tongue: ["Tongue", "Performer show her tongue"], + "Tongue Piercing": [ + "Tongue Piercing", + "Performers with at least one visible piercing in their tongue.", + ], + "Tongue Sucking": ["Tongue Sucking", "Sucking on someone else's tongue"], + "Tooth Gap": [ + "Tooth Gap", + "Gap between two teeth, typically most noticeable between the upper front teeth.", + ], + "Top Finishes Bottom": ["Top Finishes Bottom", "Duing"], + Topless: ["Topless", "Wearing nothing to cover the chest."], + "Topless Only": [ + "Topless Only", + "Scene shows bare female breasts, but no female nudity below the waist.", + ], + "Torpedo Tits": ["Torpedo Tits", "Bulbous"], + "Torture Rack": [ + "Torture Rack", + "A torture device that stretches a person by pulling the arms and legs.", + ], + Touching: [ + "Touching", + "Capable of arousing emotions of tenderness or compassion.", + ], + "Tour Guide": [ + "Tour Guide", + "Someone who points out the way and leads others on a trip or tour.", + ], + Towel: [ + "Towel", + "A piece of thick absorbent cloth or paper used for drying oneself or wiping things dry.", + ], + "Toy and Penis (DAP)": [ + "Toy and Penis (DAP)", + "Anal penetrative sex from one performer and a toy like a butt plug or dildo", + ], + "Toy Masturbation": [ + "Toy Masturbation", + "Using any kind of sex toy to masturbate.", + ], + Toys: ["Toys", "Using some object to directly pleasure a performer."], + "Toy Sucking": [ + "Toy Sucking", + "Sucking on a sex toy for some time, often to imitate a blowjob.", + ], + Trailer: [ + "Trailer", + "Short content preview with intent to promote a longer or full version.", + ], + "Trainer Gag": ["Trainer Gag", "A gag with head harness."], + Training: [ + "Training", + "Features inexperienced characters that are sexually trained or introduced to BDSM.", + ], + "Train (Oral Sex)": [ + "Train (Oral Sex)", + "At least three performers have oral sex in a chain.", + ], + "Train (Participant Queue)": [ + "Train (Participant Queue)", + "Performer engaging in penetrative sex with one of multiple sequential partners in a queue", + ], + "Train (Penetration Chain)": [ + "Train (Penetration Chain)", + "Group sex act where one performer is simultaneously the receiver and giver of penetrative sex.", + ], + "Train (Rail Transport)": [ + "Train (Rail Transport)", + "Some of the action takes place on a train or light rail vehicle.", + ], + "Train (Rimming)": [ + "Train (Rimming)", + "At least three performers rimming another in a sequential chain arrangement.", + ], + Trampling: ["Trampling", "Performer stepping on another performer."], + Trampoline: [ + "Trampoline", + "A resilient sheet or web supported by springs in a metal frame.", + ], + "Tramp Stamp": ["Tramp Stamp", "Tattoo on a performer's lower back."], + "Trans Creampie": [ + "Trans Creampie", + "Trans performer cums inside partner's vagina or anus", + ], + Transdom: ["Transdom", "Trans character playing the dominant role."], + Transformation: ["Transformation", "Change in appearance"], + "Trans Fucked by Female": [ + "Trans Fucked by Female", + "Female performer sexually penetrates a trans performer.", + ], + "Trans Fucked by Male": [ + "Trans Fucked by Male", + "Male performer sexually penetrates a trans performer.", + ], + "Trans Fucks Female": [ + "Trans Fucks Female", + "Trans performer sexually penetrates a female performer.", + ], + "Trans Fucks Male": [ + "Trans Fucks Male", + "Trans performer sexually penetrates a male performer.", + ], + "Trans Fucks Trans": [ + "Trans Fucks Trans", + "Trans performer sexually penetrates another trans performer.", + ], + Transgender: [ + "Transgender", + "Scenes that feature trans performers, either alone or with scene partners.", + ], + "Transgender (Female)": [ + "Transgender (Female)", + "Scenes that feature trans women performers, either alone or with scene partners, who identify as female.", + ], + "Transgender (Male)": [ + "Transgender (Male)", + "Scenes that feature trans male performers, either alone or with scene partners, who identify as male.", + ], + "Transgender (Non-Binary)": [ + "Transgender (Non-Binary)", + "Scenes that feature non-binary performers, either alone or with scene partners.", + ], + "Transparent Clothing": [ + "Transparent Clothing", + "Clothing that is at least somewhat transparent.", + ], + "Transparent Dildo": [ + "Transparent Dildo", + "Dildo made of a clear or translucent material.", + ], + "Trans - POV": [ + "Trans - POV", + "Presented at least partially from the perspective of a trans performer.", + ], + Transsub: ["Transsub", "Trans character playing the submissive role."], + "Trans Top": [ + "Trans Top", + "Trans performer sexually penetrates another performer.", + ], + "Trans Torso": [ + "Trans Torso", + "A sex toy in the shape of the torso of a Trans body with brests and an erect penis", + ], + "Trans Woman Receiving Blowjob": [ + "Trans Woman Receiving Blowjob", + "Blowjob being performed on a trans woman's penis by a performer of any gender.", + ], + "Travel Sex": [ + "Travel Sex", + "Sexual activity while traveling, often during a vacation.", + ], + Triangle: [ + "Triangle", + "Triangle formation, typically MFF with missionary and face sitting", + ], + Tribbing: [ + "Tribbing", + "Performer rubs their vulva against another performer's body.", + ], + Tricked: ["Tricked", "Where"], + "Trimmed Dick": [ + "Trimmed Dick", + "Hair on and around penis and scrotum is neatly trimmed", + ], + "Trimmed Genitals (Trans)": [ + "Trimmed Genitals (Trans)", + "Trans performer with pubic hair that is neatly trimmed and shaped", + ], + "Trimmed Pussy": [ + "Trimmed Pussy", + "Pubic hair that is neatly trimmed and shaped, on or above the vulva.", + ], + "Triple Anal Penetration (TAP)": [ + "Triple Anal Penetration (TAP)", + "Anal penetrative sex from three performers simultaneously.", + ], + "Triple Blowjob": [ + "Triple Blowjob", + "Three performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Triple Blowjob (3 Mouths)": [ + "Triple Blowjob (3 Mouths)", + "Three performers orally pleasuring a single penis at roughly the same time.", + ], + "Triple Blowjob (3 Penises)": [ + "Triple Blowjob (3 Penises)", + "One performer orally pleasuring three penises at roughly the same time.", + ], + "Triple Footjob": [ + "Triple Footjob", + "Three performers pleasuring a single penis with their feet.", + ], + "Triple Handjob": [ + "Triple Handjob", + "Three performers pleasuring a single penis with their hands at the same time", + ], + "Triple Penetration (TP)": [ + "Triple Penetration (TP)", + "Vaginal and anal penetrative sex from three performers simultaneously.", + ], + "Triple Vaginal Insertion": [ + "Triple Vaginal Insertion", + "Vaginally penetrated with three objects simultaneously, where all three objects are not penises.", + ], + "Triple Vaginal Penetration (TVP)": [ + "Triple Vaginal Penetration (TVP)", + "Vaginal penetrative sex from three performers simultaneously.", + ], + "Trouble Swallowing": [ + "Trouble Swallowing", + "Performer has visible difficulty in swallowing.", + ], + "T-shirt": [ + "T-shirt", + "A fabric, usually short-sleeved, top. May be plain or feature a graphic printed on the front and/or back.", + ], + "Tube Dress": ["Tube Dress", "Strapless form-fitting dress"], + "Tube Gag": ["Tube Gag", "A gag where a tube is inserted into the mouth."], + "Tunnel Plug": [ + "Tunnel Plug", + "An hollow anal plug inserted allowing for views and access to the insides", + ], + Turkish: ["Turkish", "Scene features Turkish performer(s)"], + Tutorial: ["Tutorial", "A step-by-step guide or instructional content."], + Tutoring: [ + "Tutoring", + "One performer teaching another performer outside of a school.", + ], + Tutu: [ + "Tutu", + "A very short skirt made of many layers of very thin, stiff material, worn by female ballet dancers.", + ], + "TV Character": [ + "TV Character", + "Performer representing a character from television, either as parody or cosplay.", + ], + Twerking: [ + "Twerking", + "Describes a performer squatting, arching their back, and shaking their backside up and down.", + ], + "Twerking Sex": [ + "Twerking Sex", + "Female partner is active in doggy/cowgirl position by making twerk moves", + ], + Twink: [ + "Twink", + "Slang for a young man in late teens/early twenties with attractive appearance", + ], + Twins: ["Twins", "Characters who are twin siblings of each other."], + Twirling: [ + "Twirling", + "Performers spinning in place, usually to show off their body.", + ], + Twosome: [ + "Twosome", + "Exactly two performers at the same time, regardless of gender combination.", + ], + "Twosome (Gay)": [ + "Twosome (Gay)", + "Exactly two male performers, at the same time.", + ], + "Twosome (Lesbian)": [ + "Twosome (Lesbian)", + "Exactly two female performers, at the same time.", + ], + "Twosome (Straight)": [ + "Twosome (Straight)", + "Exactly one male performer and one female performer, at the same time.", + ], + "Twosome (Trans)": [ + "Twosome (Trans)", + "Exactly two transexual performers, at the same time.", + ], + "Twosome (Trans-Female)": [ + "Twosome (Trans-Female)", + "Exactly one female performer and one transexual performer, at the same time.", + ], + "Twosome (Trans-Male)": [ + "Twosome (Trans-Male)", + "Exactly one male performer and one transexual performer, at the same time.", + ], + Ukrainian: ["Ukrainian", "Scene features Ukrainian performer(s)"], + Ultrasound: [ + "Ultrasound", + "A Medical Ultrasound Device is used during a sex act.", + ], + Unbirth: [ + "Unbirth", + "Fetish involving traveling through the vagina and into the womb.", + ], + Uncensored: [ + "Uncensored", + "Free from censorship using a mosaic or blur effect.", + ], + Uncircumcised: ["Uncircumcised", "Penis with the foreskin intact."], + Uncle: ["Uncle", "Male character is [a biological] uncle."], + Unconscious: [ + "Unconscious", + "Features at least one character unconscious for a time.", + ], + Underboob: [ + "Underboob", + "The lower part of a breast uncovered or revealed by clothing", + ], + "Under Table": [ + "Under Table", + "Scene features a performer teasing or pleasing another performer under a table", + ], + "Under-the-Knee Socks": [ + "Under-the-Knee Socks", + "Socks that end just below the knee.", + ], + Underwear: [ + "Underwear", + "Features performer in just their underwear, regardless of type.", + ], + Uniform: [ + "Uniform", + "Appropriate clothing worn by a member of a particular organization or occupation.", + ], + "Unlocking Chastity": [ + "Unlocking Chastity", + "Chastity device gets removed or opened sometimes without stimulation.", + ], + Unshaven: ["Unshaven", "Performers with hair on their genitals."], + "Unwanted Creampie": [ + "Unwanted Creampie", + "Where one or more character does not want to be the recipient of a creampie, whether before or after the actual creampie occurs.", + ], + "Unwanted Cum in Mouth": [ + "Unwanted Cum in Mouth", + "Aversion to receiving ejaculation orally during blowjob", + ], + "Unwanted Facial": [ + "Unwanted Facial", + "Character is reluctant receipt of a cumshot to their face.", + ], + Upblouse: [ + "Upblouse", + "Voyeuristic image of the upwards view of a person's blouse, usually below cleavage point of view.", + ], + "Upper-body Shot": [ + "Upper-body Shot", + "A shot where only the head to waist part of the performer are visible", + ], + Upshots: ["Upshots", "Scene is partially shot from below"], + "Upside Down": [ + "Upside Down", + "At least one performer is upside down in relation to the ground.", + ], + Upskirt: [ + "Upskirt", + "Views up a performer’s skirt where you get a glimpse of their panties or genitalia.", + ], + Uruguayan: ["Uruguayan", "Scene features Uruguayan performer(s)"], + Vacuum: ["Vacuum", ""], + "Vacuum Bed": [ + "Vacuum Bed", + "Frame with 2 Latex Sheets to be entered by Performer. A Vacuum restricts movement", + ], + "Vacuum Bondage": [ + "Vacuum Bondage", + "Restraining a performer using some kind of vacuum", + ], + "Vacuum Cube": [ + "Vacuum Cube", + "Cube lined with Latex Sheets on all sides to be entered by a performer", + ], + "Vaginal Condom": [ + "Vaginal Condom", + "Condom inserted into vagina. Can be attached to clothing such as pants or catsuits", + ], + "Vaginal Creampie": [ + "Vaginal Creampie", + "Vaginal penetrative sex to completion without pulling out.", + ], + "Vaginal Dildo": [ + "Vaginal Dildo", + "Vaginally penetrating a performer with a dildo.", + ], + "Vaginal Fisting": [ + "Vaginal Fisting", + "Inserting an entire hand into another performer's vagina.", + ], + "Vaginal Insertion": [ + "Vaginal Insertion", + "Vaginally penetrated with any toy or object.", + ], + "Vaginally Plugged Sex": [ + "Vaginally Plugged Sex", + "Female performer receiving anal sex while having a plug (or similar toy) in the vagina.", + ], + "Vaginal Penetration": [ + "Vaginal Penetration", + "Inserting anything into the vagina.", + ], + "Vaginal Plug": [ + "Vaginal Plug", + "Plug designed to be inserted vaginally into a performer.", + ], + "Vaginal Sex": ["Vaginal Sex", "Vaginal penetrative sex"], + "Valentine's Day": [ + "Valentine's Day", + "Takes place on or around Valentine's Day.", + ], + Vampire: ["Vampire", "Character presented as an undead vampire."], + Vanilla: [ + "Vanilla", + 'Vanilla" refers to conventional, romantic, and straightforward sexual content, focusing on tenderness and emotional connection rather than kinks or fetishes.', + ], + Vaping: ["Vaping", "At least one performer is using a vape in the scene."], + Vedgie: [ + "Vedgie", + 'A combination of "wedgie" and "vulva" or "vagina" words. When a girl is wearing thong panties and they ride up into her crotch, it\'s called a Vedgie.', + ], + Vegetable: [ + "Vegetable", + "Penetrating a performer with some vegetable or fruit.", + ], + Veil: [ + "Veil", + "A piece of thin clothing worn by women to cover their faces or heads.", + ], + "Veiny Dick": ["Veiny Dick", "Penises with visible veins"], + "Veiny Tits": ["Veiny Tits", "Breasts with visible veins"], + Venezuelan: ["Venezuelan", "Scene features Venezuelan performer(s)"], + Verbal: [ + "Verbal", + "Scene where the primary or sole focus is on dirty talking into camera. Common examples include JOI, Humiliation, Roleplay", + ], + "Verbal Humiliation": [ + "Verbal Humiliation", + "Extensive language intended to humiliate", + ], + "Vertical Video": [ + "Vertical Video", + "Scene in an upright video format, e. g. shot with a cellphone", + ], + Vest: [ + "Vest", + "Scene features a performer wearing a sleeveless garment, often worn over a shirt or blouse.", + ], + "Vet Wrap": ["Vet Wrap", "Wrapping a performer in vet wraps."], + Vibrator: [ + "Vibrator", + "A handheld, vibrating sex toy; usually used on a performer's pussy.", + ], + VideoShoot: [ + "VideoShoot", + "Motivation for one or more characters in the scene is to do sexual acts as part of a video that is being filmed.", + ], + Vietnamese: ["Vietnamese", "Scene features Vietnamese performer(s)"], + Vignettes: [ + "Vignettes", + "Narrative scenes that do not directly connect with storylines from the rest of a series or movie.", + ], + "Vintage Scenes": [ + "Vintage Scenes", + "Older scenes and movies, often digital re-releases originally sold on physical media.", + ], + "Violet Wand": [ + "Violet Wand", + "Wand or rod designed to deliver a focused electrical stimulation to a performer.", + ], + Virgin: ["Virgin", "Character who has not had sex before."], + "Virgin Humiliation": [ + "Virgin Humiliation", + "Humiliation focused around the viewers virginity", + ], + "Virgin Killer Sweater": [ + "Virgin Killer Sweater", + "Halter top sweater with a large open back", + ], + "Virgin Man": ["Virgin Man", "Male character who has not had sex before."], + "Virgin (Roleplay)": [ + "Virgin (Roleplay)", + "Performer who pretends to be a virgin.", + ], + "Virgin Woman": ["Virgin Woman", "Women who has not had sex before."], + "Virtual Date": [ + "Virtual Date", + "A POV scene where a performer is going on a date with the viewer", + ], + "Virtual Reality": [ + "Virtual Reality", + "Offered in a format to be used with a virtual reality headset of some kind.", + ], + "Virtual Sex": [ + "Virtual Sex", + "Scene in which the performed pretends to have sex in a POV fashion", + ], + "Visible Anus": [ + "Visible Anus", + "Scene or image where the performer anus is visible", + ], + "Visible Contractions": [ + "Visible Contractions", + "Visibly seeing the vagina or anus open/close, typically during orgasm.", + ], + "Visible Feet": [ + "Visible Feet", + "When a foot or both feet are on frame, whether covered, or not.", + ], + "Visible Marks": [ + "Visible Marks", + "Visible results of rough sex or BDSM play, such as bruises, welts, or rope marks, on a performer's body.", + ], + "Visible Pink Areola": [ + "Visible Pink Areola", + "Used when the areola is more prominant than the nipple.", + ], + "Visible Pussy": [ + "Visible Pussy", + "When you can see the performer Pussy even partially", + ], + "Visible Thighs": ["Visible Thighs", "When the performer Thighs are visible"], + Vlog: ["Vlog", "Documents part of a performer's life."], + Vore: [ + "Vore", + "Fetish in which one fantasizes about being eaten alive or eating another creature alive", + ], + Voyeur: [ + "Voyeur", + "Watching another character who is nude or engaged in some sexual activity, without their knowledge or consent.", + ], + "Waist-length Hair": [ + "Waist-length Hair", + "Hair that is long enough to approximately reach the waist", + ], + Waitress: [ + "Waitress", + "Character shown as a server in a restaurant of some kind.", + ], + Wands: ["Wands", "Small rod-shaped vibrators."], + Washing: [ + "Washing", + "Showing a performer bathing or showering, not necessarily doing anything other than washing up.", + ], + Watch: ["Watch", "Scene features a performer wearing a watch"], + "Watching Porn": [ + "Watching Porn", + "Features a character watching a pornographic video.", + ], + Water: [ + "Water", + "Features at least one performer playing with or in water, including showers, pools, etc.", + ], + "Water Boarding": [ + "Water Boarding", + "Using water to disrupt a performer's ability to breathe.", + ], + Watermark: [ + "Watermark", + "A logo, text or any other marking added to the scene/photo afterward to give a brand to the image.", + ], + "Water Tank": [ + "Water Tank", + "Partially or completely submerging a performer in a tank of water.", + ], + "Wavy Hair": [ + "Wavy Hair", + "Hair that has wider, looser curls or waves for at least some of its length.", + ], + "Wearing Panties After Creampie": [ + "Wearing Panties After Creampie", + "A female performer pulls up panties and/or pants immediately after receiving a creampie", + ], + Webcam: [ + "Webcam", + "Features a character performing for a webcam, whether it's real or fictional.", + ], + Wedding: ["Wedding", "Takes place at or around someone's wedding."], + "Wedding Dress": [ + "Wedding Dress", + "The dress worn by the bride during a wedding ceremony.", + ], + "Wedding Ring": [ + "Wedding Ring", + "A performer is seen wearing a ring or wedding band", + ], + Wedges: ["Wedges", "Women's shoes with a heel all the way under the shoe."], + Wedgie: ["Wedgie", "An"], + Weights: [ + "Weights", + "Weighted objects used to pull down on parts of a performer's body when left hanging.", + ], + Welsh: ["Welsh", "Scene features Welsh performer(s)"], + "Welsh Acccent": ["Welsh Acccent", "Speaks with an accent native to Wales."], + "Western Production": [ + "Western Production", + "Produced by western countries, including Europe and the Americas.", + ], + "Wet Look": [ + "Wet Look", + "Features performers who look wet, either from water or oil.", + ], + "Wetlook Clothing": [ + "Wetlook Clothing", + "Clothing made of fabric, that appears to be wet", + ], + "Wet Panties": [ + "Wet Panties", + "A wet spot, caused by natural vaginal lubrication or urine, is visible through panties", + ], + "Wet Pussy": [ + "Wet Pussy", + "Visible lubrication produced by the vagina during sexual arousal.", + ], + Wetting: ["Wetting", "Peeing through clothing/underwear"], + "Wet T-shirt": [ + "Wet T-shirt", + "Shirt soaked in water or other fluids, making it more transparent.", + ], + "Wheelbarrow Spanking Position": ["Wheelbarrow Spanking Position", "A"], + Whip: ["Whip", "Flexible tool designed to strike a performer."], + "Whipped Cream": [ + "Whipped Cream", + "Applying whipped cream to a performer's body.", + ], + Whispering: [ + "Whispering", + "Performer speaking in a low soft voice in a non-ASMR scene.", + ], + White: [ + "White", + "Performers with broadly European racial backgrounds, regardless of gender.", + ], + "White Man": [ + "White Man", + "Male performers with broadly European racial backgrounds.", + ], + "White on Black": [ + "White on Black", + "At least one white performer penetrating a black performer.", + ], + "White Room": ["White Room", "Scene"], + "White Stockings": [ + "White Stockings", + "Scene contains a performer who wears white colored stockings", + ], + "White Top": [ + "White Top", + "White performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "White Trans Woman": [ + "White Trans Woman", + "Trans-female performers with broadly European racial backgrounds.", + ], + "White Woman": [ + "White Woman", + "Female performers with broadly European racial backgrounds.", + ], + "Whole Object Insertion (Butt)": [ + "Whole Object Insertion (Butt)", + "Inserting any object in butt such that it is no longer visible.", + ], + "Whole Object Insertion (Vagina)": [ + "Whole Object Insertion (Vagina)", + "Inserting any object in vagina such that it is no longer visible.", + ], + "Wide Hips": [ + "Wide Hips", + "Female performer with a hip-to-waist ratio greater than 0.8.", + ], + Widow: [ + "Widow", + "A female who has lost her spouse by death and has not remarried.", + ], + Wife: ["Wife", "Female character who is married to a scene partner."], + Wig: [ + "Wig", + "A manufactured covering of natural or synthetic hair for the head.", + ], + Wild: ["Wild", "Sex in a wild and energetic fashion"], + Wings: [ + "Wings", + "At least one performer is wearing wings during parts of the scene.", + ], + "Winner Fucks Loser": [ + "Winner Fucks Loser", + "A rule common in wrestling match where the winner of the match fucks the loser in their preferred style.", + ], + Winter: [ + "Winter", + "Scenes that appear to take place in the winter, often by featuring snow.", + ], + Witch: ["Witch", "Character presented as a magical witch."], + Wolf: [ + "Wolf", + "A wolf is a gay man with body and facial hair, but also has a very lean, muscular, athletic build", + ], + "Woman's Heels": ["Woman's Heels", "Woman's shoes with a raised heel."], + "Wooden Spoon Spanking": [ + "Wooden Spoon Spanking", + "Scenes where performer is spanked or struck with a wooden spoon.", + ], + "Work Fantasies": [ + "Work Fantasies", + "Takes place while at least one character is on the job, whatever and wherever that job may be.", + ], + Workout: [ + "Workout", + "Takes place while at least one character is working out, regardless of location.", + ], + "Wrapped Missionary": ["Wrapped Missionary", "Position"], + Wrestling: [ + "Wrestling", + "Features performers physically wrestling or fighting each other, often while nude.", + ], + "Wrestling Mat": [ + "Wrestling Mat", + "Padded surface made of foam and vinyl intended for wrestling.", + ], + "Wrinkled Soles": [ + "Wrinkled Soles", + "A performer in the scene is displaying their soles which are wrinkled", + ], + Writing: [ + "Writing", + "Performer writes or types text, e.g. as part of a scene script or as a BDSM activity.", + ], + "X-frame": [ + "X-frame", + "At least some of the action takes place with a character fixed to a standing frame with arms and legs spread.", + ], + "X-Ray": [ + "X-Ray", + "Internal organs being visible through the skin or from the inside. Mostly used in Hentai", + ], + Yoga: ["Yoga", "Features stretches and poses typical of yoga."], + "Young (22–30)": [ + "Young (22–30)", + "Character presented as generally young, but no longer around college age. Implied age (of character not performer) 22–30.", + ], + "Young Man (22–30)": [ + "Young Man (22–30)", + "Male presented as generally young, but no longer around college age. Implied age (of character not performer) 22–30.", + ], + "Young Woman (22–30)": [ + "Young Woman (22–30)", + "Female character presented as generally young, but no longer around college age. Implied age (of character not performer) 22–30.", + ], + Zentai: [ + "Zentai", + "Skin-tight garment that covers the entire body, including the face", + ], + "Zip Front Dress": [ + "Zip Front Dress", + "A dress where the zipper runs the full length down the front of the dress", + ], + Zipper: [ + "Zipper", + "Series of clothespins attached by a string so they can be removed all at once.", + ], +}; diff --git a/plugins/Tagi10n/i10n/tag_zh_CN.js b/plugins/Tagi10n/i10n/tag_zh_CN.js new file mode 100644 index 00000000..ab4c4542 --- /dev/null +++ b/plugins/Tagi10n/i10n/tag_zh_CN.js @@ -0,0 +1,8989 @@ +export default { + "120 FPS": ["120 帧", "以每秒 120 帧的速度提供场景。"], + "12K Available": ["12K 可用", "场景的分辨率为 12K 像素宽。"], + "18+": ["18+", "主要演员(非角色)年龄在 18 至 20 岁之间。"], + "180°": ["180°", "具有 180° 视野的虚拟现实场景。"], + "19 世纪": ["19 世纪", "受到 19 世纪历史和文化的启发。"], + "190°": ["190°", "具有 190° 视野的虚拟现实场景。"], + "1920s": ["1920 年代", "灵感来自 20 世纪 20 年代的风格和文化。"], + "1930s": ["1930 年代", "灵感来自 20 世纪 30 年代的风格和文化。"], + "1940s": ["1940 年代", "灵感来自 20 世纪 40 年代的风格和文化。"], + "1950s": ["1950 年代", "灵感来自 20 世纪 50 年代的风格和文化。"], + "1960s": ["1960 年代", "灵感来自 20 世纪 60 年代的风格和文化。"], + "1970s": ["1970 年代", "灵感来自 20 世纪 70 年代的风格和文化。"], + "1980s": ["1980 年代", "灵感来自 20 世纪 80 年代的风格和文化。"], + "1990s": ["1990 年代", "灵感来自 20 世纪 90 年代的风格和文化。"], + "20+": ["20+", "主要演员(非角色)年龄在 20 多岁。"], + "200°": ["200°", "具有 200° 视野的虚拟现实场景。"], + "220°": ["220°", "具有 220° 视野的虚拟现实场景。"], + "24 FPS": ["24 帧", "场景以每秒 24 帧的速度呈现。"], + "25 FPS": ["25 帧", "场景以每秒 25 帧的速度呈现。"], + "2D Available": ["2D 可用", "提供更传统的 2D 替代格式的 3D 或 VR 场景。"], + "30+": ["30+", "主要演员(不是角色)年龄在 30 多岁左右。"], + "30 FPS": ["30 FPS", "场景以每秒 30 帧的速度呈现。"], + "360°": ["360°", "具有 360° 视野的虚拟现实场景。"], + "3D Available": [ + "3D 可用", + "以具有三维效果的格式提供,通常需要使用额外的眼镜、护目镜或耳机。", + ], + "3K Available": ["3K 可用", "场景的分辨率为 3K 像素宽。"], + "3rd Person Narrative": [ + "第三人称叙述", + "以第三人称视角讲述具有虚构人物的故事情节。", + ], + "40+": ["40+", "主要演员(不是角色)年龄在 40 多岁。"], + "4:3 Aspect Ratio": ["4:3 长宽比", "以 4:3(1.33:1)宽高比拍摄的素材。"], + "4K Available": ["4K 可用", "场景的分辨率为 4K 像素宽。"], + "50+": ["50+", "主要演员(不是角色)年龄在 50 多岁。"], + "50 FPS": ["50 帧", "场景以每秒 50 帧的速度呈现。"], + "5K Available": ["5K 可用", "场景的分辨率为 5K 像素宽。"], + "60+": ["60+", "主要演员(不是角色)年龄都在 60 多岁。"], + "60 FPS": ["60 帧", "场景以每秒 60 帧的速度呈现。"], + 69: ["69", "表演者互相进行口交和接受口交的姿势。"], + "69 Breast Licking": [ + "69 舔乳房", + "表演者互相舔乳房和接受对方舔乳房的姿势。", + ], + "6K Available": ["6K 可用", "场景的分辨率为 6K 像素宽。"], + "70+": ["70+", "主要演员(不是角色)都 70 多岁了。"], + "7K Available": ["7K 可用", "场景的分辨率为 7K 像素宽。"], + "8K Available": ["8K 可用", "场景的分辨率为 8K 像素宽。"], + "90 FPS": ["90 帧率", "场景以每秒 90 帧的速度呈现。"], + "Abandonment Play": [ + "放弃游戏", + "当顺从者被单独留下或被其支配者忽视时,通常是在受到束缚的情况下", + ], + "Abdominal Scar": ["腹部疤痕", "较长的横向或纵向腹部疤痕"], + "Accidental Exposure": [ + "意外暴露", + "当表演者的乳房、乳头或生殖器无明显意图地向公众展示时。", + ], + Acne: ["痤疮", "表演者脸上有相当多明显的痤疮"], + "Action & Fighting": ["动作与格斗", "具有动作和打斗场面。"], + Actor: ["男演员", "出现在银幕或舞台上的男演员。"], + Actress: ["女演员", "出现在银幕或舞台上的女演员。"], + "Addiction Fetish": [ + "成瘾癖好", + "幻想剧中,表演者会告诉对象自己对某种事物上瘾。通常包含支配场景。", + ], + Adorable: ["可爱", "女性角色呈现出甜美、快乐、天真和年轻的组合。"], + "Aerial Cowgirl": ["Aerial Cowgirl", "Cowgirl"], + "African Accent": ["非洲口音", "说话带有非洲本土口音。"], + Aftercare: [ + "后期护理", + "BDSM 场景后的支持活动旨在为参与者提供安慰和保证。", + ], + "Against Glass": [ + "靠玻璃", + "表演者被压在玻璃上,而摄像机通常位于玻璃的另一侧。", + ], + "Against Wall": [ + "靠墙", + "其中一名表演者被靠在墙上", + ], + "Age Play": [ + "扮嫩", + "至少有一人扮演比实际年龄小的角色", + ], + Aggressive: [ + "挑衅", + "至少有一个角色表现出强势或敌对的态度。", + ], + Ahegao: [ + "Ahegao", + "夸张的狂喜面部表情,通常表现为翻白眼或斜视以及吐舌头。", + ], + "AI Model": ["AI 生成表演者", "由 AI 或 deepfake 创作的表演者。"], + Airplane: [ + "飞机", + "至少有一部分行动是在固定翼飞机上进行的。", + ], + "Airplane Position": [ + "Airplane Position", + "女演员的三个主要孔洞同时被填满,同时伸出双臂进行两次手淫。", + ], + Airtight: [ + "Airtight", + "女演员的三大孔窍同时被填满。", + ], + "AI Upscale": ["AI 增强", "人工智能增强的视频分辨率和质量。"], + "Albanian": ["阿尔巴尼亚", "场景以阿尔巴尼亚表演者为特色"], + "Alien": ["外星人", "来自另一个星球的角色,可以是人形的,也可以是其他形状的。"], + "All Anal": ["仅肛交", "仅限肛门插入,禁止阴道插入。"], + "Alley": [ + "小巷", + "至少有一部分活动发生在建筑物的侧面,不太受公众视线所及。", + ], + "All Natural": [ + "纯天然", + "没有做过明显整容手术的表演者。", + ], + "All Sex": [ + "仅性爱", + "场景几乎没有故事或对话,几分钟内就开始动作。", + ], + "All the Way Through": [ + "All the Way Through", + "Penetration that appears to enter one end of a performer's body and exit through the other.", + ], + "All Vaginal": ["仅肏逼", "仅限阴道插入,禁止肛门插入。"], + "ALS Rocket": [ + "ALS 火箭", + "ALS Scan 定制的透明空心假阳具。", + ], + "Alternating Penetration": [ + "交替肏屁眼和逼", + "同一表演者在肏屁眼和逼之间快速切换的行为。", + ], + Amateur: [ + "业余", + "以相对较新的演员为特色,通常是低预算的作品。", + ], + "Amazon Position": [ + "Amazon Position", + "类似于传教士,但阴茎/男性位于底部,双腿张开,女性在它们之间来回推挤。", + ], + American: ["美国人", "场景以美国演员为主"], + "American Porn": [ + "美国色情片", + "该场景在美国制作或由美国工作室制作", + ], + Amish: [ + "阿米什教会", + "该角色是阿米什教会的成员,以回避现代文化和技术而闻名。", + ], + "Anal Beads": [ + "屁眼塞珠串", + "用一串珠子或球插入表演者的肛门。", + ], + "Anal Bulldog": [ + "Anal Bulldog", + "站在膝盖上的接收表演者上方进行穿透性肛交", + ], + "Anal Bulldog Spit Roast": [ + "Anal Bulldog Spit Roast", + "Penetrative anal sex while standing above a receiving performer that is on their knees orally pleasuring a penis.", + ], + "Anal Cowgirl": ["Anal Cowgirl", "Anal sex in the cowgirl position."], + "Anal Cowgirl - POV": [ + "Anal Cowgirl - POV", + "Anal sex in the cowgirl position, from the perspective of the person below", + ], + "Anal Creampie": [ + "Anal Creampie", + "Anal penetrative sex to completion without pulling out.", + ], + "Anal Creampie to Other Girl's Mouth": [ + "Anal Creampie to Other Girl's Mouth", + "Cum drips from one girl's ass to other girl's mouth or face", + ], + "Anal Demolition": [ + "Anal Demolition", + "Featuring intense depictions of anal sex, often including gaping and significant speed/force.", + ], + "Anal Dildo": ["Anal Dildo", "Anally penetrating a performer with a dildo."], + "Anal Doggy Style": [ + "Anal Doggy Style", + "Anal sex in the doggy style position.", + ], + "Anal Doggy Style - POV": [ + "Anal Doggy Style - POV", + "Anal sex in the doggy style position, from the perspective of the person behind the receiver", + ], + "Anal Encouragement": [ + "Anal Encouragement", + "Performer encourages viewer to masturbate anally, similar to JOI", + ], + "Anal Fail": ["Anal Fail", "Scene"], + "Anal Fingering": [ + "Anal Fingering", + "Digitally penetrating another performer's anus.", + ], + "Anal Fingering During Sex": [ + "Anal Fingering During Sex", + "Digitally penetrating another performer's anus during sex", + ], + "Anal Fisting": [ + "Anal Fisting", + "Inserting an entire hand into another performer's anus.", + ], + "Anal Fisting Him": [ + "Anal Fisting Him", + "Inserting an entire hand into a masculine performer's anus.", + ], + "Anal Full Nelson": [ + "Anal Full Nelson", + "Variation of anal reverse cowgirl where the giver pulls the receiver's legs up while pushing their head forward.", + ], + "Anal Gape": ["Anal Gape", "Anus remaining open after withdrawal."], + "Anal Hooks": [ + "Anal Hooks", + "Anally penetrating a performer with a rigid hook-shaped toy, often made of metal.", + ], + "Anal Insertion": [ + "Anal Insertion", + "Anally penetrated with any toy or object.", + ], + "Anally Plugged Sex": [ + "Anally Plugged Sex", + "Female performer receiving vaginal sex while having a plug (or similar toy) in the anus.", + ], + "Anal Masturbation": [ + "Anal Masturbation", + "Performers pleasuring themselves anally.", + ], + "Anal Missionary": [ + "Anal Missionary", + "Anal sex in the missionary position.", + ], + "Anal Missionary - POV": [ + "Anal Missionary - POV", + "Anal sex in the missionary position, from the perspective of the person in front of the receiver", + ], + "Anal Orgasm": ["Anal Orgasm", "Reaching orgasm through anal stimulation."], + "Anal Penetration": ["Anal Penetration", "Inserting anything into the anus."], + "Anal Piledriver": [ + "Anal Piledriver", + "Having anal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Anal Prone Bone": [ + "Anal Prone Bone", + "Position where one performer penetrates another anally from above, while the receiver lies prone.", + ], + "Anal Reverse Cowgirl": [ + "Anal Reverse Cowgirl", + "Anal sex in the reverse cowgirl position.", + ], + "Anal Reverse Cowgirl - POV": [ + "Anal Reverse Cowgirl - POV", + "Anal sex in the reverse cowgirl position, from the perspective of the person below", + ], + "Anal Self Fisting": [ + "Anal Self Fisting", + "Inserting an entire hand into a performer's own anus.", + ], + "Anal Sex": ["Anal Sex", "Anal penetrative sex."], + "Anal Sheath": [ + "Anal Sheath", + "Condom inserted into anus. Often attached to clothing such as pants or catsuits", + ], + "Anal Side Fuck": [ + "Anal Side Fuck", + "Position where standing/kneeling performer anally penetrates a receiver who is lying on their side", + ], + "Anal Spit Roast": [ + "Anal Spit Roast", + "Anal penetrative sex in a doggy position while orally pleasuring a penis.", + ], + "Anal Spooning": [ + "Anal Spooning", + "Anal sex with performers lying on one side without facing each other.", + ], + "Anal Squirting": ["Anal Squirting", "Squirting during anal penetration."], + "Anal Standing Doggy Style": [ + "Anal Standing Doggy Style", + "Anal penetrative sex while standing up, from behind.", + ], + "Anal Stretching": [ + "Anal Stretching", + "Deliberately stretching a performer's anus to open wider.", + ], + "Anal Stretching Toys": [ + "Anal Stretching Toys", + "Various kinds of toys designed to gradually stretch the anus.", + ], + "Anal Teasing": [ + "Anal Teasing", + "Gently teasing a performer's anus, often with particularly slow or light touches.", + ], + "Anal Toys": [ + "Anal Toys", + "Various toys used to anally pleasure a performer.", + ], + "Anal Winking": [ + "Anal Winking", + "Visible, reflexive contractions of an open anus.", + ], + "Anchored Bondage": [ + "Anchored Bondage", + "When a performer is bound to an object in order to limit or prevent their freedom of movement.", + ], + Anchorwoman: [ + "Anchorwoman", + "A female character who presents news during a news program on TV.", + ], + "Ancient History": [ + "Ancient History", + "Inspired by the history and culture of classical antiquity, c. 700 BC to 500 AD.", + ], + Androgynous: [ + "Androgynous", + "Character who is presented as neither feminine nor masculine.", + ], + Angry: [ + "Angry", + "Features at least one character who is acting hostile and visibly angry about the situation.", + ], + "Animal Ears": [ + "Animal Ears", + "Costume ears shaped like an animal's, usually attached to a headband of some kind.", + ], + "Animal Mask": [ + "Animal Mask", + "A face Mask with animalistic features like animal ears or a snout. Often used for Pet-Play", + ], + "Animal Print": [ + "Animal Print", + "Clothing designed to resemble the fur and skin of an animal, most commonly a leopard.", + ], + Animated: [ + "Animated", + "Animated scenes, including both 2D illustrations and 3D renderings.", + ], + "Anime Character": [ + "Anime Character", + "Performer representing a character from anime, either as parody or cosplay.", + ], + "Ankle Boots": ["Ankle Boots", "Boots that end at or just above the ankle."], + "Ankle Bracelet": ["Ankle Bracelet", "Jewelry worn around the ankle."], + "Ankle Cuffs": ["Ankle Cuffs", "Restraints worn around the ankles."], + "Ankle Socks": ["Ankle Socks", "Socks that end at or just above the ankle."], + "Ankle Wrap Shoes": [ + "Ankle Wrap Shoes", + "Women's shoe with a strap, ribbon, or lace that wraps around the wearer's ankle and/or calf as a fastening mechanism.", + ], + Anniversary: [ + "Anniversary", + "Takes place on or around a character's wedding anniversary.", + ], + "Announcing Orgasm": [ + "Announcing Orgasm", + "The vocal expression that a performer is reaching climax.", + ], + "Anonymous Sex": [ + "Anonymous Sex", + "Sexual encounter without intending to learn partner's identity.", + ], + Aphrodisiac: [ + "Aphrodisiac", + "Sexual arousal from an ingested agent (drink, food, or drug)", + ], + Apocalyptic: [ + "Apocalyptic", + "Scenes set just before, during, or after some apocalyptic event.", + ], + "April Fools' Day": [ + "April Fools' Day", + "Takes place on or around April Fools' Day.", + ], + Apron: [ + "Apron", + "Wearing an apron over a scantily clad or outright nude body.", + ], + Arch: [ + "Arch", + "Variation of cowgirl where the receiver leans far away from the other performer's body.", + ], + "Arched Back": [ + "Arched Back", + "Focusing on the arch and curve of a performer's back or spine.", + ], + Argentinian: ["Argentinian", "Scene features Argentinian performer(s)"], + Armbinder: [ + "Armbinder", + "Restraint device, designed to bind the arms and/or hands to each other or to the body, usually behind the back", + ], + Armlet: [ + "Armlet", + "A band or bracelet worn around the upper part of a person's arm.", + ], + "Arm Piercing": [ + "Arm Piercing", + "Performers with at least one visible piercing in their arms.", + ], + "Armpit Fetish": [ + "Armpit Fetish", + "Into armpits: licking, sniffing, rubbing, etc", + ], + "Armpit Stubble": [ + "Armpit Stubble", + "Performers with visible short hair or stubble under their armpits.", + ], + "Arm Pulling": [ + "Arm Pulling", + "Pulling another performer's arm or arms back.", + ], + "Arms Crossing": [ + "Arms Crossing", + "Performer has their arms crossed in a scene specially for an extended period of time as a theme of the scene.", + ], + "Arms Restrained Behind Back": [ + "Arms Restrained Behind Back", + "Performer's arms are physically restrained behind their back through the use of restraints such as cuffs, fabric, rope, etc.", + ], + "Arm Warmers": [ + "Arm Warmers", + "Sleeves unattached to other pieces of clothing, often leaving fingers exposed.", + ], + Artist: ["Artist", "Character who is presented as a visual artist."], + Artistic: [ + "Artistic", + "Features situations or techniques of a particularly artistic or surreal nature.", + ], + "Artistic Lighting": [ + "Artistic Lighting", + "Scene shot with particular creative attention to the illumination of performers and scenery.", + ], + Asian: [ + "Asian", + "Performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian Man": [ + "Asian Man", + "Male performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian on White": [ + "Asian on White", + "White women having sex with Asian Male(s)", + ], + "Asian Top": [ + "Asian Top", + "Asian performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "Asian Trans": [ + "Asian Trans", + "Trans performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asian Woman": [ + "Asian Woman", + "Female performers with broadly east Asian racial backgrounds, particularly Japanese, Chinese, Korean, etc.", + ], + "Asking for Anal": [ + "Asking for Anal", + "Character asks to receive anal penetrative sex", + ], + "Asking for Creampie": [ + "Asking for Creampie", + "Character asks to receive a creampie", + ], + "Asking to Creampie": [ + "Asking to Creampie", + "One character asks another if someone (usually the asker) can give them a creampie", + ], + "Asks for Condom": [ + "Asks for Condom", + "A performer asks for a condom to be used for penetrative sex but doesn't necessarily use one", + ], + ASMR: ["ASMR", "Autonomous sensory meridian response (ASMR)"], + Asphyxiation: [ + "Asphyxiation", + "Temporary removal of a performer's ability to breathe.", + ], + "Ass Fetish": ["Ass Fetish", "Significant focus on a performer's ass."], + "Ass Grabbing": ["Ass Grabbing", "Grabbing a performer's backside."], + "Ass Growth": [ + "Ass Growth", + "Growing/Inflating/Expanding or pretending to grow/inflate/expand Butt", + ], + "Asshole Fetish": [ + "Asshole Fetish", + "Significant focus on a performer's asshole.", + ], + "Asshole Spanking": [ + "Asshole Spanking", + "Scenes where performer is spanked, caned, struck directly on their asshole.", + ], + "Ass Play": [ + "Ass Play", + "Various types of anal pleasuring, excluding anal penetrative sex.", + ], + "Ass Rubbing": ["Ass Rubbing", "Rubbing a performer's backside."], + "Ass Smacking": [ + "Ass Smacking", + "Forcefully slapping a performer's backside, often while focusing on a different action.", + ], + "Ass Smelling": [ + "Ass Smelling", + "Features the act of smelling a performer's ass or asshole.", + ], + "Ass Stacking": [ + "Ass Stacking", + "Group penetrative sex with at least two receivers lying on top of each other, facing down.", + ], + "Ass to Ass": [ + "Ass to Ass", + "Position where two performers simultaneously penetrate each other's asses with a double-sided dildo.", + ], + "Ass to Mouth": [ + "Ass to Mouth", + "Oral penetration immediately after anal sex.", + ], + "Ass to Other's Ass": [ + "Ass to Other's Ass", + "Switching immediately from anally penetrating one performer to anally penetrating another.", + ], + "Ass to Other's Mouth": [ + "Ass to Other's Mouth", + "Switching immediately from anally penetrating one performer to orally penetrating another.", + ], + "Ass to Other's Pussy": [ + "Ass to Other's Pussy", + "Switching immediately from anally penetrating one performer to vaginally penetrating another.", + ], + "Ass to Pussy": [ + "Ass to Pussy", + "Switching immediately from anal penetrative sex to vaginal.", + ], + "Ass Up Blowjob": [ + "Ass Up Blowjob", + "Performing a blowjob with arched back showing the ass", + ], + "Ass Worship": [ + "Ass Worship", + "Focused on physically appreciating another performer's backside with hands or mouth.", + ], + Athletic: [ + "Athletic", + "Performer with noticeable muscle definition, regardless of gender.", + ], + "Athletic Man": [ + "Athletic Man", + "Male performer with noticeable muscle definition.", + ], + "Athletic Woman": [ + "Athletic Woman", + "Female performer with noticeable muscle definition.", + ], + "Auburn Hair": [ + "Auburn Hair", + "Performers with hair colors that have both reddish and brownish shades.", + ], + "Audio Only": [ + "Audio Only", + "Presented without visuals, relying entirely on sound instead.", + ], + "Augmented Reality": ["Augmented Reality", "Video"], + Aunt: ["Aunt", "Female character is [a biological] aunt."], + Australian: ["Australian", "Scene features Australian performer(s)"], + Austrian: ["Austrian", "Scene features Austrian performer(s)"], + "Auto-Fucking": [ + "Auto-Fucking", + "A performer uses penis to penetrate his own asshole.", + ], + "Average Body": ["Average Body", "Not particularly slim or heavy."], + "Average Dick": [ + "Average Dick", + "Performers with average-sized penises, compared to the general public.", + ], + "Average Female Body": [ + "Average Female Body", + "Female performers who aren't particularly slim or heavy.", + ], + "Average Height Man": [ + "Average Height Man", + "Male performer with a height taller than 5'7'' (170 cm) and shorter than 6' (182 cm)", + ], + "Average Height Woman": [ + "Average Height Woman", + "Female performer with a height taller than 5'5'' (165 cm) and shorter than 5'9'' (175 cm)", + ], + "Average Male Body": [ + "Average Male Body", + "Male performers who aren't particularly slim or heavy.", + ], + "Award Nominee": [ + "Award Nominee", + "Content that has been nominated for industry awards for excellence, eg: AVN, XBIZ, XRCO", + ], + "Award Winner (2023 XBIZ Europa Awards)": [ + "Award Winner (2023 XBIZ Europa Awards)", + "The scene has won an award at 2023 XBIZ Europa Awards", + ], + "Award Winner (2024 XBIZ Europa Awards)": [ + "Award Winner (2024 XBIZ Europa Awards)", + "The scene has won an award at 2024 XBIZ Europa Awards", + ], + "Award Winner (AVN Award 2015)": [ + "Award Winner (AVN Award 2015)", + "The scene has won an award at Award AVN Award 2015", + ], + "Award Winner (AVN Award 2016)": [ + "Award Winner (AVN Award 2016)", + "The scene has won an award at Award AVN Award 2016", + ], + "Award Winner (AVN Award 2017)": [ + "Award Winner (AVN Award 2017)", + "The scene has won an award at Award AVN Award 2017", + ], + "Award Winner (AVN Award 2018)": [ + "Award Winner (AVN Award 2018)", + "The scene has won an award at Award AVN Award 2018", + ], + "Award Winner (AVN Award 2019)": [ + "Award Winner (AVN Award 2019)", + "The scene has won an award at Award AVN Award 2019", + ], + "Award Winner (AVN Award 2020)": [ + "Award Winner (AVN Award 2020)", + "The scene has won an award at Award AVN Award 2020", + ], + "Award Winner (AVN Award 2021)": [ + "Award Winner (AVN Award 2021)", + "The scene has won an award at Award AVN Award 2021", + ], + "Award Winner (AVN Award 2022)": [ + "Award Winner (AVN Award 2022)", + "The scene has won an award at Award AVN Award 2022", + ], + "Award Winner (AVN Award 2023)": [ + "Award Winner (AVN Award 2023)", + "The scene has won an award at Award AVN Award 2023", + ], + "Award Winner (AVN Award 2024)": [ + "Award Winner (AVN Award 2024)", + "The scene has won an award at Award AVN Award 2024", + ], + "Award Winner (AVN Award 2025)": [ + "Award Winner (AVN Award 2025)", + "The scene has won an award at the AVN Awards 2025", + ], + "Award Winner (GayVN Award 2024)": [ + "Award Winner (GayVN Award 2024)", + "The scene has won an award at the GayVN Awards 2024", + ], + "Award Winner (GayVN Award 2025)": [ + "Award Winner (GayVN Award 2025)", + "The scene has won an award at the GayVN Awards 2025", + ], + "Award Winner (XBIZ Awards 2024)": [ + "Award Winner (XBIZ Awards 2024)", + "The scene has won an award at the XBIZ Awards 2024", + ], + "Award Winner (XBIZ Awards 2025)": [ + "Award Winner (XBIZ Awards 2025)", + "The scene has won an award at the XBIZ Awards 2025", + ], + "Award Winning": [ + "Award Winning", + "Content that has won industry awards for excellence, eg: AVN, XBIZ, XRCO", + ], + Babes: [ + "Babes", + "Generic term for young, attractive women, often used by studios.", + ], + Babydoll: [ + "Babydoll", + "Sleeveless loose-fitting nightgown with an attached skirt ending around the upper thigh.", + ], + Babysitter: [ + "Babysitter", + "Female character who acts as a babysitter or nanny.", + ], + Babytalk: [ + "Babytalk", + "Performer speaks in immature way during roleplay sex", + ], + Backbend: [ + "Backbend", + "Bending backwards to form a bridge with both hands and feet planted.", + ], + "Backbending Blowjob": ["Backbending Blowjob", "A"], + "Back Fetish": [ + "Back Fetish", + "Significant focus on a performer's back, bare or clothed.", + ], + Backpack: [ + "Backpack", + "Large bag carried on the back, typically secured with two shoulder straps.", + ], + Backpacker: [ + "Backpacker", + "Character who is travelling on a low budget, typically staying in hostels with a large backpack as luggage.", + ], + Backroom: [ + "Backroom", + "At least some of the action takes place in a seldom-used room, often for storage or supplies.", + ], + "Back Shot": ["Back Shot", "When the performer back is facing the camera"], + "Back to Back": [ + "Back to Back", + "When at least two performers have their backsides pressing together - typically in a kneeling position", + ], + Backyard: [ + "Backyard", + "At least some of the action takes place in somebody's backyard.", + ], + "Bad Girl": [ + "Bad Girl", + "Female character who clearly enjoys breaking the rules.", + ], + Bag: [ + "Bag", + "A flexible container with an opening at the top, used for carrying things.", + ], + "Baggy Pants": [ + "Baggy Pants", + "Long pants caught in at the ankle. Early on, the style was also called a harem skirt.", + ], + "Baggy Shirt": [ + "Baggy Shirt", + "Large shirt or t-shirt that is loosely fitted and typically falls below the waistline", + ], + Balcony: [ + "Balcony", + "At least some of the action takes place on an open balcony.", + ], + "Bald Head": ["Bald Head", "Performers with no hair on their head."], + Ballerina: [ + "Ballerina", + "Penetrative sex while standing up, while the receiver raises one leg.", + ], + "Ballet Boots": [ + "Ballet Boots", + "Boots that force the wearer to be en pointe, like a ballet dancer.", + ], + "Ballet Dancer": [ + "Ballet Dancer", + "Character presented as a ballet dancer, professionally or not.", + ], + "Ballet Shoes": [ + "Ballet Shoes", + "Lightweight shoes designed for ballet dancing, sometimes with a reinforced toe.", + ], + "Ball Gag": [ + "Ball Gag", + "A ball-shaped gag that makes the wearer unable to speak, increasing the feeling of submission.", + ], + "Ball Licking": [ + "Ball Licking", + "Pleasuring another performer's scrotum with just the tongue.", + ], + "Balloon Fetish": [ + "Balloon Fetish", + "Popping of balloons, blowing up balloons, or sitting or lying on them.", + ], + "Ball Play": [ + "Ball Play", + "Manually pleasuring another performer's scrotum.", + ], + "Ball Sucking": [ + "Ball Sucking", + "Pleasuring another performer's scrotum with the whole mouth.", + ], + "Ball Sucking During Blowjob": [ + "Ball Sucking During Blowjob", + "One performer sucks balls while another gives a blowjob", + ], + "Ball Sucking During Sex": [ + "Ball Sucking During Sex", + "One performer sucks balls during sexual intercourse.", + ], + "Ball Worship": [ + "Ball Worship", + "Focused on physically appreciating another performer's balls with hands or mouth.", + ], + Bandana: ["Bandana", "Small handkerchief tied around the head and hair."], + Bandeau: [ + "Bandeau", + "Narrow top without straps or sleeves, often worn as swimwear, athletic wear, or underwear.", + ], + Bangles: ["Bangles", "Rigid bracelet worn around the wrist or arm."], + Bangs: ["Bangs", "Hair that hangs in front of the forehead."], + Bar: ["Bar", "At least some of the action takes place in a bar or pub."], + "Bareback Teasing": ["Bareback Teasing", "In"], + Barefoot: ["Barefoot", "No socks or shoes of any kind."], + "Bare Shoulders": [ + "Bare Shoulders", + "When you can see the skin of the performer shoulders", + ], + Barn: ["Barn", "At least some of the action takes place in a barn."], + "Baseball Bat": ["Baseball Bat", "Using part of a bat as a penetrative toy."], + Basement: [ + "Basement", + "At least some of the action takes place in a basement or cellar.", + ], + Bastinado: [ + "Bastinado", + "Punishment or torture that involves caning the soles of a performer's feet.", + ], + "Bath Brush": [ + "Bath Brush", + "A waterproof brush designed for personal hygiene in the bath or shower", + ], + Bathroom: [ + "Bathroom", + "At least some of the action takes place in a bathroom.", + ], + Bathtub: [ + "Bathtub", + "At least some of the action takes place on or in a bathtub.", + ], + "BBC Dildo": [ + "BBC Dildo", + "Sex toy designed for penetration that resembles a big black cock (BBC).", + ], + BBW: [ + "BBW", + "Big Beautiful Woman: females with significantly heavy figures.", + ], + BDSM: [ + "BDSM", + "Umbrella term for a variety of kinks, including Bondage/Discipline, Domination/Submission, and Sadism/Masochism.", + ], + Beach: ["Beach", "At least some of the action takes place on a sandy beach."], + Beads: ["Beads", "Beaded necklace, regardless of size or material."], + "Bean Bag": [ + "Bean Bag", + "At least some of the action takes place on a large bean bag chair.", + ], + Bear: [ + "Bear", + "Larger and often hairier man who projects an image of rugged masculinity.", + ], + Beard: [ + "Beard", + "Facial hair on the jaw, chin, upper lip, lower lip, cheeks, and neck", + ], + "Bear Hug": [ + "Bear Hug", + "A wrestling hold where one performer wraps their arms around another's torso, squeezing tightly against their chest.", + ], + "Beautiful Agony": [ + "Beautiful Agony", + "Focussing on a performer's face during orgasm, with no explicit nudity shown.", + ], + "Beauty Mark": [ + "Beauty Mark", + "Performers with a small, dark spot or mole on their face.", + ], + Bed: ["Bed", "At least some of the action takes place on a bed."], + Bedroom: ["Bedroom", "At least some of the action takes place in a bedroom."], + "Bed Sharing": [ + "Bed Sharing", + "Two characters forced to share a bed, tempting them into a sexual encounter.", + ], + "Begging to Cum": [ + "Begging to Cum", + "Begging for another performers permission to cum.", + ], + "Behind the Scenes": [ + "Behind the Scenes", + "Videos produced as an extra alongside another scene, usually highlighting the production process.", + ], + Belarusian: ["Belarusian", "Scene features Belarusian performer(s)"], + Belgian: ["Belgian", "Scene features Belgian performer(s)"], + "Bell Bottoms": [ + "Bell Bottoms", + "Pants that widen considerably below the knee, forming a bell-like shape.", + ], + "Belly Chain": [ + "Belly Chain", + "Thin chain worn loose around the waist, similar to a belt.", + ], + "Belly Dance Outfit": [ + "Belly Dance Outfit", + "Female performer(s) wears a belly dance outfit.", + ], + "Belly Fetish": [ + "Belly Fetish", + "Significant focus on a performer's belly or belly button.", + ], + "Belly Punching": ["Belly Punching", ""], + "Belly Rubbing": [ + "Belly Rubbing", + "Rubbing or touching a performer's stomach.", + ], + Belt: [ + "Belt", + "Flexible band or strap worn around the waist and held together with a buckle.", + ], + "Belt Bondage": ["Belt Bondage", "Use of belts to restrain someone"], + "Belt Spanking": [ + "Belt Spanking", + "Spanking or striking of buttocks with a belt", + ], + Bench: ["Bench", "At least some of the action takes place on a bench."], + "Bend Over": [ + "Bend Over", + "A position where a performer is bent forward for an extended period of time.", + ], + "Ben Wa Balls": [ + "Ben Wa Balls", + "Spherical sex toys inserted into the vagina.", + ], + "Big Areolas": [ + "Big Areolas", + "Proportionally big compared to the size of the breast.", + ], + "Big Ass": [ + "Big Ass", + "Proportionally large butt compared to the size of the performer.", + ], + "Big Balls": [ + "Big Balls", + "Performers with big testicles, compared to the general public.", + ], + "Big Belly": [ + "Big Belly", + "Proportionally big belly compared to the size of the performer.", + ], + "Big Black Cock (BBC)": [ + "Big Black Cock (BBC)", + "Performers of broadly African heritage with particularly large penises.", + ], + "Big Clit": [ + "Big Clit", + "Performers with big clitorises compared to the general public.", + ], + "Big Dick": [ + "Big Dick", + "Performers with big penises, compared to the general public.", + ], + "Big Dick Bottom": [ + "Big Dick Bottom", + "Receptive partner in scene with large penis.", + ], + "Big Eyes": ["Big Eyes", "Performer with big eyes."], + "Big Mouth": ["Big Mouth", "Performers with a big mouth."], + "Big Nipples": [ + "Big Nipples", + "Nipples that are big in proportion to rest of the breast.", + ], + "Big Penis Humiliation": [ + "Big Penis Humiliation", + "Humiliation of a viewer's big penis.", + ], + "Big Tits": [ + "Big Tits", + "Proportionally large compared to the size of the performer, typically around E/DD - F/DDD cups.", + ], + "Big vs. Small": [ + "Big vs. Small", + "Focuses on a receiving performer who is significantly smaller than their scene partner.", + ], + "Big White Cock (BWC)": [ + "Big White Cock (BWC)", + "Performers of broadly European heritage with particularly large penises.", + ], + Bikini: [ + "Bikini", + "Small top intended to be part of a two-piece swimsuit, but sometimes worn alone with other clothing.", + ], + "Bikini Panties": [ + "Bikini Panties", + "Short underwear bottoms with a low waistband and a back that fully covers the buttocks.", + ], + "Billiards Table": [ + "Billiards Table", + "At least some of the action takes place on a table covered in felt used for playing games like billiards, pool, or snooker.", + ], + Bimbo: [ + "Bimbo", + "Usually a hyperfeminine woman that is characterized as being ditzy or airheaded.", + ], + "Binaural Sound": [ + "Binaural Sound", + "Scenes with 3D stereo sound design, intended to create an immersive effect for those wearing headphones.", + ], + Birthday: ["Birthday", "Takes place on or around a character's birthday."], + Bisexual: [ + "Bisexual", + "Scenes with male and female scene partners, with action between male performers.", + ], + Bitch: ["Bitch", "Female character presented as notably mean or rude."], + Bitchsuit: [ + "Bitchsuit", + "Full body suit that binds the upper arms to the lower arms and upper legs to the lower legs.", + ], + "Bit Gag": ["Bit Gag", "Bar-shaped gag inserted into a performer's mouth."], + Biting: ["Biting", "Using teeth on another performer's body."], + "Biting Balls": [ + "Biting Balls", + "Using teeth on another performer's scrotum.", + ], + "Biting Sheets": [ + "Biting Sheets", + "Performer biting the sheets, usually during orgasm", + ], + Bizarre: [ + "Bizarre", + "Scenes that are strikingly out of the ordinary, such as odd, extravagant, or eccentric.", + ], + Black: [ + "Black", + "Performers with broadly African racial backgrounds, regardless of gender.", + ], + "Black Hair": ["Black Hair", "Performers with extremely dark hair colors."], + "Black Hair (Female)": [ + "Black Hair (Female)", + "Female performers with extremely dark hair colors.", + ], + "Black Hair (Male)": [ + "Black Hair (Male)", + "Male performers with extremely dark hair colors.", + ], + Blacklight: ["Blacklight", "Scene uses ultraviolet (UV) light."], + Blackmail: [ + "Blackmail", + "Features a character threatening their scene partner(s) with negative consequences for their own personal gain.", + ], + "Black Man": [ + "Black Man", + "Male performers with broadly African racial backgrounds.", + ], + "Black on Asian": [ + "Black on Asian", + "At least one black performer penetrating an Asian performer", + ], + "Black on Black": [ + "Black on Black", + "Features exclusively black performers, at least two.", + ], + "Black on White": [ + "Black on White", + "At least one black performer penetrating a white performer.", + ], + "Black Stockings": [ + "Black Stockings", + "Scene contains a performer who wears black colored stockings", + ], + "Black Top": [ + "Black Top", + "Black performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "Black Trans": [ + "Black Trans", + "Trans-female with broadly African racial backgrounds", + ], + "Black Woman": [ + "Black Woman", + "Female performers with broadly African racial backgrounds.", + ], + Blanket: [ + "Blanket", + "At least some of the action takes place on a blanket or sheet spread on the ground.", + ], + Blazer: [ + "Blazer", + "Jacket that resembles a suit jacket, but may be worn or styled more casually.", + ], + Blindfold: ["Blindfold", "Anything worn to restrict a performer's vision."], + Blindmask: [ + "Blindmask", + "Full headmask worn by performer which forms a sealed cover over the eyes. Often made of latex or leather", + ], + "Blonde Hair (Female)": [ + "Blonde Hair (Female)", + "Female performers with light, yellowish hair colors.", + ], + "Blond Hair": ["Blond Hair", "Performers with light, yellowish hair colors."], + "Blond Hair (Male)": [ + "Blond Hair (Male)", + "Male performers with light, yellowish hair colors.", + ], + Bloodplay: [ + "Bloodplay", + "Sexual activity in which a participant is deliberately cut so as to release blood.", + ], + Bloomers: [ + "Bloomers", + "High-cut and close-fitting gym shorts from Japan, typically worn as part of a school's uniform.", + ], + Blouse: ["Blouse", "Loose-fitting shirt with a feminine cut."], + Blowbang: [ + "Blowbang", + "Gangbang scenes that focus on multiple blowjobs at once.", + ], + Blowjob: ["Blowjob", "Oral penetrative sex."], + "Blowjob (DAP)": [ + "Blowjob (DAP)", + "Anal penetrative sex from two performers simultaneously while orally pleasuring a penis.", + ], + "Blowjob (DVP)": [ + "Blowjob (DVP)", + "Vaginal penetrative sex from two performers simultaneously while orally pleasuring a penis.", + ], + "Blowjob From Behind": [ + "Blowjob From Behind", + "Fellatio performed on a penis bent backwards, where male's buttocks faces the giver.", + ], + "Blowjob Machine": [ + "Blowjob Machine", + "A fucking machine modified to strap a performer's head on the end, facilitating motorized face fucking.", + ], + "Blowjob Nose Pinch": [ + "Blowjob Nose Pinch", + "Giver's nose pinched shut during a blowjob", + ], + "Blowjob Only": [ + "Blowjob Only", + "Does not contain any form of intercourse, focusing on a blowjob instead.", + ], + "Blowjob - POV": ["Blowjob - POV", "Point Of View of blowjob receiver"], + "Blowjob Race": [ + "Blowjob Race", + "Two or more performers give blowjobs simultaneously with the goal of being the first person to get their partner off.", + ], + "Blowjob Sandwich": ["Blowjob Sandwich", "A"], + "Blowjob to Completion": [ + "Blowjob to Completion", + "Performer giving a blowjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Blue Balls": [ + "Blue Balls", + "Denial of male orgasm/ejaculation, sometimes causing physical discomfort.", + ], + "Blue Collar": [ + "Blue Collar", + "Character who is shown doing some working class trade, including plumbers, mechanics, or janitors.", + ], + "Blue Eyes": [ + "Blue Eyes", + "Performers with blue eyes (and scenes featuring them)", + ], + "Blue Hair (Female)": [ + "Blue Hair (Female)", + "Female performers with a blue hair color", + ], + Blushing: [ + "Blushing", + "Blushing is an involuntary reddening of the face due to embarrassment or stress.", + ], + Boa: [ + "Boa", + "Long and rounded fashion accessory worn around the neck like a scarf.", + ], + Boat: ["Boat", "At least some of the action takes place on a boat or ship."], + Bodybag: [ + "Bodybag", + "Tight tube, often made of latex or leather that restricts a performer's movements", + ], + "Body Builder (Female)": [ + "Body Builder (Female)", + "Female performer with a large and bulky muscular frame.", + ], + "Body Builder (Male)": [ + "Body Builder (Male)", + "Male performer with a large and bulky muscular frame.", + ], + "Body Conscious": [ + "Body Conscious", + "Fashion focusing on tight fitting clothing which accentuates one's curves.", + ], + Bodyguard: [ + "Bodyguard", + "One of the performers plays the role of bodyguard.", + ], + "Body Jewelry": [ + "Body Jewelry", + "Jewelry that is attached to, through or around any part of a performer's body.", + ], + "Body Paint": [ + "Body Paint", + "Paint directly applied to a performer's body, not including face paint.", + ], + "Body Sitting": [ + "Body Sitting", + "Performer sitting on the body of another performer", + ], + Bodystocking: [ + "Bodystocking", + "Sheer close-fitting garment that covers the torso as well as the legs.", + ], + "Body Writing": [ + "Body Writing", + "Words written onto a performer's skin, often using degrading terms.", + ], + "Bolt-Ons": [ + "Bolt-Ons", + "Very round and unnaturally firm obvious breast implants, lacking slope.", + ], + Bondage: [ + "Bondage", + "Physical restraint of a performer, via device or accessory.", + ], + "Bondage Collar": [ + "Bondage Collar", + "Wide, close-fitting necklace that's often attached to a leash.", + ], + "Bondage Furniture": [ + "Bondage Furniture", + "Furniture specifically used for bondage activities.", + ], + "Bondage Mitts": [ + "Bondage Mitts", + "Gloves that constrict the hand into a fist.", + ], + "Bondage Sex": [ + "Bondage Sex", + "Sex while at least one performer is in bondage.", + ], + "Bondage Stockade": [ + "Bondage Stockade", + "Locks a performers hands, ankles and neck in an all-fours position", + ], + "Bonus Scenes": [ + "Bonus Scenes", + "Extra videos typically outside of the studio's regular release schedule or format.", + ], + "Book Character": [ + "Book Character", + "Performer representing a character from a novel or short story, either as parody or cosplay.", + ], + "Booth Blowjob": [ + "Booth Blowjob", + "A blowjob in which performer is in a booth (ie glory hole booth)", + ], + "Booth Fucking": [ + "Booth Fucking", + "Sex in which at least one performer is in a booth (ie glory hole booth).", + ], + Boots: [ + "Boots", + "Shoes that extend above the ankle if not higher, often have a separated heel of some kind.", + ], + "Boot Worship": [ + "Boot Worship", + "Focused on physically appreciating another performer's boot with hands or mouth.", + ], + Bored: [ + "Bored", + "Performer looking bored or disinterested whilst performing a sexual act", + ], + Boss: [ + "Boss", + "Character who has a position of power over their scene partner in a shared place of business.", + ], + "Boss's Daughter": [ + "Boss's Daughter", + "Scene partner is the daughter of the other scene partner's boss.", + ], + "Boss's Wife": [ + "Boss's Wife", + "Scene partner is the wife of the other scene partner's boss.", + ], + Bottomless: [ + "Bottomless", + "Wearing nothing to cover the genitals or buttocks.", + ], + "Bottomless Female": [ + "Bottomless Female", + "A woman wearing nothing to cover the genitals or buttocks.", + ], + "Bottomless Male": [ + "Bottomless Male", + "A man wearing nothing to cover the genitals or buttocks.", + ], + Boudoir: [ + "Boudoir", + "Scenes featuring some combination of intimacy, sensuality, romance, and confidence.", + ], + "Bouncing Tits": [ + "Bouncing Tits", + "Breasts bouncing up and down for a time, as a result of body movement.", + ], + "Bound Ankles": [ + "Bound Ankles", + "Ankles are bound or tied together in bondage.", + ], + "Bound Orgasm": ["Bound Orgasm", "Reached orgasm while tied up"], + "Bound Wrists": [ + "Bound Wrists", + "Wrists are bound or tied together in bondage.", + ], + Bow: ["Bow", "Ribbon tied in a bow and worn in the hair."], + "Bow Tie": [ + "Bow Tie", + "Worn around the neck and tied in a bow, typically more formal than a standard necktie.", + ], + Boxers: ["Boxers", "Loose shorts typically worn as underwear by men."], + "Box Tie": [ + "Box Tie", + "A tie of the chest and upper arms to prevent the elbow from moving out and keep the hands behind the back.", + ], + Boyfriend: [ + "Boyfriend", + "Male character who is in a committed, unmarried relationship with a scene partner.", + ], + Boyshorts: [ + "Boyshorts", + "Women's wear resembling men's boxer briefs with a lower cut, worn as shorts or underwear.", + ], + Bra: [ + "Bra", + "Form-fitting underwear designed to support and cover the breasts.", + ], + "Bra and Panties": [ + "Bra and Panties", + "Two-piece underwear of bra on top and panties on bottom, regardless of type.", + ], + Bracelet: ["Bracelet", "Jewelry worn around the wrist."], + Braces: [ + "Braces", + "Metal wires and brackets attached to a performer's teeth to better align and straighten them.", + ], + Braids: ["Braids", "Hair that is braided in some way."], + Bralette: [ + "Bralette", + "Lightweight bra without an underwire, sometimes worn as a casual top.", + ], + "Bra On": ["Bra On", "Female performer wearing bra during sexual action"], + Brat: [ + "Brat", + "Character who is presented as some combination of entitled, rude, arrogant, and misbehaving.", + ], + Brazilian: ["Brazilian", "Scene features Brazilian performer(s)"], + "Breast Bondage": [ + "Breast Bondage", + "Binds a performer's breast with rope, or a similar restraint.", + ], + "Breast Fetish": [ + "Breast Fetish", + "Featuring a significant focus on a performer's breasts.", + ], + "Breast Growth": [ + "Breast Growth", + "Growing/Inflating/Expanding or pretending to grow/inflate/expand Breasts", + ], + "Breast Holding": ["Breast Holding", "Holding a performer's breast."], + "Breast Licking": [ + "Breast Licking", + "Pleasuring another performer's breast with just the tongue.", + ], + "Breast Play": [ + "Breast Play", + "Various types of stimulation or pleasuring of a performer's breasts.", + ], + "Breast Pump": [ + "Breast Pump", + "Device that creates a vacuum over a performer's breast. Possibly including the extraction of milk.", + ], + "Breast Shaking": [ + "Breast Shaking", + "Breasts bouncing up and down for a time, through the use of a performer's hands.", + ], + "Breast Smothering": [ + "Breast Smothering", + "Features a performer having their face completely covered with another performer's breasts.", + ], + "Breast Squeezing": [ + "Breast Squeezing", + "Deliberately squeezing one breast or pushing both breasts together.", + ], + "Breast Squeezing From Behind": [ + "Breast Squeezing From Behind", + "Groping of Either or Both of the Boobs from behind the performer", + ], + "Breast Sucking": [ + "Breast Sucking", + "Orally pleasuring another performer's breast.", + ], + "Breast Torment": [ + "Breast Torment", + "Causing a significant amount of pain or discomfort to a performer's breast.", + ], + "Breast Touching": ["Breast Touching", "Touching a performer's breast."], + "Breathplay Mask": [ + "Breathplay Mask", + "Mask designed to fully or partially restrict the wearers air-flow", + ], + Breeding: ["Breeding", "Ejaculating"], + Bride: [ + "Bride", + "Female character shown at her wedding, or immediately before/after.", + ], + Bridesmaid: [ + "Bridesmaid", + "Female member of the bridal party for a wedding.", + ], + Briefs: [ + "Briefs", + "Short underwear bottoms with a relatively high waistband and a back that fully covers the buttocks.", + ], + British: ["British", "Scene features British performer(s)"], + "British Accent": [ + "British Accent", + "Speaks with an accent native to the British Isles.", + ], + Brother: ["Brother", "Character is biological brother to scene partner"], + "Brother In Law": [ + "Brother In Law", + "Character presented as brother-in-law to a scene partner", + ], + "Brown Eyes": [ + "Brown Eyes", + "Performers with brown eyes (and scenes featuring them)", + ], + "Brown Hair": ["Brown Hair", "Performers with brownish hair colors."], + "Brown Hair (Female)": [ + "Brown Hair (Female)", + "Female performers with brownish hair colors.", + ], + "Brown Hair (Male)": [ + "Brown Hair (Male)", + "Male performers with brownish hair colors.", + ], + "Brushing Teeth": [ + "Brushing Teeth", + "Shows a performer brushing their teeth", + ], + Brutal: [ + "Brutal", + "Features action with an exceptional amount of physicality, typically falling under the umbrella of BDSM.", + ], + Bukkake: [ + "Bukkake", + "Covering a performer in large amounts of semen from multiple sources.", + ], + Bulgarian: ["Bulgarian", "Scene features Bulgarian performer(s)"], + Bulge: ["Bulge", "When you can see the outline of the penis through clothes"], + Bulldog: [ + "Bulldog", + "Doggy style with the penetrating partner standing/squatting rather than kneeling", + ], + "Bunched Up Skirt": ["Bunched Up Skirt", "A"], + "Bunny Costume": [ + "Bunny Costume", + "Rabbit-themed costume reminiscent of the classic Playboy Bunny uniform.", + ], + Burqa: [ + "Burqa", + "Enveloping outer garment covering the body and face, worn by women in some Islamic traditions.", + ], + "Business Man": [ + "Business Man", + "Male character presented as a professional, often working in an office.", + ], + "Business Woman": [ + "Business Woman", + "Female character presented as a professional, often working in an office.", + ], + "Butterfly Gag": [ + "Butterfly Gag", + "Wing-shaped gag inserted into a performer's mouth, often inflatable", + ], + Buttjob: ["Buttjob", "Using buttocks to pleasure another performer's penis."], + "Buttjob to Completion": [ + "Buttjob to Completion", + "Performer giving a buttjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Button-Up Shirt": [ + "Button-Up Shirt", + "Shirt with buttons down the front, usually somewhat formal.", + ], + "Butt Plug": [ + "Butt Plug", + "Small toy with a wide base that is inserted anally.", + ], + Cage: ["Cage", "Large cage used to hold a performer."], + "Camel Toe": [ + "Camel Toe", + "Visible outline of labia majora through tightly fitting clothes.", + ], + Camera: [ + "Camera", + "Performer(s) is shown using a camera. This excludes webcams.", + ], + Cameraman: [ + "Cameraman", + "Character who is filming the scene, and may participate in the scene or action.", + ], + "Camera Movement": [ + "Camera Movement", + "Virtual Reality scene where the camera moves. Might cause motion-sickness issues for some.", + ], + Camisole: [ + "Camisole", + "Sleeveless underwear that ends above the hips like a thin tank top, sometimes worn as casual wear.", + ], + Camo: ["Camo", "Features camouflage patterns similar to military uniforms."], + Camping: [ + "Camping", + "At least some of the action takes place outdoors, typically at a campsite, field, or forest, with one or more tents.", + ], + Canadian: ["Canadian", "Scene features Canadian performer(s)"], + Canes: ["Canes", "Thin rod used for striking performers."], + "Can't Resist Big Dick": [ + "Can't Resist Big Dick", + "Character tempted into sexual acts by a large penis.", + ], + Cape: [ + "Cape", + "Both capes and cloaks are sleeveless outer garments made of a single piece of fabric that hangs loose", + ], + "Capri Pants": ["Capri Pants", "Slim cropped pants, ending above the ankle."], + Capture: [ + "Capture", + "Performer takes and holds another performer as a captive or prisoner, typically by force.", + ], + Car: [ + "Car", + "At least some of the action takes place in or on top of a car.", + ], + Cardigan: [ + "Cardigan", + "Knitted sweater with an open front, worn like a jacket.", + ], + Carpet: ["Carpet", "The scene or image features a carpet"], + "Carpet Beater": ["Carpet Beater", "Housecleaning tool used to beat carpets"], + "Cartoon Character": [ + "Cartoon Character", + "Performer representing a character from a western cartoon, either as parody or cosplay.", + ], + "Car Wash": [ + "Car Wash", + "Features a character washing a vehicle, teasing another character or the camera.", + ], + Casting: [ + "Casting", + "Features someone filming the scene itself as an audition/sample for another character.", + ], + "Castration Play": [ + "Castration Play", + "Simulation removal or destruction of testicals.", + ], + "Castration Talk": [ + "Castration Talk", + "Discussing or threatening Castration. To be used when the actual play is not depicted.", + ], + "Casual Wear": ["Casual Wear", "Relaxed clothing suited for everyday use."], + Catheter: [ + "Catheter", + "A flexible tube used to empty the bladder and collect urine in a drainage bag", + ], + Catsuit: [ + "Catsuit", + "Form-fitting one-piece garment covering the torso, legs, and often arms as well.", + ], + "Cattle Prod": ["Cattle Prod", "Long handheld rod used to shock performers."], + Caught: [ + "Caught", + "Featuring a character who catches their scene partner in a compromising position.", + ], + Cave: [ + "Cave", + "At least some of the action takes place in a natural cavern.", + ], + "Ceiling Mounts": [ + "Ceiling Mounts", + "Holds rope(s) or chain(s) to anchor the performer to the ceiling.", + ], + Celebrity: [ + "Celebrity", + "Character presented as a celebrity, either fictional or in reality.", + ], + Censored: [ + "Censored", + "Visual censorship of a featured performer's genitals using digital tools, often using a mosaic or blur effect.", + ], + "Censored for Content": [ + "Censored for Content", + "The video has been edited from the released version and re-released with potentially problematic content removed", + ], + Cervix: ["Cervix", "Features a performer's visible cervix."], + CFNF: [ + "CFNF", + 'Features a nude female while her female scene partner remains clothed. Initials stand for "Clothed Female Nude Female".', + ], + CFNM: [ + "CFNM", + 'Features a nude male while his female scene partner remains clothed. Initials stand for "Clothed Female Nude Male".', + ], + "CFNM Humiliation": [ + "CFNM Humiliation", + "A male who is humiliated by being exposed in front of one or more dressed females.", + ], + CGI: ["CGI", "Features digitally created special effects or backgrounds."], + "Chain Harness": ["Chain Harness", "A harness made from chains."], + Chains: ["Chains", "Any restraint that features metal chains."], + Chair: [ + "Chair", + "At least some of the action takes place in a chair, including armchairs and stools.", + ], + Champion: [ + "Champion", + "Submissive character trying hard to please their dominant.", + ], + "Change Clothes": [ + "Change Clothes", + "Performer is shown changing into at least one new outfit.", + ], + "Chastity Belt": [ + "Chastity Belt", + "Locking device with a genital barrier that restricts sex or masturbation, secured with a belt around the waist.", + ], + "Chastity Bra": [ + "Chastity Bra", + "A locking bra that restricts access to the breasts.", + ], + "Chastity Cage": ["Chastity Cage", "Locking"], + "Chastity Cumshot": [ + "Chastity Cumshot", + "Visibly ejaculating while wearing a chastity device.", + ], + "Chastity Encouragement": [ + "Chastity Encouragement", + "Performer encourages viewer to wear chastity device", + ], + "Chastity Toys": [ + "Chastity Toys", + "Various devices worn to restrict sexual stimulation.", + ], + Cheating: [ + "Cheating", + "Features at least one character cheating on their partner.", + ], + "Cheekbone Piercing": [ + "Cheekbone Piercing", + "Performers with at least one visible piercing by a cheekbone.", + ], + Cheerleader: [ + "Cheerleader", + "Female character who acts as a cheerleader, either at school or professionally.", + ], + Chef: ["Chef", "Character presented as a professional cook."], + "Chemical Play": ["Chemical Play", "The"], + Chemise: [ + "Chemise", + "Sleeveless underwear that extends past the hips like a thin dress.", + ], + "Cherry Creampie": ["Cherry Creampie", "A"], + "Chest Harness": ["Chest Harness", "A harness on the performer's chest."], + Chinese: ["Chinese", "Scene features Chinese performer(s)"], + "Chinese Accent": [ + "Chinese Accent", + "Speaks with an accent native to China.", + ], + "Chinese Dress": [ + "Chinese Dress", + "Form-fitting one-piece dress with a standing collar and two side slits.", + ], + "Chinese Tattoo": ["Chinese Tattoo", "Tattoo of Chinese characters."], + "Chipmunk Blowjob": [ + "Chipmunk Blowjob", + "When the penis (or the toy) makes a visible bulge in the performer's cheek, and they look like a chipmunk.", + ], + Choker: [ + "Choker", + "Close-fitting necklace, typically made from a flexible material.", + ], + Choking: [ + "Choking", + "Placing one or both hands around another performer's neck, at least somewhat forcefully.", + ], + Christmas: ["Christmas", "Takes place on or around Christmas."], + Church: ["Church", "At least some of the action takes place in a Church."], + "Churning Butter": [ + "Churning Butter", + "White frothy appearance of agitated seminal/vaginal fluid", + ], + "Cinco de Mayo": ["Cinco de Mayo", "Takes place on or around Cinco de Mayo."], + Circumcised: ["Circumcised", "Penis with the foreskin removed."], + Clamps: ["Clamps", "Small pinching device that is affixed to a performer."], + Classmates: [ + "Classmates", + "Characters who attend the same class or school as their scene partner.", + ], + Classroom: [ + "Classroom", + "At least some of the action takes place in a school classroom.", + ], + "Clavicle Piercing": [ + "Clavicle Piercing", + "Performers with at least one visible piercing above the chest in the clavicle area", + ], + Cleaning: ["Cleaning", "Performing basic housekeeping duties."], + Cleavage: [ + "Cleavage", + "Visible area between a person's breasts; usually when wearing clothing (low-cut neckline) that does not fully cover the breasts.", + ], + "Cleave Gag": [ + "Cleave Gag", + "A gag made by pulling a cloth or other such object between a performers teeth.", + ], + Client: [ + "Client", + "Character who has commissioned the services of their scene partner.", + ], + "Clit Encaser": [ + "Clit Encaser", + "Vibrator with a small opening designed to surround the clitoris.", + ], + "Clit Exposure": [ + "Clit Exposure", + "Deliberately exposing the clitoris to the camera.", + ], + "Clit Play": ["Clit Play", "Focusing stimulation on the clitoris."], + "Clit Pump": [ + "Clit Pump", + "Device that creates a vacuum over a performer's clitoris.", + ], + Clones: ["Clones", "A performer is having sex with their own clone."], + "Closed Legs": ["Closed Legs", "Legs closed together."], + "Closed Missionary": [ + "Closed Missionary", + "Position where receiving performer lays supine with legs close together while penetrating performer's legs go outside.", + ], + "Close Up": [ + "Close Up", + "Performer's body-part (unspecified) fills most of the screen.", + ], + "Close Up Ass": ["Close Up Ass", "Performer's ass fills most of the screen."], + "Close Up Breasts": [ + "Close Up Breasts", + "Performer's breasts fill most of the screen.", + ], + "Close Up Cumshot": [ + "Close Up Cumshot", + "Performer's glans and ejaculate fill most of the screen while ejaculating.", + ], + "Close Up Face": [ + "Close Up Face", + "Performer's face fills most of the screen.", + ], + "Close Up Feet": [ + "Close Up Feet", + "Performer's feet fill most of the screen.", + ], + "Close Up Missionary": [ + "Close Up Missionary", + "Missionary position filmed with close proximity to actors face. Often used in VR scenes for increased intimacy.", + ], + "Close Up Pussy": [ + "Close Up Pussy", + "Performer's pussy fills most of the screen.", + ], + "Clothed Sex": [ + "Clothed Sex", + "Featuring sex where at least one character remains at least partially clothed.", + ], + "Clothes Cut Off": [ + "Clothes Cut Off", + "A performer's clothing is cut off with scissors or another sharp implement, often while that performer is in bondage.", + ], + Clothespins: [ + "Clothespins", + "Small household clamps, usually made of wood or cheap plastic.", + ], + "Clothes Removal": [ + "Clothes Removal", + "The act of taking off or removing clothes, often by another performer.", + ], + "Clothing Abandonment": [ + "Clothing Abandonment", + "when a performer undresses and leaves their clothing behind while they go to a new location", + ], + "Clover Clamps": [ + "Clover Clamps", + "Clamps that apply extra pressure when pulled, usually attached to a chain.", + ], + Club: [ + "Club", + "At least some of the action takes place in a night club or disco.", + ], + CMNF: [ + "CMNF", + 'Features a nude female while her male scene partner remains clothed. Initials stand for "Clothed Male Nude Female".', + ], + CMNM: [ + "CMNM", + 'Features a nude male while his male scene partner remains clothed. Initials stand for "Clothed Male Nude Male".', + ], + Coach: [ + "Coach", + "Character presented as a personal trainer or sports coach.", + ], + Coat: [ + "Coat", + "Long outer garment with sleeves and an open front, worn for warmth or fashion.", + ], + "Cock and Ball Torture": [ + "Cock and Ball Torture", + "Inflicting pain on the penis and/or testicles.", + ], + "Cock and Ball Torture Instruction": [ + "Cock and Ball Torture Instruction", + "Performer speaks directly to a viewer, telling them how to inflict pain on their genitals.", + ], + "Cock and Ball Torture Toys": [ + "Cock and Ball Torture Toys", + "Toys designed to inflict pain on the penis, testicles, and/or scrotum.", + ], + Cockbox: [ + "Cockbox", + "A board with a hole, usually footed by side boards, thus creating a low table, in which a male places genitalia.", + ], + "Cock In Mouth Talking": [ + "Cock In Mouth Talking", + "Performer speaks to viewer or other performer while cock is in their mouth", + ], + "Cock Milking": ["Cock Milking", "Mostly"], + "Cock Milking Machine": [ + "Cock Milking Machine", + "A device used to create suction on a performer's penis for the purpose of stimulation or to induce ejaculation.", + ], + "Cock Rings": [ + "Cock Rings", + "Rings worn around the base of the penis, usually to restrict blood flow.", + ], + "Cock Shock": ["Cock Shock", "Surprise upon seeing a large cock"], + "Cock Slapping": [ + "Cock Slapping", + "Slapping a performer's face with a penis.", + ], + "Cock Stock": [ + "Cock Stock", + "Testicle cuff device, mounted to a pole, that sits in front of the thighs at the base of the penis and testicles", + ], + "Cock Teasing": [ + "Cock Teasing", + "Gently teasing a performer's penis, often with particularly slow or light touches.", + ], + "Cock Worship": [ + "Cock Worship", + "Focused on physically appreciating another performer's penis with hands or mouth.", + ], + Coed: [ + "Coed", + "Female character currently (or were very recently) attending a college or university.", + ], + Coerced: [ + "Coerced", + "Character is gradually persuaded to perform escalating sexual acts.", + ], + College: [ + "College", + "At least some of the action takes place in a college or university.", + ], + Colombian: ["Colombian", "Scene features Colombian performer(s)"], + "Colonial Era": [ + "Colonial Era", + "Inspired by the history and culture of the early modern period, c. 1500–1800 AD.", + ], + "Colored Contacts": [ + "Colored Contacts", + "At least one contact lens worn to change a performer's eye to a different color or design.", + ], + "Colored Hair": [ + "Colored Hair", + "Performers with a hair color that does not occur naturally.", + ], + "Colored Hair (Female)": [ + "Colored Hair (Female)", + "Female performers with a hair color that does not occur naturally.", + ], + "Colored Stockings": [ + "Colored Stockings", + "Scene contains a performer who wears colored stockings", + ], + "Comic Character": [ + "Comic Character", + "Performer representing a character from comics, either as parody or cosplay.", + ], + Commentary: ["Commentary", ""], + Compilation: [ + "Compilation", + "Videos that consist of multiple previously released scenes, in part or in full.", + ], + Condom: ["Condom", "Wearing a condom during penetrative sex."], + "Condom Breaks": ["Condom Breaks", "Condom breaks during use"], + "Condom Creampie": [ + "Condom Creampie", + "Penetrative sex to completion without pulling out, whether it's anal or vaginal, while wearing a condom.", + ], + "Condom Mask": [ + "Condom Mask", + "Latex Mask with a condom attached to be inserted into the mouth of a performer", + ], + "Condom Removal": [ + "Condom Removal", + "Consensual removal of a condom after starting with one", + ], + "Condom Swallow": ["Condom Swallow", "Swallowing cum from a condom"], + "Conductive Rubber": [ + "Conductive Rubber", + "Using additional rubber to conduct electricity across a performer's body.", + ], + "Confined Cock": [ + "Confined Cock", + "Binds a performer's penis with rope, or a similar restraint.", + ], + "Connecting Rope": [ + "Connecting Rope", + "Rope used to attach together two or more bondage devices.", + ], + Cop: ["Cop", "Character working as an agent of the law."], + "Copper Wire": [ + "Copper Wire", + "Using exposed copper wiring to conduct electricity across a performer's body.", + ], + "Corporal Punishment": [ + "Corporal Punishment", + "Using physical force to cause pain or discomfort as a method of punishment.", + ], + Corruption: [ + "Corruption", + "Features the corruption of a relatively innocent character.", + ], + Corset: [ + "Corset", + "Structured torso-hugging top ending at the waist or top of the hips.", + ], + Cosplay: ["Cosplay", "Costumed"], + "Costa Rican": ["Costa Rican", "Scene features Costa Rican performer(s)"], + Costume: [ + "Costume", + "Unusual, out-of-date, or impractically sexy clothing intended to evoke a change in identity.", + ], + Couch: ["Couch", "At least some of the action takes place on a couch."], + Cougar: [ + "Cougar", + "Older female characters who are sexually aggressive, often seducing younger men.", + ], + Countertop: [ + "Countertop", + "At least some of the action takes place on a countertop or bar.", + ], + Couple: [ + "Couple", + "Characters who are in a committed relationship with their scene partner.", + ], + "Couple Masturbation": [ + "Couple Masturbation", + "Performers simultaneously masturbating, themselves or each other.", + ], + Cousins: [ + "Cousins", + "Characters presented as cousins to their scene partner.", + ], + Cover: ["Cover", "The"], + Coveralls: [ + "Coveralls", + "One-piece protective garment worn for manual work.", + ], + Cowboy: ["Cowboy", ""], + "Cowboy Boots": [ + "Cowboy Boots", + "Riding boot with a pointed toe, high shaft, and no lacing, closely associated with the cowboys of western North America.", + ], + "Cowboy Hat": [ + "Cowboy Hat", + "Hat with a high crown and wide brim, closely associated with the cowboys of western North America.", + ], + Cowgirl: [ + "Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, while facing each other.", + ], + "Cowgirl Blowjob": [ + "Cowgirl Blowjob", + "Penetrative sex in a cowgirl position while orally pleasuring a penis.", + ], + "Cowgirl (DAP)": [ + "Cowgirl (DAP)", + "Cowgirl position during Double Anal Penetration", + ], + "Cowgirl (DP)": ["Cowgirl (DP)", "Position"], + "Cowgirl (DVP)": [ + "Cowgirl (DVP)", + "Cowgirl position during Double Vaginal Penetration", + ], + "Cowgirl - POV": [ + "Cowgirl - POV", + "From the perspective of the person below, with the person on top facing the observer during penetrative sex", + ], + "Co-Workers": [ + "Co-Workers", + "Characters who work a job alongside their scene partner.", + ], + Crawling: [ + "Crawling", + "When a performer moves around on their hands and knees.", + ], + Creampie: [ + "Creampie", + "Penetrative sex to completion without pulling out, whether it's anal or vaginal.", + ], + "Creampie Both Holes": [ + "Creampie Both Holes", + "Creampie Both Vaginally and Anally", + ], + "Creampie Eating": [ + "Creampie Eating", + "Eating semen out of an orifice, whether one's own or someone else's", + ], + "Creampie Eating From Other": [ + "Creampie Eating From Other", + "Performer eats/licks/tastes semen from someone else's vagina or anus", + ], + "Creampie Eating From Self": [ + "Creampie Eating From Self", + "Performer eats/licks/tastes semen from their own vagina or anus", + ], + "Creampie Swapping": [ + "Creampie Swapping", + "Trading semen from one performer's orafice to another performer's orafice.", + ], + "Creamy Asshole": [ + "Creamy Asshole", + "Visible creamy lube from anal penetration", + ], + Credits: [ + "Credits", + "When the credits of the movie roll, or when the credits of a gallery are shown.", + ], + Criminal: [ + "Criminal", + "Character who is currently committing a crime, or was caught for a previous one.", + ], + Crops: [ + "Crops", + "Thin rod with a leather loop on the end, used for striking a performer.", + ], + "Crop Top": [ + "Crop Top", + "Short top that leaves the waist, navel, or abdomen exposed.", + ], + "Cross Dressing": [ + "Cross Dressing", + "Scenes in which a performer derives sexual enjoyment from dressing in clothing traditionally worn by the opposite gender.", + ], + "Cross Necklace": [ + "Cross Necklace", + "A performer is wearing a cross necklace or rosary.", + ], + "Crotch Chain": [ + "Crotch Chain", + "In bondage scenes, a taut chain that's placed between the legs.", + ], + "Crotchless Panties": [ + "Crotchless Panties", + "Panties that leave an opening for the genitals.", + ], + "Crotchless Pantyhose": [ + "Crotchless Pantyhose", + "Pantyhose that leave an opening for the genitals.", + ], + "Crotch Rope": [ + "Crotch Rope", + "In bondage scenes, a taut rope that's placed between the legs to put pressure on the genitals.", + ], + "Crotch Strap": [ + "Crotch Strap", + "In bondage scenes, a taut leather strap that's placed between the legs.", + ], + Crown: [ + "Crown", + "Metallic headwear that is closely associated with royalty and often adorned with jewels.", + ], + Cruising: [ + "Cruising", + "Walking or driving about a cruising ground in search of a sex partner, usually of the anonymous, casual, one-time variety.", + ], + Crying: ["Crying", "Features a character crying during the action."], + Cub: [ + "Cub", + "A younger (or younger-looking) version of a bear, sometimes but not always, with a smaller frame", + ], + Cuban: ["Cuban", "Scene features Cuban performer(s)"], + "Cuckold Hand Holding": [ + "Cuckold Hand Holding", + "A man holding hands with his female partner while watching her have sex with another man.", + ], + Cuckolding: [ + "Cuckolding", + "Features a female character being unfaithful in front of her husband or boyfriend, often framed as punishment or revenge.", + ], + "Cuckolding Talk": [ + "Cuckolding Talk", + "Talking, threatening or implying sex with other men. Cuckolding theme without showing the woman having Sex with the Bull.", + ], + "Cuckold - POV": [ + "Cuckold - POV", + "Scenes shot from the perspective of the cuckholded party.", + ], + Cuckqueaning: ["Cuckqueaning", "Features"], + Cuddle: [ + "Cuddle", + "Performers closely embracing each other for some time, often while lying down.", + ], + Cuffs: ["Cuffs", "Restraints often worn around the wrists and ankles."], + "Cum As Lube": [ + "Cum As Lube", + "Another man's semen acting as lube during penetration or a hand job", + ], + "Cum Begging": ["Cum Begging", "Begging for another performer's cum"], + "Cum Between Tits": [ + "Cum Between Tits", + "Visibly ejaculating between another performer's breasts while titty fucking.", + ], + "Cum Countdown": [ + "Cum Countdown", + "Countdown until the viewer or performer is allowed to ejaculate.", + ], + "Cum Covered Blowjob": [ + "Cum Covered Blowjob", + "Performing oral sex to a third party with semen on their face or body. Not sucking after cumshot.", + ], + "Cum Covered Fucking": [ + "Cum Covered Fucking", + "Having penetrative sex with semen on their face or body.", + ], + "Cum Covered Masturbation": [ + "Cum Covered Masturbation", + "Masturbating with semen on their face or body.", + ], + "Cum Covered Titjob": [ + "Cum Covered Titjob", + "Performing a titjob to a third party with semen on their face or body.", + ], + "Cum Drip": ["Cum Drip", "Cum dripping out of an orifice or from a face"], + "Cum Eating Instruction": [ + "Cum Eating Instruction", + "Performer speaks directly to the viewer, telling them to eat their own semen.", + ], + "Cum Fetish": [ + "Cum Fetish", + "The fetish that regroup all actions related to the male cum", + ], + "Cum Filled Panties": [ + "Cum Filled Panties", + "Visibly ejaculating inside another performer's panties while they are wearing them", + ], + Cumflation: [ + "Cumflation", + "Injecting ludicrous quantities of semen into a character, causing their entire body to swell up like a balloon.", + ], + "Cum in Chastity": [ + "Cum in Chastity", + "Cuming while wearing a chastity device, often with the help of a vibrator or other stimulation", + ], + "Cum in Eye": [ + "Cum in Eye", + "Visibly ejaculating into another performer's eye, not necessarily on purpose.", + ], + "Cum in Hair": [ + "Cum in Hair", + "Visibly ejaculating into another performer's hair.", + ], + "Cum in Mouth": [ + "Cum in Mouth", + "Visibly ejaculating into another performer's open mouth.", + ], + "Cum In Mouth Talking": [ + "Cum In Mouth Talking", + "Performer speaks to viewer or other performer while keeping cum in their mouth", + ], + "Cum in Pants": [ + "Cum in Pants", + "Performer ejaculating into their own pants", + ], + "Cum Kissing": [ + "Cum Kissing", + "Kissing a performer with semen on their face.", + ], + "Cum Mustache": [ + "Cum Mustache", + 'A large amount of semen got between nose and lips, like "milk mustache"', + ], + "Cum on Ass": [ + "Cum on Ass", + "Visibly ejaculating onto another performer's backside.", + ], + "Cum on Asshole": [ + "Cum on Asshole", + "Visibly ejaculating onto another performer's anus.", + ], + "Cum on Back": [ + "Cum on Back", + "Visibly ejaculating onto another performer's back.", + ], + "Cum on Balls": [ + "Cum on Balls", + "Visibly ejaculating onto another performer's testicles.", + ], + "Cum on Body": [ + "Cum on Body", + "Visibly ejaculating onto another performer's body.", + ], + "Cum on Bush": [ + "Cum on Bush", + "When a performer finishes on other's pubic hair.", + ], + "Cum on Camera": [ + "Cum on Camera", + "Visibly ejaculating onto the lens of the filming camera.", + ], + "Cum on Clothes": [ + "Cum on Clothes", + "Visibly ejaculating onto another performer's top, bottoms or underwear.", + ], + "Cum on Dick": [ + "Cum on Dick", + "Visibly ejaculating onto another performer's penis.", + ], + "Cum on Eyelid": [ + "Cum on Eyelid", + "A large amount of semen got on the eyelid, but not in the eye", + ], + "Cum on Feet": [ + "Cum on Feet", + "Visibly ejaculating onto another performer's foot or feet.", + ], + "Cum on Food": ["Cum on Food", "Where a performer ejaculates onto food"], + "Cum on Forehead": [ + "Cum on Forehead", + "A large amount of semen got on the forehead", + ], + "Cum on Glasses": [ + "Cum on Glasses", + "Visibly ejaculating onto another performer's glasses.", + ], + "Cum on Hands": [ + "Cum on Hands", + "Visibly ejaculating onto another performer's hand or hands.", + ], + "Cum on Legs": [ + "Cum on Legs", + "Visibly ejaculating onto another performer's leg.", + ], + "Cum on Nose": ["Cum on Nose", "A large amount of semen got on the nose"], + "Cum on Panty": [ + "Cum on Panty", + "Visibly ejaculating onto another performer's panty.", + ], + "Cum on Prolapse": ["Cum on Prolapse", "Ejaculating on prolapse"], + "Cum on Pussy": [ + "Cum on Pussy", + "Visibly ejaculating onto another performer's vulva.", + ], + "Cum on Self": ["Cum on Self", "Visibly ejaculating onto themselves."], + "Cum on Shoes": [ + "Cum on Shoes", + "Visibly ejaculating onto another performer's shoe.", + ], + "Cum on Stockings": [ + "Cum on Stockings", + "Visibly ejaculating onto another performer's stockings, pantyhose, or socks.", + ], + "Cum on Stomach": [ + "Cum on Stomach", + "Visibly ejaculating onto another performer's stomach.", + ], + "Cum on Tattoo": [ + "Cum on Tattoo", + "Visibly ejaculating onto another performer's tattoo, regardless of its position.", + ], + "Cum on Tits": [ + "Cum on Tits", + "Visibly ejaculating onto another performer's breasts.", + ], + "Cum Play": [ + "Cum Play", + "Playing with semen, often by cleaning it up or rubbing it in.", + ], + Cumshot: [ + "Cumshot", + "Visibly ejaculating outside of another performer's body.", + ], + "Cumshot Clean-up": [ + "Cumshot Clean-up", + "Cleaning up semen by putting it into a performer's mouth.", + ], + "Cumshot While Fucked": [ + "Cumshot While Fucked", + "Performer ejaculates while being penetrated by another person.", + ], + "Cum Snorting": ["Cum Snorting", "Snorting semen"], + "Cum Swallowing": [ + "Cum Swallowing", + "Swallowing semen, instead of spitting it out.", + ], + "Cum Swapping": ["Cum Swapping", "Trading semen from one mouth to another."], + "Cum Walk": [ + "Cum Walk", + "Features a character walking in public with semen on their face, whether it's real or fake.", + ], + "Cupped Hands Cumshot": [ + "Cupped Hands Cumshot", + "The receiving performer cups their hands to catch cum from the ejaculating performer/s", + ], + "Curly Hair": [ + "Curly Hair", + "Hair with significantly tighter curls along most of its length.", + ], + "Curved Cock": ["Curved Cock", "Penis has a significant curve when erect."], + Curvy: ["Curvy", "Relatively heavy figures."], + "Custom Clip": [ + "Custom Clip", + "Commissioned by a customer who is often mentioned by name.", + ], + Customer: [ + "Customer", + "Character who is a patron of their scene partner's place of business.", + ], + "Cut-offs": [ + "Cut-offs", + "Shorts with a ragged edge where longer pant legs appear to have been cut off.", + ], + Cyberpunk: [ + "Cyberpunk", + "A genre of science fiction set in a lawless subculture of an oppressive society dominated by computer technology.", + ], + Cybersex: [ + "Cybersex", + "Multiple performers remotely connected via a network", + ], + Czech: ["Czech", "Scene features Czech performer(s)"], + "Czech Language": [ + "Czech Language", + "Scene shows performer(s) speaking Czech.", + ], + "Daddy Roleplay": ["Daddy Roleplay", "Strong,"], + "Damsel In Distress": ["Damsel In Distress", "Concept"], + Dancer: ["Dancer", ""], + Dancing: ["Dancing", "Features a performer dancing for some time."], + Dangling: [ + "Dangling", + "The act of playing with loose footwear, keeping it partially on while moving it with the toes.", + ], + "Dark Areolas": [ + "Dark Areolas", + "Areolas with a deeper, richer pigmentation, often darker than the surrounding skin tone.", + ], + "Dark Blond Hair": [ + "Dark Blond Hair", + "Performers with dark blond or light brown hair colors.", + ], + "Dark Labia": ["Dark Labia", "Vulva that appears in dark color."], + "Dark Lipstick": [ + "Dark Lipstick", + "Features a performer wearing dark or black lipstick.", + ], + "Dark Skin": ["Dark Skin", "Performers with exceptionally dark skin tones."], + Dating: [ + "Dating", + "Characters who are in a committed, unmarried relationship with each other.", + ], + Daughter: ["Daughter", "Character is biological daughter to scene partner."], + "Daughter In Law": [ + "Daughter In Law", + "Character presented as daughter in law to a scene partner", + ], + "Daughter's Friend": [ + "Daughter's Friend", + "Scene partner is the friend of the male partner's daughter.", + ], + "Daughter Swapping": ["Daughter Swapping", "Exchanging"], + "Debt Contract": ["Debt Contract", "A"], + "Debt / Payment": [ + "Debt / Payment", + "When one or more characters is required to engage in sexual acts in order to settle a debt or make a payment.", + ], + "Deep Anal Dildo": [ + "Deep Anal Dildo", + "The complete insertion of a long dildo so the anus closes around it. (For example a double headed dildo)", + ], + "Deep Anal Fuck": [ + "Deep Anal Fuck", + "Deep insertion of a penis or an object into an anus.", + ], + "Deep Fake": [ + "Deep Fake", + "Usage of AI and ML techniques to replace one person's likeness convincingly with that of another", + ], + "Deep Fisting": [ + "Deep Fisting", + "Deep insertion of the fist into vagina or anus.", + ], + "Deep Fuck": [ + "Deep Fuck", + "Deep insertion of a penis or an object into a vagina or anus.", + ], + Deepthroat: [ + "Deepthroat", + "Oral penetrative sex that's deep enough to reach the back of the throat.", + ], + "Defined Abs": [ + "Defined Abs", + "Performer with a visually defined midsection", + ], + "Degrading Tattoo": [ + "Degrading Tattoo", + "Tattoos that feature degrading language or imagery.", + ], + Dehumanization: [ + "Dehumanization", + "Performer is not treated like a human being", + ], + "Delivery Driver": [ + "Delivery Driver", + "Character who works as a package delivery driver.", + ], + Delusion: ["Delusion", "Features"], + Denim: ["Denim", "Thick sturdy fabric made from cotton, often dyed blue."], + "Denim Jacket": ["Denim Jacket", "Jacket made from denim, often dyed blue."], + "Denim Shorts": ["Denim Shorts", "Shorts made from denim, often dyed blue."], + "Denim Skirt": ["Denim Skirt", "Skirt made from denim, often dyed blue."], + "Depth of Field": ["Depth of Field", "Camera"], + Desk: ["Desk", "At least some of the action takes place on top of a desk."], + Destruction: ["Destruction", ""], + Detective: [ + "Detective", + "Character working to collect information, often attempting to solve a crime or mystery.", + ], + Diaper: [ + "Diaper", + "Type of underwear that allows the wearer to urinate or defecate without using a toilet", + ], + "Diaper Mess": [ + "Diaper Mess", + "The act of defecating in a diaper or having feces in it.", + ], + "Dick Licking": ["Dick Licking", "The act of licking a penis"], + "Dick Play": [ + "Dick Play", + "Acts related to the stimulation of a performer's penis", + ], + Dildo: ["Dildo", "Long sex toy designed for penetration."], + "Dildo Blowjob": [ + "Dildo Blowjob", + "An oral stimulation performed on a dildo or phallic-shaped sex toy.", + ], + "Dildo (DP)": [ + "Dildo (DP)", + "A performer is using a dildo or dildos anally and vaginally simultaneously.", + ], + "Dildo Footjob": [ + "Dildo Footjob", + "Manual stimulation performed on a dildo or phallic-shaped sex toy using feet.", + ], + "Dildo Gag": [ + "Dildo Gag", + "Phallic shaped gag used to disrupting a performer's speech.", + ], + "Dildo Handjob": [ + "Dildo Handjob", + "Manual stimulation performed on a dildo or phallic-shaped sex toy using hand.", + ], + "Dildo Panties": ["Dildo Panties", "This"], + "Dildo Riding": [ + "Dildo Riding", + "Performer mounting and thrusting on a stationary dildo", + ], + "Dildo / Strap on Sex - With Partner": [ + "Dildo / Strap on Sex - With Partner", + "A performer having sex using a strap on or dildo", + ], + "Dildo Titjob": [ + "Dildo Titjob", + "Rubbing or holding a toy between the breasts to imitate a titjob.", + ], + "DILF (30+)": [ + "DILF (30+)", + "Older male character implied to be at least 30, often presented as a fatherly figure.", + ], + "DILF (Role)": [ + "DILF (Role)", + '"Dad I\'d Like to Fuck." A conventionally attractive older male character.', + ], + Dimples: [ + "Dimples", + "Performers with noticeable indentations or small hollows in their cheeks, typically appearing when they smile.", + ], + "Dimples of Venus": [ + "Dimples of Venus", + "Symmetrical indentations on the lower back, one on either side of the spine, just above the pelvic bone", + ], + "Dimples of Venus Piercing": [ + "Dimples of Venus Piercing", + "Performers with at least one visible piercing in their dimples of Venus.", + ], + "Dining Room": [ + "Dining Room", + "At least some of the action takes place in a home's dining room.", + ], + "Dirt Covered": [ + "Dirt Covered", + "One or more of the performers is covered in dirt.", + ], + "Dirty Anal": [ + "Dirty Anal", + "Features anal sex that is dirty in the literal sense of the word", + ], + "Dirty Ass to Mouth": [ + "Dirty Ass to Mouth", + "Oral penetration of a performer's mouth immediately after non-clean anal penetration of the same performer.", + ], + "Dirty Ass to Other's Mouth": [ + "Dirty Ass to Other's Mouth", + "Oral penetration of a performer's mouth immediately after non-clean anal penetration of a different performer.", + ], + "Dirty Feet": [ + "Dirty Feet", + "One of the performers in the scene has unclean feet", + ], + "Dirty Talk": [ + "Dirty Talk", + "Features at least one character providing a significant amount of lewd or demeaning dialogue during the action.", + ], + Discipline: [ + "Discipline", + "Performer is given some form of consequence for their actions or behavior.", + ], + Disgust: [ + "Disgust", + "Features at least one character who is disgusted by the situation or another performer/viewer.", + ], + Distracted: ["Distracted", "Performer"], + Docking: ["Docking", "A"], + Doctor: ["Doctor", "Character who is presented as a medical doctor."], + "Doggy 9": [ + "Doggy 9", + "Penetrative sex from a doggy position while the receiver is in a 69 position with another performer.", + ], + "Doggy Style": [ + "Doggy Style", + "Penetrative sex with performers on their knees while facing the same direction.", + ], + "Doggy Style (DAP)": [ + "Doggy Style (DAP)", + "Double Anal Penetration while in Doggy style position", + ], + "Doggy Style (DP)": [ + "Doggy Style (DP)", + "The receiver is on all fours having vaginal and anal penetrative sex simultaneously", + ], + "Doggy Style (DVP)": [ + "Doggy Style (DVP)", + "Doggy Style position during Double Vaginal Penetration", + ], + "Doggy Style - POV": [ + "Doggy Style - POV", + "Point Of View of the performer who is behind the receiver, both on their knees while facing the same direction.", + ], + Doll: ["Doll", ""], + Dollhouse: ["Dollhouse", ""], + "https://stashdb.org/tags?page=20#": [ + "https://stashdb.org/tags?page=20#", + "", + ], + "Doll Shoes": [ + "Doll Shoes", + "Closed, low-cut shoe with a strap across the instep, often worn with socks or hosiery.", + ], + "Dolphin Shorts": [ + "Dolphin Shorts", + "Very short athletic shorts with side slits, rounded corners, and a waistband.", + ], + Dominant: [ + "Dominant", + "At least one performer serves as the dominant role in BDSM activities.", + ], + Domination: [ + "Domination", + "Scenes where one character assumes the role of superiority and control over their scene partner.", + ], + Dominatrix: [ + "Dominatrix", + "Female character who takes on the dominant role in BDSM activities as a profession.", + ], + Dominican: ["Dominican", "Scene features Dominican performer(s)"], + Doppelgangers: [ + "Doppelgangers", + "Characters whose close physical resemblance is a major focus of the scene.", + ], + "Dorm Room": [ + "Dorm Room", + "At least some of the action takes place in a school's dorm room.", + ], + "Double Anal Fisting": [ + "Double Anal Fisting", + "The insertion of two fists in the ass.", + ], + "Double Anal Penetration (DAP)": [ + "Double Anal Penetration (DAP)", + "Anal penetrative sex from two performers simultaneously.", + ], + "Double Barrel Blowjob": [ + "Double Barrel Blowjob", + "Two penises are in a performer's mouth at the same time.", + ], + "Double Blowjob": [ + "Double Blowjob", + "Two performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Double Blowjob (2 Mouths)": [ + "Double Blowjob (2 Mouths)", + "Two performers orally pleasuring a single penis at roughly the same time.", + ], + "Double Blowjob (2 Penises)": [ + "Double Blowjob (2 Penises)", + "One performer orally pleasuring two penises at roughly the same time.", + ], + "Double Cowgirl": ["Double Cowgirl", "Position"], + "Double Creampie": [ + "Double Creampie", + "A performer receives two creampies in a single or multiple orifices", + ], + "Double Digit Penetration": [ + "Double Digit Penetration", + "Female receiving anal and vaginal digital (fingers) penetration.", + ], + "Double Dildo": [ + "Double Dildo", + "Dildo designed for simultaneous penetration on both ends.", + ], + "Double Domination": [ + "Double Domination", + "BDSM activity involving two performers dominating a single submissive.", + ], + "Double Facial": [ + "Double Facial", + "Two facials are given or received by a single performer, but it's unclear which.", + ], + "Double Facial (2 Penises)": [ + "Double Facial (2 Penises)", + "Two performers visibly ejaculating onto a single performer's face.", + ], + "Double Facial (2 Targets)": [ + "Double Facial (2 Targets)", + "One performer visibly ejaculating onto two performers' faces.", + ], + "Double Fisting": [ + "Double Fisting", + "Inserting two entire hands into another performer, anally or vaginally", + ], + "Double Footjob": [ + "Double Footjob", + "Two performers pleasuring a single penis with their feet", + ], + "Double Handed": [ + "Double Handed", + "Pleasuring a penis using both hands at the same time.", + ], + "Double Handjob": ["Double Handjob", "Two"], + "Double Handjob (1 Penis)": [ + "Double Handjob (1 Penis)", + "Two performers pleasuring a single penis with their hands at the same time.", + ], + "Double Handjob (2 Penises)": ["Double Handjob (2 Penises)", "One"], + "Double Penetration (DP)": [ + "Double Penetration (DP)", + "Vaginal and anal penetrative sex from two performers simultaneously.", + ], + "Double Vaginal Insertion": [ + "Double Vaginal Insertion", + "Vaginally penetrated with two objects simultaneously, where the objects are not both penises.", + ], + "Double Vaginal Penetration (DVP)": [ + "Double Vaginal Penetration (DVP)", + "Vaginal penetrative sex from two performers simultaneously.", + ], + Douching: [ + "Douching", + "Washing, flushing or cleaning out the inside of a cavity in the body with water or other mixtures of fluids.", + ], + Dovefucking: [ + "Dovefucking", + "Rubbing a breast or nipple against another performer's vulva.", + ], + Downblouse: [ + "Downblouse", + "Voyeuristic image of the view down a person's blouse, usually point of view above the cleavage.", + ], + "Dragon Dildo": [ + "Dragon Dildo", + "Fantasy and sci-fi themed sex toys, often made by a company named Bad Dragon.", + ], + Dreadlocks: ["Dreadlocks", "Hairstyle made of rope-like strands of hair."], + Dream: [ + "Dream", + "Features a visual representation of a character's dream, hallucination, or imagination.", + ], + Dreamcatcher: [ + "Dreamcatcher", + "Ring-shaped spreading device that often uses multiple clothespins.", + ], + Dress: [ + "Dress", + "Consists of a bodice attached to a skirt, traditionally worn by women and girls.", + ], + "Dressed Up": ["Dressed Up", ""], + Dresser: [ + "Dresser", + "At least some of the action takes place on top of a dresser or vanity.", + ], + Dressing: ["Dressing", "Features a performer putting clothes on."], + Drinking: ["Drinking", "Features a character drinking alcohol."], + "Drinking a Bowl of Piss": [ + "Drinking a Bowl of Piss", + "Performer drinks a huge bowl of piss", + ], + "Drinking Cum": ["Drinking Cum", "Drinking cum from an object."], + "Dripping Icicle": [ + "Dripping Icicle", + "Cum hanging off the end of a wang following ejaculation.", + ], + Drool: ["Drool", "Significant amount of saliva flowing out of the mouth."], + "Drowning in Piss": [ + "Drowning in Piss", + "Performer completely dips the face in a container with piss", + ], + "Dry Humping": [ + "Dry Humping", + "Performers simulate having sex with each other, most commonly by rubbing their genitals against one another without penetration.", + ], + "Dry Orgasm": [ + "Dry Orgasm", + "Performer with a penis reaches orgasm but no semen comes out. Sometimes happens with trans performers on hormone therapy.", + ], + Dumbbell: ["Dumbbell", "Weight lifting"], + Dungeon: [ + "Dungeon", + "At least some of the action takes place in a dungeon, often built for BDSM purposes.", + ], + Dunking: [ + "Dunking", + "Performer is momentarily dipped into water or another substance then removed.", + ], + Dutch: ["Dutch", "Scene features Dutch performer(s)"], + "DVP Creampie": [ + "DVP Creampie", + "Performer recieves at least one vaginal creampie while having two penises inside of their vagina.", + ], + Eager: [ + "Eager", + "Strong desire or interest in the act to the point of anxiety or impatience.", + ], + "Ear Fetish": [ + "Ear Fetish", + "An ear fetish is a sexual attraction towards ears.", + ], + "Ear Fucking": ["Ear Fucking", "Insertion in Ear"], + "Ear Piercing": [ + "Ear Piercing", + "Performers with at least one visible piercing by an ear that is not an earring.", + ], + Earrings: ["Earrings", "Jewelry attached to the ear."], + Easter: ["Easter", "Takes place on or around Easter."], + "Eastern European Accent": [ + "Eastern European Accent", + "Speaks with an accent native to Eastern Europe.", + ], + Eating: ["Eating", "At least one performer ingests food in the scene."], + Ecuadorian: ["Ecuadorian", "Scene features Ecuadorian performer(s)"], + Edging: [ + "Edging", + "Brought to the edge of climax but not past it, typically multiple times in a row.", + ], + "Editor's Cut": ["Editor's Cut", ""], + Educational: [ + "Educational", + 'Video which focuses on some form of sex education - "teaching" other performers, sex act instructions', + ], + "Egg Vibrator": [ + "Egg Vibrator", + "A small egg shaped vibrator typically inserted anally/vaginally or used to stimulate one's nipples/clitoris.", + ], + "E-girl": ["E-girl", "Female"], + Eightsome: [ + "Eightsome", + "Exactly eight performers at the same time, regardless of gender combination.", + ], + "Eightsome (BBBBBBGG)": [ + "Eightsome (BBBBBBGG)", + "Exactly six male performers and two female performers, at the same time.", + ], + "Eightsome (BBBBGTTT)": [ + "Eightsome (BBBBGTTT)", + "Exactly four male performers, one female performers and three trans performers, at the same time.", + ], + Elastrator: [ + "Elastrator", + "Special pliers used to stretch rubber bands over extremities. Used with livestock or in BDSM", + ], + "Elbow Bondage": [ + "Elbow Bondage", + "Restraint of a person's arms by binding them at the elbows.", + ], + "Elbow Gloves": [ + "Elbow Gloves", + "Long gloves that reach the elbow at least.", + ], + "Electric Dildo": ["Electric Dildo", ""], + "Electro Clamp": [ + "Electro Clamp", + "Clamp designed to be used with an E-Stim device to deliver an electric shock.", + ], + Electrodes: [ + "Electrodes", + "Devices that deliver controlled electrical stimulation to the body.", + ], + "Electro Plug": [ + "Electro Plug", + "Anal or Vaginal plug used to deliver electrical stimulation.", + ], + "Electro Sex": [ + "Electro Sex", + "Using some form of electrical stimulation during sexual activity.", + ], + Elevator: [ + "Elevator", + "At least some of the action takes place in an elevator.", + ], + "Emergency Medical Technician": [ + "Emergency Medical Technician", + "Features character who is working as emergency medical technician or paramedic.", + ], + Emo: ["Emo", "Fashion based around emo music and subculture"], + Employee: [ + "Employee", + "Character who works underneath their scene partner in a shared place of business.", + ], + "Employee (Female)": [ + "Employee (Female)", + "Female character who works underneath their scene partner in a shared place of business.", + ], + "Employee (Male)": [ + "Employee (Male)", + "Male character who works underneath their scene partner in a shared place of business.", + ], + "Employee's Wife": [ + "Employee's Wife", + "Scene partner is the wife of the other scene partner's employee.", + ], + "EMS Pads": [ + "EMS Pads", + "Sticky pads designed to be used with an EMS or TENS device.", + ], + "Encasement Footjob": [ + "Encasement Footjob", + "Features a footjob with the receiving penis encased in legwear, like socks or pantyhose, sometimes torn for access.", + ], + Enema: ["Enema", "Injection of fluid into rectum and colon."], + ENF: [ + "ENF", + "shame or embarrassment of women who are naked in situations where they are not supposed to be naked", + ], + "English Language": [ + "English Language", + "Scene shows performer(s) speaking English.", + ], + "English Subtitles": [ + "English Subtitles", + "Scene includes English text to help understand or translate performers' speech.", + ], + "Enhanced Ass": ["Enhanced Ass", "Augmented by some surgical procedure."], + "Enhanced Lips": ["Enhanced Lips", "Cosmetically altered lips."], + Entryway: [ + "Entryway", + "At least some of the action takes place in the front room or near the front door.", + ], + "Erect Clit": [ + "Erect Clit", + "Clitoris visibly swollen due to sexual arousal.", + ], + "Erect Nipples": [ + "Erect Nipples", + "Nipples that are visibly firm and protruding, typically in response to cold or arousal.", + ], + Erotica: [ + "Erotica", + "Scenes that are meant to be relatively inoffensive, often intended for relatively new viewers or for couples to watch together.", + ], + "Erotic Magic": [ + "Erotic Magic", + "Roleplay involving the use of magic on a subject to make the subject erotically attracted to the caster", + ], + "Erotic Wear": ["Erotic Wear", "Significant focus on erotic clothing."], + "Escape Challenge": [ + "Escape Challenge", + "Performer is restrained and tries to free themselves.", + ], + Escort: [ + "Escort", + "Character who is paid for sexual encounters as a profession.", + ], + Estonian: ["Estonian", "Scene features Estonian performer(s)"], + "Ethical Porn": ["Ethical Porn", "Pornography"], + European: ["European", "Scene features European performer(s)"], + "European Accent": [ + "European Accent", + "Speaks with an accent native to Europe.", + ], + "Examining Table": [ + "Examining Table", + "At least some of the action takes place on an examining table.", + ], + Exclusive: ["Exclusive", ""], + Executrix: [ + "Executrix", + "Fantasy in which the performer pretends to kill the viewer or a subject", + ], + "Exercise Ball": [ + "Exercise Ball", + "An elastic ball used in exercise and physical therapy", + ], + "Exercise Machine": [ + "Exercise Machine", + "Machines that are typically used for exercise.", + ], + Exes: [ + "Exes", + "Characters who were previously in a committed relationship with their scene partner.", + ], + Exhibitionism: [ + "Exhibitionism", + "Engaging in some sexual activity for others to see, whether or not their audience is consenting or even interested.", + ], + Exotic: [ + "Exotic", + "Performers with broadly non-European racial backgrounds, including Asian, Latin, African, etc.", + ], + "Experienced (30–40)": [ + "Experienced (30–40)", + "Character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + "Experienced Man (30–40)": [ + "Experienced Man (30–40)", + "Male character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + "Experienced Woman (30–40)": [ + "Experienced Woman (30–40)", + "Female character presented as a little older, a mix of youth and experience. Implied age (of character not performer) 30–40.", + ], + Exploitation: [ + "Exploitation", + "Taking advantage of a position of power to coerce another character into sex.", + ], + "Extra Large Toys": ["Extra Large Toys", "Unusually large penetrative toys."], + "Extreme Torment": ["Extreme Torment", ""], + "Eyebrow Piercing": [ + "Eyebrow Piercing", + "Performers with at least one visible piercing in their eyebrows", + ], + "Eye Contact": [ + "Eye Contact", + "Performers looking directly into the camera for a significant amount of time.", + ], + "Eye Makeup": [ + "Eye Makeup", + "Cosmetics applied around the eyes to beautify or alter appearances.", + ], + "Eyes Rolling": [ + "Eyes Rolling", + "A female performer rolling her eyes while having an orgasm.", + ], + "Face Dildo": [ + "Face Dildo", + "Dildo worn on a performers face to be used on or by another performer.", + ], + "Face Down": ["Face Down", "Performer is laying face down."], + "Face Down Ass Up": [ + "Face Down Ass Up", + "Performer's face is against the same surface as their knees while their ass is in the air", + ], + "Face Fetish": [ + "Face Fetish", + "Close up of the face looking directly in to someones eyes", + ], + "Face Fuck": [ + "Face Fuck", + "Thrusting in and out of a performer's mouth for some time.", + ], + "Face Fuck - POV": [ + "Face Fuck - POV", + "Thrusting in and out of a performer's mouth for some time from male's point of view", + ], + "Face Hidden": [ + "Face Hidden", + "When at least one of the performer face is either out of frame, or hidden.", + ], + "Face Licking": ["Face Licking", "Performer licking other performer's face."], + Facesitting: [ + "Facesitting", + "Receiving oral pleasure by kneeling, squatting over, or fully sitting on another performer's face.", + ], + "Facesitting on Her": [ + "Facesitting on Her", + "Performer sitting on a female's face", + ], + "Facesitting on Him": [ + "Facesitting on Him", + "Performer sitting on a male's face", + ], + Facial: ["Facial", "Visibly ejaculating onto another performer's face."], + "Facial - POV": ["Facial - POV", "Facial from Male's Point Of View"], + "Fake Creampie": [ + "Fake Creampie", + "Fake cum is seen inside of a performer's vagina or anus.", + ], + "Fake Cum": ["Fake Cum", "Features obviously fake semen."], + "Faked Death": [ + "Faked Death", + "Features performers faking dying (including being murdered) during the scene.", + ], + "Fake Eyelashes": ["Fake Eyelashes", "Tag used for fake/false eyelashes."], + "Fake Face Mask": [ + "Fake Face Mask", + "Mask that crudely mimics a human face, often made out of latex or silicone.", + ], + "Fake Nails": [ + "Fake Nails", + "Extensions placed over fingernails as fashion accessories.", + ], + "Fake Pregnant": [ + "Fake Pregnant", + "A performer is wearing a prosthetic pregnancy belly, and is implied to be heavily pregnant.", + ], + "Fake Pussy": ["Fake Pussy", "Panties with a molded rubber Vagina"], + "Fake Tits": [ + "Fake Tits", + "Surgically augmented through the use of implants.", + ], + "Family Roleplay": [ + "Family Roleplay", + "Features characters who are non-biological relatives, whether that relationship is recent or not.", + ], + "Family Swapping": [ + "Family Swapping", + "Exchanging sexual partners, where some performers are presented as being family members of other performers in the scene.", + ], + Fan: ["Fan", "An admirer of a celebrity or a person of some renown."], + "Fan Appreciation": [ + "Fan Appreciation", + "Features professional porn stars having sex with their amateur fans.", + ], + Fangs: ["Fangs", "Performer has elongated incisors."], + Fantasy: [ + "Fantasy", + "Features various elements relating to the fantasy genre, often including swords or sorcery.", + ], + "Fan Written": ["Fan Written", "Scenes based on a user's suggested plot."], + Farm: ["Farm", "At least some of the action takes place on a farm or ranch."], + Farts: ["Farts", ""], + Father: ["Father", "Character is biological father to scene partner"], + "Father In Law": [ + "Father In Law", + "Character presented as father in law to a scene partner", + ], + "Father's Day": ["Father's Day", "Takes place on or around Father's Day."], + "Fat Legs": ["Fat Legs", ""], + "Fat Pussy": [ + "Fat Pussy", + "Prominent labia majora (outer labia) where the skin looks thick and puffy.", + ], + "Fear Play": [ + "Fear Play", + "Pushing a submissive into a frightened state, often triggering a rush of adrenaline.", + ], + Feather: ["Feather", "Using a feathered item to tickle a performer."], + Feature: [ + "Feature", + "Narrative scenes from a series or movie that share a connected storyline.", + ], + "Featured Actress": [ + "Featured Actress", + "A production that focuses on a single actress.", + ], + "Feet in Face During Blowjob": [ + "Feet in Face During Blowjob", + "An oral stimulation of penis while also placing feet on the receiving performer's face.", + ], + "Feet in Face During Fingering": [ + "Feet in Face During Fingering", + "A manual stimulation of female genitals while also placing feet on the receiving performer's face.", + ], + "Feet in Face During Footjob": [ + "Feet in Face During Footjob", + "Features the act of smelling a performer's feet while receiving a footjob (usually from another performer).", + ], + "Feet in Face During Handjob": [ + "Feet in Face During Handjob", + "Using hands to pleasure another performer's penis while also placing feet in front of or on the receiving performers face", + ], + "Feet in Face During Sex": [ + "Feet in Face During Sex", + "Oral stimulation of a foot during sexual intercourse.", + ], + "Feet Teasing": [ + "Feet Teasing", + "Gently teasing with performer's feet, often with particularly slow or light touches.", + ], + Felching: ["Felching", "The"], + "Female Boss": [ + "Female Boss", + "Female character who has a position of power over their scene partner in a shared place of business.", + ], + "Female Chastity Belt": [ + "Female Chastity Belt", + "Locking belt with a shield over the pussy, preventing vaginal sex and restricting physical stimulation.", + ], + "Female Detective": [ + "Female Detective", + "A female agent taking part in a criminal investigation.", + ], + "Female Directed": [ + "Female Directed", + "Pornography directed and/or produced by women, and often released by studios marketed towards women.", + ], + "Female Doctor": [ + "Female Doctor", + "Female character who is presented as a medical doctor.", + ], + "Female Handler": [ + "Female Handler", + "Female performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Female Ninja": [ + "Female Ninja", + "A female character who is presented in the style of a covert agent in feudal Japan.", + ], + "Female Observer": [ + "Female Observer", + "Female or transfemme performer observes, but does not participate in, sexual acts for a significant portion of the scene.", + ], + "Female Orgasm Denial": [ + "Female Orgasm Denial", + "Female performer or viewer is not permitted to orgasm for all or part of the scene.", + ], + "Female - POV": [ + "Female - POV", + "Presented at least partially from the perspective of a female performer.", + ], + "Female Rigger": [ + "Female Rigger", + "Female performer who ties up the other performer(s).", + ], + "Female Ruined Orgasm": [ + "Female Ruined Orgasm", + "Ruined orgasm of a performer's pussy, with unsatisfying contractions after stimulation is stopped.", + ], + "Female Slave": [ + "Female Slave", + "Submissive female character who is presented as property of their dominant.", + ], + "Female Sounding": [ + "Female Sounding", + "Penetrating a female performer's urethra with a thin rod.", + ], + "Female Teacher": [ + "Female Teacher", + "Female character who is the teacher of a scene partner.", + ], + "Female Torso": [ + "Female Torso", + "A sex toy in the shape of the torso of a female body (with tits/vagina/ass)", + ], + "Female Warrior": [ + "Female Warrior", + "Female character presented as a skilled fighter.", + ], + "Female Wins": ["Female Wins", "The female in a competition wins"], + Femdom: ["Femdom", "Female character playing the dominant role."], + Femsub: ["Femsub", "Female character playing the submissive role."], + Fetish: ["Fetish", "Generic term for all fetish tags."], + Fetishwear: [ + "Fetishwear", + "Clothing used to assist in or give the appearance of BDSM activities.", + ], + "Fictional Character": [ + "Fictional Character", + "Performer representing a character that does not fit into a defined catagory, either as parody or cosplay.", + ], + Figging: ["Figging", "Figging"], + "Fighting Gloves": ["Fighting Gloves", ""], + "Fighting Ring": [ + "Fighting Ring", + "Space intended for combat sports or martial arts.", + ], + Filipino: ["Filipino", "Scene features Filipino or Filipina or performer(s)"], + Findom: [ + "Findom", + "Features a dominant character demanding money or financial control from their submissive.", + ], + "Finger Gaping": ["Finger Gaping", ""], + Fingering: [ + "Fingering", + "Digitally penetrating another performer, anally or vaginally.", + ], + "Fingering Toys": ["Fingering Toys", ""], + "Finger Sucking": [ + "Finger Sucking", + "Sucking or licking a finger for foreplay, added stimulation or to mimic oral sex", + ], + "Fingertip Vibrator": [ + "Fingertip Vibrator", + "Small vibrator that can be worn around the fingertip.", + ], + Finnish: ["Finnish", "Scene features Finnish performer(s)"], + Firefighter: [ + "Firefighter", + "Features character who is working as a firefighter.", + ], + Fireplace: ["Fireplace", "Located close to a fireplace"], + "First Anal Experience": [ + "First Anal Experience", + "Character's first time on the receiving end of anal sex.", + ], + "First Anal Scene": [ + "First Anal Scene", + "Performer's first scene on the receiving end of anal sex.", + ], + "First DP Scene": [ + "First DP Scene", + "Female performer’s first scene receiving anal and vaginal penetrative sex at the same time.", + ], + "First Facial": [ + "First Facial", + "Performer's first time receiving a facial cumshot.", + ], + "First Fisting": ["First Fisting", ""], + "First Gangbang Scene": [ + "First Gangbang Scene", + "Female performer's first scene with at least four male partners, at the same time.", + ], + "First Interracial Experience": [ + "First Interracial Experience", + "Non-black female character's first time with a black man.", + ], + "First Interracial Scene": [ + "First Interracial Scene", + "Non-black performer's first scene with a black partner.", + ], + "First Lesbian Experience": [ + "First Lesbian Experience", + "Female character's first sexual encounter with another woman.", + ], + "First Lesbian Scene": [ + "First Lesbian Scene", + "Performer's first scene with only female partners.", + ], + "First Porn Scene": [ + "First Porn Scene", + "Performer's first porn scene, at time of production.", + ], + "First Rimjob Experience": [ + "First Rimjob Experience", + "Female performer's first scene giving a rimjob.", + ], + "First Squirting Experience": [ + "First Squirting Experience", + "A female performer experiences her first squirting orgasm", + ], + "First Straight Scene": [ + "First Straight Scene", + "Female performer's first scene with a male partner.", + ], + "First TS": ["First TS", ""], + Fisheye: ["Fisheye", "Virtual reality scenes shot using a fisheye lens"], + "Fish-hooking": [ + "Fish-hooking", + "Act in which one performer uses a finger or a thumb to form an improvised hook inside the orifice of another performer", + ], + Fishnet: ["Fishnet", "Garments with an open, diamond-shaped knit"], + "Fishnet Dress": [ + "Fishnet Dress", + "Dress with an open, diamond-shaped knit.", + ], + "Fishnet One-Piece": [ + "Fishnet One-Piece", + "Single tight-fitting material covering the torso and the crotch with open, diamond-shaped knits", + ], + "Fishnet Pantyhose": [ + "Fishnet Pantyhose", + "Pantyhose with an open, diamond-shaped knit.", + ], + "Fishnet Stockings": [ + "Fishnet Stockings", + "Stockings with an open, diamond-shaped knit.", + ], + "Fishnet Top": [ + "Fishnet Top", + "A garment covering the torso with an open, diamond-shaped knit.", + ], + "Fist and Cock": [ + "Fist and Cock", + "Inserting penis and entire hand in performers vagina and ass or both simultaneously.", + ], + "Fist and Cock in Ass": [ + "Fist and Cock in Ass", + "Inserting penis and entire hand in performers ass simultaneously.", + ], + "Fist and Cock in Pussy": [ + "Fist and Cock in Pussy", + "Inserting penis and entire hand in performers vagina simultaneously.", + ], + "Fist and Cock in Pussy and Ass": [ + "Fist and Cock in Pussy and Ass", + "Inserting entire hand in pussy and penis in ass simultaneously or vice versa.", + ], + "Fist and Penis (TP)": [ + "Fist and Penis (TP)", + "Inserting two fists and one cock or two cocks and one fist in performers vagina and ass or both simultaneously.", + ], + Fisting: [ + "Fisting", + "Inserting an entire hand into another performer, anally or vaginally.", + ], + "Fisting Toys": ["Fisting Toys", ""], + "Fitting Room": [ + "Fitting Room", + "A public or semi-public location designated for changing one's clothes.", + ], + Fivesome: [ + "Fivesome", + "Exactly five performers at the same time, regardless of gender combination.", + ], + "Fivesome (BBBBG)": [ + "Fivesome (BBBBG)", + "Exactly four male performers and one female performer, at the same time.", + ], + "Fivesome (BBBGG)": [ + "Fivesome (BBBGG)", + "Exactly three male performers and two female performers, at the same time.", + ], + "Fivesome (BBGGG)": [ + "Fivesome (BBGGG)", + "Exactly two male performers and three female performers, at the same time.", + ], + "Fivesome (BGGGG)": [ + "Fivesome (BGGGG)", + "Exactly one male performers and four female performer, at the same time.", + ], + "Fivesome (GGGTT)": [ + "Fivesome (GGGTT)", + "Exactly two trans performers and three female performers, at the same time.", + ], + "Fivesome (Lesbian)": [ + "Fivesome (Lesbian)", + "Exactly five female performers, at the same time.", + ], + "Fixed Camera": [ + "Fixed Camera", + "Recorded from a camera that does not have an operator/cameraman.", + ], + "Flannel Shirt": [ + "Flannel Shirt", + "A shirt made of soft woven fabric with a lightly napped surface.", + ], + Flashing: ["Flashing", ""], + Flats: ["Flats", "Flats"], + Flexible: ["Flexible", "Character who is shown to be very flexible."], + Flexing: [ + "Flexing", + "Deliberately tensing and contracting muscles to emphasize their size, definition, or strength.", + ], + "Flip Fuck": [ + "Flip Fuck", + "Top and bottom switch at some point during a gay or trans scene", + ], + Flirting: ["Flirting", ""], + Flogger: [ + "Flogger", + "Flexible tool designed to strike a performer, typically shorter and with more tails than a whip.", + ], + Flogging: [ + "Flogging", + "The act of beating, especially with a whip or scourge.", + ], + Floor: [ + "Floor", + "At least some of the action takes place down on the floor.", + ], + "Floral Crown": [ + "Floral Crown", + "A decorative circular headpiece made of flowers (real or artificial) worn on top of the head as an accessory or ceremonial item.", + ], + Fluffer: [ + "Fluffer", + "A fluffer is shown getting or keeping a performer aroused.", + ], + "Fluid Bonded": [ + "Fluid Bonded", + "Fluid bonding is when consenting sexual partners choose to no longer use condoms when having intercourse", + ], + Fondling: ["Fondling", "Touching a performer in a sexual manner."], + Food: ["Food", "For scenes featuring various kinds of food."], + "Foot Domination": [ + "Foot Domination", + "Form of domination that focuses on feet.", + ], + "Foot Fetish": ["Foot Fetish", "Significant focus on a performer's feet."], + "Foot Humiliation": [ + "Foot Humiliation", + "Performer humiliating another performer or the watcher with her feet", + ], + "Foot in Ass": [ + "Foot in Ass", + "Inserting a foot into another performer's anus.", + ], + Footing: [ + "Footing", + "Inserting a foot into another performer, anally or vaginally.", + ], + "Foot in Pussy": [ + "Foot in Pussy", + "Inserting a foot into another performer's vagina.", + ], + Footjob: ["Footjob", "Using feet to pleasure another performer's penis."], + "Footjob / Blowjob": [ + "Footjob / Blowjob", + "A blowjob and footjob performed simultaneously", + ], + "Footjob / Handjob": [ + "Footjob / Handjob", + "A handjob and footjob performed simultaneously", + ], + "Footjob Only": [ + "Footjob Only", + "Does not contain any form of intercourse, focusing on a footjob instead.", + ], + "Footjob - POV": [ + "Footjob - POV", + "Using feet to pleasure another performer's penis from male's point of view", + ], + "Footjob to Completion": [ + "Footjob to Completion", + "Performer giving a footjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Foot Licking": [ + "Foot Licking", + "Pleasuring another performer's foot with just the tongue.", + ], + "Foot Massage": [ + "Foot Massage", + "Performer receives a foot massage for some time.", + ], + "Foot Play": [ + "Foot Play", + "Playing or stimulation of (or with) another performer's feet", + ], + Footsie: [ + "Footsie", + "Flirting with another performer by touching feet under a table or in a concealed way", + ], + "Foot Smelling": [ + "Foot Smelling", + "Features the act of smelling a performer's foot or feet.", + ], + "Foot Smothering": [ + "Foot Smothering", + "Features a performer having their face completely covered with another performer's feet.", + ], + "Foot Sucking": ["Foot Sucking", ""], + "Foot Torment": [ + "Foot Torment", + "Causing a significant amount of pain or discomfort to a performer's foot.", + ], + "Foot Worship": [ + "Foot Worship", + "Focused on physically appreciating another performer's foot with hands or mouth.", + ], + "Forced Bi": [ + "Forced Bi", + "Femdom performer encourages hetero participant to act bisexually", + ], + "Forced Creampie": ["Forced Creampie", "When"], + "Forced Feminization": ["Forced Feminization", "Forced"], + "Force-feeding": ["Force-feeding", "Feeding a character against their will."], + Forceps: ["Forceps", "Medical clamps shaped like a pair of scissors."], + Forest: ["Forest", "At least some of the action takes place in a forest."], + "Formal Wear": [ + "Formal Wear", + "Elegant clothing suited for formal occasions.", + ], + Foursome: [ + "Foursome", + "Exactly four performers at the same time, regardless of gender combination.", + ], + "Foursome (BBBG)": [ + "Foursome (BBBG)", + "Exactly three male performers and one female performer, at the same time.", + ], + "Foursome (BBBT)": [ + "Foursome (BBBT)", + "Exactly three male performers and one transgender performer, at the same time.", + ], + "Foursome (BBGG)": [ + "Foursome (BBGG)", + "Exactly two female performers and two male performers, at the same time.", + ], + "Foursome (BBGT)": [ + "Foursome (BBGT)", + "Exactly two male performers, one female performer, and one transgender performer, at the same time.", + ], + "Foursome (BBTT)": [ + "Foursome (BBTT)", + "Exactly two male performers and two trans performers, at the same time.", + ], + "Foursome (BGGG)": [ + "Foursome (BGGG)", + "Exactly one male performer and three female performers, at the same time.", + ], + "Foursome (BGGT)": [ + "Foursome (BGGT)", + "Exactly one male performer, two female performers, and one trans performer, at the same time.", + ], + "Foursome (BGTT)": [ + "Foursome (BGTT)", + "Exactly one male performer, one female performer, and two transgender performers, at the same time.", + ], + "Foursome (BTTT)": [ + "Foursome (BTTT)", + "Exactly one male performer and three trans performers, at the same time.", + ], + "Foursome (Gay)": [ + "Foursome (Gay)", + "Exactly four male performers, at the same time.", + ], + "Foursome (GGGT)": [ + "Foursome (GGGT)", + "Exactly three female performers and one trans performer, at the same time.", + ], + "Foursome (GGTT)": [ + "Foursome (GGTT)", + "Exactly two female performers and two trans performers, at the same time.", + ], + "Foursome (GTTT)": [ + "Foursome (GTTT)", + "Exactly one female performer and three trans performers, at the same time.", + ], + "Foursome (Lesbian)": [ + "Foursome (Lesbian)", + "Exactly four female performers, at the same time.", + ], + "Foursome (Trans)": [ + "Foursome (Trans)", + "Exactly four trans performers, at the same time.", + ], + Fraternity: [ + "Fraternity", + "Male characters that are members of a college fraternity.", + ], + Freckles: [ + "Freckles", + "Performers with a significant number of freckles on the face or body.", + ], + Freeuse: ["Freeuse", "Settings"], + French: ["French", "Scene features French performer(s)"], + "French Accent": ["French Accent", "Speaks with an accent native to France."], + "French Language": [ + "French Language", + "Scene shows performer(s) speaking French.", + ], + "Friendly Fire": [ + "Friendly Fire", + "Male inadvertently ejaculates on another male during group sex.", + ], + Friends: [ + "Friends", + "Characters who are in a friendly, platonic relationship with their scene partner.", + ], + "Friend's Dad": [ + "Friend's Dad", + "The father of one of the scene partner's friends.", + ], + "Frogtie Bondage": [ + "Frogtie Bondage", + "The Frogtie bondage position is one in which both the bound person's legs are bent with the ankle and thigh tied together.", + ], + "Front Shot": ["Front Shot", "Performer is seen facing the camera"], + Frottage: [ + "Frottage", + "Scene contains frotting - Rubbing/holding/masturbating two penises together for sexual pleasure", + ], + "Fucking After Creampie": [ + "Fucking After Creampie", + "Reentering to continue fucking after a creampie.", + ], + "Fucking After Cumshot": [ + "Fucking After Cumshot", + "Performer ejaculates then sexually penetrates their scene partner.", + ], + "Fucking Machines": [ + "Fucking Machines", + "A dildo or other toy attached to a penetrating machine; usually automated, sometimes controlled by a scene partner.", + ], + "Fuck N Lick": [ + "Fuck N Lick", + "Orally pleasuring another performer's vulva while simultaneously receiving penetrative sex", + ], + Fucksaw: ["Fucksaw", "Reciprocating saw with a sex toy attached to the end."], + "Fuck Sticks": [ + "Fuck Sticks", + "Long pole with a sex toy attached to the end.", + ], + "Full Body Glory Hole": ["Full Body Glory Hole", "Large"], + "Full-Body Harness": [ + "Full-Body Harness", + "A harness on the performer's full torso, sometimes on the hips and legs as well.", + ], + "Full Body Latex": [ + "Full Body Latex", + "Performer wearing Latex on the whole body, including head, hands, feet and sexual organs, leaving almost no skin exposed", + ], + "Full Bush": [ + "Full Bush", + "Extremely long or full pubic hair, appearing to not be shaped or managed in any way.", + ], + "Full HD Available": [ + "Full HD Available", + "Scenes offered at 1080p resolution.", + ], + "Full Nelson": [ + "Full Nelson", + "Variation of reverse cowgirl where the giver pulls the receiver's legs up while pushing their head forward.", + ], + Fur: ["Fur", "Clothing featuring real or imitation fur."], + "Fur Coat": ["Fur Coat", ""], + Futanari: [ + "Futanari", + "Japanese for hermaphrodite, or having the genitalia from both genders.", + ], + "Gagged Girl": ["Gagged Girl", "Any kind of gag in the mouth of a female"], + "Gagged Guy": ["Gagged Guy", "Any kind of gag in the mouth of a male"], + Gagging: [ + "Gagging", + "Triggering a performer's gag reflex, usually through oral penetration.", + ], + "Gagging on Cum": [ + "Gagging on Cum", + "Triggering a performer's gag reflex, usually either due to a large volume of cum in their mouth or disliking the taste of cum.", + ], + Gags: ["Gags", "Disrupting a performer's speech with some object."], + "Gag Talk": ["Gag Talk", "The attempt to talk while gagged"], + Gal: [ + "Gal", + "A female character that adheres to a Japanese fashion style that includes tanned skin, bleached hair, and heavy makeup.", + ], + "Game Character": [ + "Game Character", + "Performer representing a character from video games, either as parody or cosplay.", + ], + Gamer: [ + "Gamer", + "Character who is shown to be very interested in video games.", + ], + "Game Show": [ + "Game Show", + "Scene has a competition between contestants for a reward", + ], + Gangbang: [ + "Gangbang", + "Exactly one female performer with at least four male performers, at the same time.", + ], + "Gangbang (Lesbian)": [ + "Gangbang (Lesbian)", + "One female receiver with at least four other female performers, at the same time.", + ], + "Gape Cage": [ + "Gape Cage", + "A cage-shaped device that uses small metal bars to hold a vagina or anus visibly open.", + ], + "Gape Capers": ["Gape Capers", ""], + "Gape Farts": ["Gape Farts", ""], + Gaping: [ + "Gaping", + "Inserting something into the anus or vagina so that the orifice remains open after withdrawal.", + ], + "Gaping Pullout": ["Gaping Pullout", ""], + Garage: [ + "Garage", + "At least some of the action takes place in a garage, either private or commercial.", + ], + Garden: [ + "Garden", + "At least some of the action takes place in a garden, filled with plants of some kind.", + ], + Gardener: ["Gardener", "Character who is presented as a gardener."], + "Gargling With Cum": ["Gargling With Cum", ""], + Garter: ["Garter", "Stocking supporter"], + "Garter Belt": [ + "Garter Belt", + "Waist belt to which garters (for supporting stockings) attach", + ], + "Garter Clips": ["Garter Clips", ""], + Gasmask: [ + "Gasmask", + "Mask worn by Performer. The mask forms a sealed cover over the nose and mouth", + ], + Gauges: [ + "Gauges", + "Performers with significantly wide earlobe piercings, often leaving an open space inside the gauges.", + ], + Gay: ["Gay", "Scenes with only male scene partners."], + "Gender Swap": [ + "Gender Swap", + "A performer roleplays that they have changed bodies/genders.", + ], + Genie: ["Genie", "Character presented as a genie."], + "Genital Torment": [ + "Genital Torment", + "Causing a significant amount of pain or discomfort to a performer's genitals.", + ], + "Genre Fiction": [ + "Genre Fiction", + "Features fantastical elements drawn from science fiction, fantasy, or horror.", + ], + German: ["German", "Scene features German performer(s)"], + "German Accent": [ + "German Accent", + "Speaks with an accent native to Germany.", + ], + "German Language": [ + "German Language", + "Scene shows performer(s) speaking German.", + ], + "Get Sprung": ["Get Sprung", ""], + "Getting Herself Off": [ + "Getting Herself Off", + "Female performer giving herself an orgasm while with other performer present", + ], + "Getting Tattooed": [ + "Getting Tattooed", + "Performers getting a tattoo on video.", + ], + "Ghost Nipples": [ + "Ghost Nipples", + "Performers whose areolas and/or nipples are the same or similar skin-tone as the rest of their breasts.", + ], + Giantess: [ + "Giantess", + "Scene contains a female performer portrayed as being a giant", + ], + Gift: ["Gift", ""], + Giggles: ["Giggles", "Performers giggling or laughing"], + Gimp: ["Gimp", ""], + Girlfriend: [ + "Girlfriend", + "Female character who is in a committed, unmarried relationship with a scene partner.", + ], + "Girlfriend Experience": [ + "Girlfriend Experience", + "Performer pretends to be viewer's girlfriend", + ], + "Girl-Girl Doggy Style": [ + "Girl-Girl Doggy Style", + "Doggy style sex featuring two female performers", + ], + "Girl Next Door": [ + "Girl Next Door", + "Female character presented as some combination of approachable, modest, and relatable.", + ], + "Girl Scout": ["Girl Scout", "Girls"], + "Girls Finishing the Job": [ + "Girls Finishing the Job", + "Ejaculating from direct stimulation by a female performer, excluding penetrative sex.", + ], + "Girls Picking Up Girls": [ + "Girls Picking Up Girls", + "Documentary style videos where girls pick up normal women on the streets to bang.", + ], + "Girls Picking Up Guys": [ + "Girls Picking Up Guys", + "Documentary style videos where girls pick up normal men on the streets to bang.", + ], + Glamour: [ + "Glamour", + "Features characters and situations of a particularly glamorous, elegant, or luxurious nature.", + ], + "Glass Dildo": [ + "Glass Dildo", + "A dildo made from glass or similarly transparent materials", + ], + Glasses: [ + "Glasses", + "One or more performers wearing glasses for a portion of the scene, or the whole time.", + ], + "Glass Toy": ["Glass Toy", "Toys made out of glass"], + "Glory Hole": [ + "Glory Hole", + "Hole in a wall or some other partition, obscuring the appearance of sexual partners on either side.", + ], + Gloves: [ + "Gloves", + "Garment covering the hand with sheaths or openings for fingers", + ], + "Glow Stick": ["Glow Stick", ""], + Goddess: [ + "Goddess", + "A woman who is greatly admired, especially for her beauty.", + ], + "Goddess Worship": [ + "Goddess Worship", + "Focused on physically appreciating another performer's body and personality", + ], + "Go Kart": ["Go Kart", ""], + Gokkun: ["Gokkun", "Swallowing copious amounts of semen."], + "Golden Shower": ["Golden Shower", "Urinating onto another performer."], + Golf: ["Golf", ""], + Gonzo: [ + "Gonzo", + "Does not have any type of narrative, with performers simply playing themselves.", + ], + Gooning: [ + "Gooning", + "Excessive edging or masturbation that creates a trance-like state of overstimulation.", + ], + Goth: ["Goth", "One or more performers dressed in a goth style"], + "Grabbing Sheets": [ + "Grabbing Sheets", + "Performer grabbing the sheets, usually during orgasm", + ], + Graffiti: [ + "Graffiti", + "Scene contains an object or surface with graffiti on it.", + ], + Grandfather: [ + "Grandfather", + "Character is biological grandfather to scene partner.", + ], + Grandmother: [ + "Grandmother", + "Character is biological grandmother to scene partner.", + ], + Grapes: ["Grapes", ""], + "Gray Hair": ["Gray Hair", "Performers with gray or graying hair colors."], + "Gray Hair (Female)": [ + "Gray Hair (Female)", + "Female performers with gray or graying hair colors.", + ], + "Gray Hair (Male)": [ + "Gray Hair (Male)", + "Male performers with gray or graying hair colors.", + ], + Grayscale: [ + "Grayscale", + "Features video entirely in shades of black, white, and gray.", + ], + Greek: ["Greek", "Scene features Greek performer(s)"], + "Green Eyes": [ + "Green Eyes", + "Performers with green eyes (and scenes featuring them)", + ], + "Green Hair (Female)": [ + "Green Hair (Female)", + "Female performers with a green hair color", + ], + "Grey Eyes": [ + "Grey Eyes", + "Performers with grey eyes (and scenes featuring them)", + ], + Grinding: ["Grinding", "Gyrating hips during penetration."], + "Grinding on Face": [ + "Grinding on Face", + "Performer moving their hips back and forth while sitting on their partner's face to increase stimulation.", + ], + "Gripping Asshole": [ + "Gripping Asshole", + "Anus visibly moves with each thrust.", + ], + "Gripping Pussy": ["Gripping Pussy", "Labia visibly moves with each thrust."], + Gritty: ["Gritty", ""], + Groom: [ + "Groom", + "Male character shown at his wedding, or immediately before/after.", + ], + Groomsman: ["Groomsman", "Male member of the bridal party for a wedding."], + "Group Sex": [ + "Group Sex", + "At least three performers at the same time, regardless of gender combination.", + ], + "Group Sex (Gay)": [ + "Group Sex (Gay)", + "At least three male performers at the same time.", + ], + "Group Sex (Lesbian)": [ + "Group Sex (Lesbian)", + "At least three female performers at the same time.", + ], + Growth: [ + "Growth", + "Growing/Inflating/Expanding or pretending to Grow/Inflate/Expand a part of one's body", + ], + "G-string": [ + "G-string", + "Bottoms with an extremely narrow string-like back, leaving the buttocks completely exposed.", + ], + Guatemalan: ["Guatemalan", "Scene features Guatemalan performer(s)"], + "Gummy Worm": ["Gummy Worm", ""], + Guns: ["Guns", "Features the display or use of firearms by a performer."], + "Guys Picking Up Girls": [ + "Guys Picking Up Girls", + "Documentary style videos where guys pick up normal women on the streets to bang.", + ], + "Guys Picking Up Guys": [ + "Guys Picking Up Guys", + "Documentary style videos where guys pick up normal men on the streets to bang.", + ], + Gym: [ + "Gym", + "At least some of the action takes place in a gym, either private or public.", + ], + Gymnast: [ + "Gymnast", + "Character presented as a gymnast, professionally or not.", + ], + Gymnastics: [ + "Gymnastics", + "Features flips and twists typical of gymnastics.", + ], + "Gym Shorts": ["Gym Shorts", "Shorts worn for athletics."], + "Gynecological Chair": [ + "Gynecological Chair", + "A chair with platforms place feet that keep the legs in an open position, usually found in a gynecologist or OB/GYN's office", + ], + "Hair Accessories": ["Hair Accessories", ""], + "Hair Brush Spanking": [ + "Hair Brush Spanking", + "A hairbrush used as an impact toy or for corporal punishment to strike a performer", + ], + "Hair Bun": ["Hair Bun", "Hair tied back and kept up high."], + "Hair In Towel": ["Hair In Towel", ""], + Hairjob: [ + "Hairjob", + "Using hands and hair to pleasure another performer's penis.", + ], + "Hairless Genitals": [ + "Hairless Genitals", + "Gender Agnostic - Performer without any pubic hair", + ], + "Hairless Genitals (Male)": [ + "Hairless Genitals (Male)", + "Penis and scrotum are smooth, pubic hair has been completely removed", + ], + "Hairless Genitals (Trans)": [ + "Hairless Genitals (Trans)", + "Trans performer without any pubic hair", + ], + "Hairless Labia": [ + "Hairless Labia", + "No hair on the outer labia, regardless of pubic hair elsewhere.", + ], + "Hairless Pussy": [ + "Hairless Pussy", + "Performer without any pubic hair, on or above the vulva.", + ], + "Hair Pouf": [ + "Hair Pouf", + "Hair flipped back from the centre front hairline", + ], + "Hair Pulling": [ + "Hair Pulling", + "Grabbing another performer's hair and pulling their head back, not necessarily with significant force.", + ], + Hairy: ["Hairy", "Generic term for all hairy tags."], + "Hairy Armpits": ["Hairy Armpits", "Performers with hair on their armpits."], + "Hairy Arms": ["Hairy Arms", "Performers with hair on their arms."], + "Hairy Ass": [ + "Hairy Ass", + "Performers with hair on their buttock, or around or near the anal passage.", + ], + "Hairy Body": [ + "Hairy Body", + "Male performers with visible torso hair, including chest, stomach and/or back", + ], + "Hairy Genitals (Male)": [ + "Hairy Genitals (Male)", + "Hair on and around penis and scrotum is long, thick, natural-looking", + ], + "Hairy Genitals (Trans)": [ + "Hairy Genitals (Trans)", + "Trans performer with pubic hair that is particularly long or full", + ], + "Hairy Labia": [ + "Hairy Labia", + "Pubic hair on the outer labia, regardless of overall length or fullness.", + ], + "Hairy Legs": ["Hairy Legs", "Performers with hair on their legs."], + "Hairy Pussy": [ + "Hairy Pussy", + "Pubic hair that is particularly long or full, on or above the vulva.", + ], + Haitian: ["Haitian", "Scene features Haitian performer(s)"], + Halloween: ["Halloween", "Takes place on or around Halloween."], + Hallway: ["Hallway", ""], + Hammock: ["Hammock", ""], + "Hand and Penis (DAP)": [ + "Hand and Penis (DAP)", + "Anal penetrative sex from one performer and a finger or a fist", + ], + Handcuffs: ["Handcuffs", "Restraints worn around the wrists."], + "Hand Gagging": [ + "Hand Gagging", + "Disrupting a performer's speech with a hand", + ], + Handjob: ["Handjob", "Using hands to pleasure another performer's penis."], + "Handjob Only": [ + "Handjob Only", + "Does not contain any form of intercourse, focusing on a handjob instead.", + ], + "Handjob - POV": ["Handjob - POV", "Point Of View of handjob receiver"], + "Handjob to Completion": [ + "Handjob to Completion", + "Using hands to stimulate another performer's penis until they orgasm", + ], + Handler: [ + "Handler", + "Dominant performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Hand Over Mouth": [ + "Hand Over Mouth", + "Scene features a performer covering another performers mouth with their hand.", + ], + "Hands-free Blowjob": [ + "Hands-free Blowjob", + "Orally pleasuring a penis without using either hand in any way.", + ], + "Hands-free Orgasm": [ + "Hands-free Orgasm", + "Ejaculating/orgasming without physical contact or penetration", + ], + Handstand: [ + "Handstand", + "The act of supporting the body in a stable, inverted vertical position by balancing on the hands.", + ], + "Hand Strapping": [ + "Hand Strapping", + "Striking of the hands with an implement such as a ruler, strap, or belt", + ], + Hanger: ["Hanger", ""], + Hangover: ["Hangover", ""], + "Happy Trail": [ + "Happy Trail", + "Vertical narrow band of abdominal hair from the pubic region towards the navel", + ], + Hardcore: [ + "Hardcore", + "Features detailed depictions of sexual organs or sexual acts such as vaginal, anal or oral intercourse.", + ], + "Hard Fuck": [ + "Hard Fuck", + "Features action with a significant amount of speed or force.", + ], + Harem: ["Harem", ""], + Harness: ["Harness", "Harnesses"], + Hat: [ + "Hat", + "A garment that rests on top of one's head, partially or completely covering the hair.", + ], + "Hazel Eyes": [ + "Hazel Eyes", + "Performers with hazel eyes (and scenes featuring them)", + ], + Hazing: [ + "Hazing", + "Requiring a new or potential member of an organization to perform sexual or humiliating acts.", + ], + "Hazmat Suit": [ + "Hazmat Suit", + "Whole-body garment worn as protection against hazardous materials", + ], + "HD Available": ["HD Available", "Scenes offered in HD resolutions."], + Headband: [ + "Headband", + "An elastic or horseshoe-shaped loop worn around the forehead to hold hair away from the face and/or eyes.", + ], + "Head in Box Bondage": ["Head in Box Bondage", "Performer's"], + Headphones: [ + "Headphones", + "A pair of small loudspeaker drivers worn on or around the head over a user's ears.", + ], + "Head Pushing Blowjob": [ + "Head Pushing Blowjob", + "Character directs head movement of another engaged in performing blowjob.", + ], + "Head Shaving": ["Head Shaving", ""], + Hearth: ["Hearth", ""], + "Heart-shaped Nipples": [ + "Heart-shaped Nipples", + "Performer whose areolas are shaped like hearts, either through surgery or tattoos", + ], + "Heavily Tattooed": [ + "Heavily Tattooed", + "Performers with a substantial amount of tattoos, at least one very large tattoo, or tattoos on the face or neck.", + ], + "Heavy Rubber": [ + "Heavy Rubber", + "Very strong latex clothing, often near full enclosure and/or multiple layers", + ], + "Heel Grab": [ + "Heel Grab", + "When a performer holds their heels (or general ankle area) with both hands - typically while sitting or lying prone.", + ], + "Heels Fetish": [ + "Heels Fetish", + "Significant focus on a performer's high heels shoes", + ], + "Heels Removal": [ + "Heels Removal", + "The act of taking off or removing heels from feet.", + ], + "Helicopter (vehicle)": [ + "Helicopter (vehicle)", + "At least some of the action takes place in, against or near a helicopter", + ], + Helmet: ["Helmet", "Protective gear worn to protect the head"], + Hentai: ["Hentai", "Japanese anime or manga scenes."], + "Hidden Camera": ["Hidden Camera", "Refers"], + "High Angle": [ + "High Angle", + "A high-angle shot is a cinematography technique where the camera points down on the subject from above.", + ], + "High Energy": ["High Energy", ""], + "High-heeled Sandals": ["High-heeled Sandals", "Sandals with a raised heel."], + "High Kicks": ["High Kicks", ""], + "High School": [ + "High School", + "At least some of the action takes place in a secondary school of some kind.", + ], + Hijab: [ + "Hijab", + "Cloth wrapped around the head and neck, covering the hair but leaving the face visible.", + ], + Hiking: [ + "Hiking", + "Interrupting a hike in nature to perform sexual activities", + ], + "Hip Harness": ["Hip Harness", "A harness on the performer's hip."], + Hippie: [ + "Hippie", + "Character who is presented as a follower of the countercultural movement started in the 1960s.", + ], + "Hip Piercing": [ + "Hip Piercing", + "Performers with at least one visible piercing in the hip area. Excluding the navel.", + ], + Hitachi: [ + "Hitachi", + "Large vibrator with a soft bulb on one end, often marketed as a back massager.", + ], + Hitchhiker: [ + "Hitchhiker", + "Character asking strangers for a ride in their car", + ], + Hogtie: [ + "Hogtie", + "A performer's arms and legs are all bound together behind their back.", + ], + "Holding Balls During Blowjob": [ + "Holding Balls During Blowjob", + "Person is holding and/or rubbing balls while also giving a blowjob", + ], + "Holding Balls During Handjob": [ + "Holding Balls During Handjob", + "Person is holding and rubbing balls while also giving a handjob", + ], + "Holding Hair": [ + "Holding Hair", + "Holding another performer's hair without pulling to keep it out of the way.", + ], + "Hold the Moan": [ + "Hold the Moan", + "Fighting to stay quiet during sexual activity with unsuspecting characters within earshot.", + ], + Holiday: ["Holiday", "Takes place on or around a holiday celebration."], + Home: ["Home", "At least some of the action takes place in somebody's home."], + Homemade: [ + "Homemade", + "Scenes produced by the performer(s) themselves, often while at home.", + ], + Homewrecker: [ + "Homewrecker", + "Character accused of breaking up a relationship.", + ], + Honey: ["Honey", ""], + Hoodie: ["Hoodie", "Performer wearing a jacket or a sweatshirt with a hood."], + Hoods: ["Hoods", "Head"], + Horny: ["Horny", "Character portrayed as strongly sexually aroused."], + Horror: [ + "Horror", + "Features various horror movie tropes, often dealing with serial killers or the occult.", + ], + Horse: ["Horse", "Scene includes some reference to Horses"], + "Horse Dildo": [ + "Horse Dildo", + "Dildo in the shape of a horse penis, often very large.", + ], + Hospital: [ + "Hospital", + "At least some of the action takes place in a medical facility of some kind.", + ], + Hostel: [ + "Hostel", + "At least some of the action takes place in a hostel, low-cost lodging for travelers with shared sleeping spaces.", + ], + Hotel: [ + "Hotel", + "At least some of the action takes place at a hotel, motel, or resort.", + ], + "Hot Pants": [ + "Hot Pants", + "Very brief, tight shorts mainly worn by women and girls.", + ], + "Hot Spring": [ + "Hot Spring", + "At least some of the action takes place at a hot spring.", + ], + "Hot Tub": [ + "Hot Tub", + "At least some of the action takes place in a hot tub or jacuzzi, with or without the underwater jets turned on.", + ], + "Hot Tub Room": [ + "Hot Tub Room", + "A room with as center piece a hot tub, jacuzzi, whirlpool or a spa.", + ], + "Hot Wax": ["Hot Wax", "Dripping hot, melted wax onto a performer."], + Hotwife: [ + "Hotwife", + "Female character who is in an open relationship, seeking sexual encounters without her partner's direct involvement.", + ], + Housewife: [ + "Housewife", + "Married female character who does not work, focusing on domestic duties instead.", + ], + "Huge Dildo": ["Huge Dildo", "Unusually large dildos"], + "Huge Tits": [ + "Huge Tits", + "Extremely large compared to the size of the performer, typically around the largest cup sizes of G/DDDD or higher.", + ], + "Hula Hoop": ["Hula Hoop", "Scenes featuring a Hula Hoop being used"], + "Human Ashtray": [ + "Human Ashtray", + "Dominant performer uses submissive as an ashtray for their cigarette", + ], + "Human Furniture": [ + "Human Furniture", + "A performer is used as a piece of furniture.", + ], + "Human Toilet": ["Human Toilet", "A performer is used as a toilet."], + Humbler: [ + "Humbler", + "Testicle cuff device, mounted to a bar, that passes behind the thighs at the base of the buttocks", + ], + Humiliation: [ + "Humiliation", + "Pushing a submissive into a state of humiliation, often through degrading language or actions.", + ], + Hungarian: ["Hungarian", "Scene features Hungarian performer(s)"], + "Hungarian Language": [ + "Hungarian Language", + "Scene shows performer(s) speaking Hungarian.", + ], + Husband: ["Husband", "Male character who is married to a scene partner."], + "Husband's Boss": [ + "Husband's Boss", + "The boss of a scene partner's husband.", + ], + "Hybrid Pussy": [ + "Hybrid Pussy", + 'Hybrid vagina or "hybrid pussy" is combination of an "innie" and "outtie" vagina', + ], + "Hypnotic Sounds": [ + "Hypnotic Sounds", + "Unusual sound effects attempting to disorient, mesmerize, or manipulate the viewer in some way.", + ], + "Hypnotic Visuals": [ + "Hypnotic Visuals", + "Unusual visual effects attempting to disorient, mesmerize, or manipulate the viewer in some way.", + ], + Icelandic: ["Icelandic", "Scene features Icelandic performer(s)"], + "Ice Play": ["Ice Play", "Touching a performer's body with ice."], + "Ignition Point": ["Ignition Point", ""], + "Ignore Fetish": [ + "Ignore Fetish", + "Performer is actively ignoring the viewer or other performer/s.", + ], + "Image Video": [ + "Image Video", + "Type of Jav movie that is more artistic and involves no sex", + ], + "Impact Play": [ + "Impact Play", + "Striking a performer's body for sexual gratification, using the hand or an object.", + ], + "Impact Toys": [ + "Impact Toys", + "Various toys designed to strike a performer.", + ], + "Implied Creampie": ["Implied Creampie", "When"], + Impregnation: [ + "Impregnation", + "Features a performer receiving a creampie with the explicit intent to impregnate.", + ], + "Impromptu Sex": [ + "Impromptu Sex", + "Scenes in which a performer who is awake is penetrated suddenly or without their prior knowledge.", + ], + Incest: ["Incest", "Sexual activity between biologically related characters"], + "Incomplete Building": [ + "Incomplete Building", + "At least some of the action takes place in an incomplete building either from abandonment or construction.", + ], + "Incorrect Aspect Ratio": ["Incorrect Aspect Ratio", "When"], + Indonesian: ["Indonesian", "Scene features Indonesian performer(s)"], + Indoors: [ + "Indoors", + "At least some of the action takes place in any kind of indoor space.", + ], + Industrial: [ + "Industrial", + "At least some of the action takes place in a factory or warehouse.", + ], + Infatuation: [ + "Infatuation", + "an intense but short-lived passion or admiration for someone or something", + ], + Infertility: [ + "Infertility", + "Infertility drives a character to look outside their relationship for sex resulting in pregnancy.", + ], + Inflatable: ["Inflatable", ""], + "Inflatable Bodybag": [ + "Inflatable Bodybag", + "Inflatable rubber tube to restrain movements of performer", + ], + "Inflatable Butt Plug": [ + "Inflatable Butt Plug", + "Butt plug that expands when inflated with an attached air pump.", + ], + "Inflatable Dildo": [ + "Inflatable Dildo", + "Dildo that expands when inflated with an attached air pump.", + ], + "Inflatable Gag": [ + "Inflatable Gag", + "Inflatable gag inserted into a performer's mouth.", + ], + "Inflatable Mask": [ + "Inflatable Mask", + "Rubber mask that can be inflated to create a sense of pressure for the wearer", + ], + "Inflatable Pool": [ + "Inflatable Pool", + "At least some of the action takes place inside or near an inflatable pool.", + ], + "Inflatable Pool Toy": [ + "Inflatable Pool Toy", + "Recreational float typically used in a swimming pool.", + ], + "In Front of a Window": [ + "In Front of a Window", + "Activity in front of a window, potentially where visible to others", + ], + Initiation: ["Initiation", ""], + "In Laws": ["In Laws", "Characters in scene are in-laws"], + "Innie Navel": ["Innie Navel", ""], + "Innie Pussy": ["Innie Pussy", "Vulva with naturally hidden inner labia."], + Innocent: [ + "Innocent", + "Character who is presented as some combination of wholesome, pure, and naïve.", + ], + Insect: [ + "Insect", + "Scenes involving insects or sexual activity with insects", + ], + "Intense Orgasm": [ + "Intense Orgasm", + "Orgasm that is described as or appears to be particularly powerful.", + ], + Interactive: [ + "Interactive", + "Studio provides an official method for syncing the scene with an interactive sex toy.", + ], + International: [ + "International", + "Featuring performers from different nationalities or performers foreign to the production company", + ], + Interpreter: ["Interpreter", "A"], + Interracial: [ + "Interracial", + "Features at least two performers of differing racial backgrounds.", + ], + "Interracial Domination": [ + "Interracial Domination", + "Fetishization of black supremacy above all other races.", + ], + Interrogation: [ + "Interrogation", + "Performer is questioned usually by Security or Law Enforcement.", + ], + Interview: [ + "Interview", + "Features an interview with one or more performers.", + ], + Intoxication: [ + "Intoxication", + "Features intoxication on any type of substance or drug, including alcohol.", + ], + "Inverted Blowjob": [ + "Inverted Blowjob", + "Lying on back to give a blowjob, usually hanging head off the edge of a bed or table.", + ], + "Inverted Face Fuck": [ + "Inverted Face Fuck", + "Thrusting in and out of a performer's mouth who is on their back or upside down.", + ], + "Inverted Nipples": [ + "Inverted Nipples", + "Nipples that are recessed or pull inward, instead of protruding outward.", + ], + Irish: ["Irish", "Scene features Irish performer(s)"], + "Irish Accent": ["Irish Accent", "Speaks with an accent native to Ireland."], + Italian: ["Italian", "Scene features Italian performer(s)"], + "Italian Accent": [ + "Italian Accent", + "Speaks with an accent native to Italy.", + ], + "Italian Language": [ + "Italian Language", + "Scene shows performer(s) speaking Italian.", + ], + Jacket: [ + "Jacket", + "A garment for the upper body, usually extending below the hips.", + ], + Jackhammer: [ + "Jackhammer", + "Handheld version of an automated penetrating machine.", + ], + Japanese: ["Japanese", "Scene features Japanese performer(s)"], + "Japanese Accent": [ + "Japanese Accent", + "Speaks with an accent native to Japan.", + ], + "Japanese Language": [ + "Japanese Language", + "Scene shows performer(s) speaking Japanese.", + ], + "Japanese-style Room": [ + "Japanese-style Room", + 'A traditional room in Japanese architecture, often referred to as a "washitsu" (和室).', + ], + JAV: ["JAV", "Japanese Adult Video"], + Jealousy: ["Jealousy", ""], + Jeans: [ + "Jeans", + "Trousers that are traditionally made out of denim but can be made of any material", + ], + "Jennings Gag": [ + "Jennings Gag", + "A Jennings gag is a metal mouth-opening device; the Dominant controls how far it opens using adjustable ratcheting arms.", + ], + "Jerk Off Instruction": [ + "Jerk Off Instruction", + "Performer speaks directly to a viewer, telling them how to masturbate.", + ], + Jewelry: [ + "Jewelry", + "Durable ornaments worn as fashion accessories, often made from metal or gemstones.", + ], + "Job Interview": [ + "Job Interview", + "Performers acting out a scenario involving job applicant(s) interviewing for employment.", + ], + "Jock (Athlete)": ["Jock (Athlete)", "An enthusiastic athlete or sports fan"], + "Jockey Position": [ + "Jockey Position", + "Position where one performer penetrates another from behind, while the receiver lies prone.", + ], + Jockstrap: [ + "Jockstrap", + "Undergarment originally designed for supporting the male genitalia", + ], + "Joins In": [ + "Joins In", + "When one or more performers join the scene or action after it has started.", + ], + Jukebox: ["Jukebox", ""], + "July 4th": ["July 4th", "Takes place on or around the Fourth of July."], + Jumping: ["Jumping", "Performer jumps up and down for some time."], + Kazakhstan: ["Kazakhstan", ""], + "Kegel Master": ["Kegel Master", ""], + Kettleball: ["Kettleball", ""], + Keyholder: ["Keyholder", "A"], + "Kidnapping Play": [ + "Kidnapping Play", + "Character seemingly held against their will by another.", + ], + Kimono: [ + "Kimono", + "A long, loose traditional Japanese robe with wide sleeves, tied with a sash. Worn on formal occasions.", + ], + "King of Clubs": [ + "King of Clubs", + "Two givers lie on their backs in a scissor position. The receiver mounts them taking one giver in each hole.", + ], + "King of Clubs (DAP)": [ + "King of Clubs (DAP)", + "King of Clubs position during Double Anal Penetration", + ], + "King of Clubs (DVP)": [ + "King of Clubs (DVP)", + "King of Clubs position during Double Vaginal Penetration", + ], + Kinky: [ + "Kinky", + "Relating to, having, or appealing to unconventional tastes especially in sex.", + ], + "Kinky Hair": [ + "Kinky Hair", + "Extremely dense, curly hair that often grows upward and outward more than it hangs down.", + ], + Kissing: [ + "Kissing", + "Performers kissing each other on the lips for some time.", + ], + "Kissing During Footjob": [ + "Kissing During Footjob", + "A sexual act that combines footjob and kissing.", + ], + "Kissing During Handjob": [ + "Kissing During Handjob", + "A sexual act that combines handjob and kissing.", + ], + "Kissing - POV": [ + "Kissing - POV", + "Virtual Reality scene filmed from the point of view of one of the performers while kissing", + ], + Kitchen: ["Kitchen", "At least some of the action takes place in a kitchen."], + "Knee High Boots": [ + "Knee High Boots", + "Boots that end at or just below the knee.", + ], + "Knee High Stockings": [ + "Knee High Stockings", + "Stockings that end at or just below the knee.", + ], + Kneeling: [ + "Kneeling", + "Position the body so that one or both knees rest on the floor.", + ], + "Kneeling Masturbation": ["Kneeling Masturbation", ""], + "Knee Point Bondage": ["Knee Point Bondage", "This"], + Knees: ["Knees", ""], + Knitting: ["Knitting", ""], + "Korean Accent": ["Korean Accent", "Speaks with an accent native to Korea."], + Kyrgyz: ["Kyrgyz", ""], + "Lab Coat": [ + "Lab Coat", + "A loose-fitting usually white coat that is worn in a laboratory or medical facility.", + ], + "Labia Stretching": ["Labia Stretching", ""], + Laboratory: [ + "Laboratory", + "At least some of the action takes place in a laboratory.", + ], + Lace: [ + "Lace", + "Delicate fabric made of yarn or thread in an open weblike pattern.", + ], + "Lace Dress": [ + "Lace Dress", + "Dresses featuring lace patterns or decorations", + ], + "Lace Panties": [ + "Lace Panties", + "Short underwear bottoms worn by women in an open web of different symmetrical patterns and figures.", + ], + Lacrosse: ["Lacrosse", ""], + Lactation: ["Lactation", "Release of milk from a performer's breast."], + Ladder: [ + "Ladder", + "At least some of the action takes place on or around a ladder.", + ], + "Landing Strip": [ + "Landing Strip", + "Narrow strip of pubic hair on the mons pubis, with surrounding areas hairless.", + ], + Landlord: [ + "Landlord", + "Character is the owner of the property where scene partner is living", + ], + "Lap Blowjob": [ + "Lap Blowjob", + "Person is giving a blowjob with their head resting on the receiver's lap.", + ], + Lapdance: [ + "Lapdance", + "An erotic dance or striptease performed close to, or sitting on the lap of a person.", + ], + "Large Labia": [ + "Large Labia", + "Performer with a large labia, compared to the general public.", + ], + Latex: [ + "Latex", + "A kind of rubber used in skin-tight clothing, often shiny.", + ], + "Latex Bed": ["Latex Bed", "Bed fitted with Latex Sheets"], + "Latex Clothing (Female)": [ + "Latex Clothing (Female)", + "Female performer wearing latex clothing.", + ], + "Latex Clothing (Male)": [ + "Latex Clothing (Male)", + "Male performer wearing latex clothing.", + ], + "Latex Dress": ["Latex Dress", "Dress made out of latex"], + "Latex Lingerie": [ + "Latex Lingerie", + "Bra, panties, garter belt or other lingerie items made from latex", + ], + "Latex Mask": [ + "Latex Mask", + "Mask made of latex, that covers parts or the full face of a performer", + ], + "Latex Pants": ["Latex Pants", "Pants/Trousers made of Latex"], + "Latex Stockings": ["Latex Stockings", "Stockings made out of latex."], + "Latex Under Clothes": [ + "Latex Under Clothes", + "Latex clothing worn under normal clothing", + ], + Latin: [ + "Latin", + "Performers with broadly Latin American ethnic backgrounds, regardless of gender.", + ], + "Latin American Accent": [ + "Latin American Accent", + "Speaks with an accent native to Latin America.", + ], + "Latina Trans": [ + "Latina Trans", + "Trans-female performers with broadly Latin American ethnic backgrounds.", + ], + "Latina Woman": [ + "Latina Woman", + "Female performers with broadly Latin American ethnic backgrounds.", + ], + "Latino Man": [ + "Latino Man", + "Male performers with broadly Latin American ethnic backgrounds.", + ], + Latvian: ["Latvian", "Scene features Latvian performer(s)"], + Laundry: [ + "Laundry", + "At least some of the action takes place in a room for washing laundry, either private or commercial.", + ], + Lawn: ["Lawn", ""], + Lawyer: ["Lawyer", "Character who provides legal services."], + "Lazy Reverse Cowgirl": [ + "Lazy Reverse Cowgirl", + "Receiving woman laying down on man from a reverse cowgirl position.", + ], + "Leading by the Dick": [ + "Leading by the Dick", + "A performer holds another performers penis to guide him", + ], + Leash: [ + "Leash", + "Line attached to a performer in some way to control their movements, often using a collar or harness.", + ], + Leather: [ + "Leather", + "A material made by treating animal hides, often used in clothing and in BDSM gear.", + ], + "Leather Belt Bondage": [ + "Leather Belt Bondage", + "Using leather belts to restrain a performer.", + ], + "Leather Bondage": [ + "Leather Bondage", + "Use of leather to restrain a performer (e.g. belts or collars)", + ], + "Leather Cuffs": [ + "Leather Cuffs", + "Leather restraints, often worn around the wrists and ankles.", + ], + "Leather Dress": ["Leather Dress", "Dress made out of leather."], + "Leather Harness": ["Leather Harness", "A harness made from leather."], + "Leather Jacket": ["Leather Jacket", "Jacket made out of leather."], + "Leather Panel Gag": [ + "Leather Panel Gag", + "Leather flat panel gag head harness", + ], + "Leather Pants": ["Leather Pants", "Pants made out of leather."], + "Leather Skirt": ["Leather Skirt", "Skirt made out of leather"], + Lebanese: ["Lebanese", "Scene features Lebanese performer(s)"], + "Leg Fetish": ["Leg Fetish", "Significant focus on a performer's legs."], + Leggings: [ + "Leggings", + "Flexible and form-fitting fabric that ends at or above the ankle, can be outerwear or underwear.", + ], + "Legs Behind Head Missionary": [ + "Legs Behind Head Missionary", + "Receiving performer's legs or feet are are behind their head", + ], + "Leg Scissors": [ + "Leg Scissors", + "A wrestling hold in which the legs are locked around the head or body of an opponent.", + ], + "Legs Crossing": [ + "Legs Crossing", + "Performer has their legs crossed in a scene specially for an extended period of time as a theme of the scene.", + ], + "Legs Up Missionary": [ + "Legs Up Missionary", + "Receiving performer's legs are pulled or pushed toward their chest or head", + ], + "Leg Warmers": [ + "Leg Warmers", + "Generally footless coverings for the lower legs", + ], + Legwear: [ + "Legwear", + "Garments worn primarily over the legs, including pantyhose, stockings, leg warmers, etc.", + ], + Lesbian: ["Lesbian", "Scenes with only female scene partners."], + "Lesbian Action": [ + "Lesbian Action", + "Contains girl-on-girl action, regardless of group makeup.", + ], + "Lesbian Character": [ + "Lesbian Character", + "Character who identifies as a lesbian, regardless of the scene's orientation.", + ], + Lewd: ["Lewd", ""], + "Lexan Paddle": ["Lexan Paddle", "A clear paddle made of lexan or plastic"], + LezDom: ["LezDom", "Female character dominating another female character."], + Librarian: ["Librarian", "Character who acts as a librarian"], + Library: [ + "Library", + "At least some of the action takes place in a library, including both public and school libraries.", + ], + Licking: ["Licking", ""], + "Licking Up Squirt": [ + "Licking Up Squirt", + "Licking up the liquid squirted by a female performer", + ], + Lifeguard: [ + "Lifeguard", + "Character responsible for the safety of people in an area of water.", + ], + "Lift and Carry": [ + "Lift and Carry", + "Lift and carry fetish includes: shoulder ride, piggyback, cradle carry, shoulder ride with carrier walking on knees.", + ], + "Light Brown Skin": [ + "Light Brown Skin", + "Performers with somewhat darker skin tones.", + ], + Lighter: ["Lighter", ""], + Limousine: [ + "Limousine", + "At least somes of the action takes place in or involving a Limousine", + ], + Lingerie: [ + "Lingerie", + "Women's underwear and nightclothes intended to be sexually appealing.", + ], + "Lip Gloss": ["Lip Gloss", "Features a performer wearing lip gloss."], + "Lip Piercing": [ + "Lip Piercing", + "Performers with at least one visible piercing in their lips.", + ], + "Lip Pulling": ["Lip Pulling", ""], + Lipstick: ["Lipstick", "Features a performer wearing lipstick."], + "Lipstick Fetish": [ + "Lipstick Fetish", + "Significant focus on a performer's lipstick", + ], + Lithuanian: ["Lithuanian", "Scene features Lithuanian performer(s)"], + "Little Black Dress": [ + "Little Black Dress", + "A tight-fitting, short black dress, often seen as classy and worn for business or cocktail parties.", + ], + "Little People": ["Little People", "Person of short stature"], + "Live and in Person": [ + "Live and in Person", + "Live performance in front of an audience, likely on a stage.", + ], + Livestream: [ + "Livestream", + "Scene that was originally available streaming live on the internet.", + ], + "Living Room": [ + "Living Room", + "At least some of the action takes place in a living room or family room.", + ], + "Lobster Claws": ["Lobster Claws", ""], + "Locker Room": [ + "Locker Room", + "At least some of the action takes place in a room with multiple lockers.", + ], + "Locking Chastity": [ + "Locking Chastity", + "Chastity device is put on and secured with a lock during the scene.", + ], + Log: ["Log", ""], + Logs: ["Logs", ""], + Loincloth: [ + "Loincloth", + "Undergarment made from a single length of piece of cloth.", + ], + Lollipop: [ + "Lollipop", + "Features a performer playing with some kind of hard candy on a stick.", + ], + "Long Dress": ["Long Dress", "Calf-length or longer dress"], + "Long Hair": [ + "Long Hair", + "Hair that would roughly hang below their shoulders if left loose.", + ], + "Long Legs": ["Long Legs", ""], + "Long Skirt": ["Long Skirt", "A skirt that ends below the knees."], + "Long Sleeves": ["Long Sleeves", "Any clothing with long sleeves"], + "Long-Term Chastity": ["Long-Term Chastity", "Performer"], + "Loop Earrings": [ + "Loop Earrings", + "Circular or semi-circular rings that pass through the ear piercing.", + ], + "Loser Pose": [ + "Loser Pose", + "Male laying on back, legs over head, cuming on own face", + ], + "Lost Bet": [ + "Lost Bet", + "When one or more characters fails a wager and must face the agreed upon consequences.", + ], + Lotion: [ + "Lotion", + "Features at least one performer who is liberally applied with lotion.", + ], + Lotus: [ + "Lotus", + "The lotus sex position involves two people who sit up facing one another with one partner sitting in the other's lap.", + ], + "Louboutin Shoes": [ + "Louboutin Shoes", + "Female performer wearing Louboutin high heels or boots in the scene.", + ], + Lounger: ["Lounger", ""], + "Love Addiction": [ + "Love Addiction", + "Talk of being in love with the performer and addicted to that feeling", + ], + Loving: ["Loving", ""], + "Low Ambient Lighting": ["Low Ambient Lighting", "Footage"], + "Low Angle": ["Low Angle", "A"], + Lube: [ + "Lube", + "Features at least one performer who is liberally applied with lube.", + ], + Luffa: ["Luffa", ""], + "Magnifying Glass": ["Magnifying Glass", ""], + Maid: ["Maid", "Character who is paid to clean a living space."], + "Maid Outfit": ["Maid Outfit", "Clothes typically worn by a maid."], + Majorette: ["Majorette", ""], + Makeup: ["Makeup", "Cosmetics applied to beautify or alter appearances."], + "Male Boss": [ + "Male Boss", + "Male character who has a position of power over their scene partner in a shared place of business.", + ], + "Male Chastity Belt": [ + "Male Chastity Belt", + "Device with an enclosure for the penis that restricts sex and masturbation, secured by a locking waist belt.", + ], + "Male Chef": [ + "Male Chef", + "Male character presented as a professional cook.", + ], + "Male Doctor": [ + "Male Doctor", + "Male character who is presented as a medical doctor.", + ], + Maledom: ["Maledom", "Male character playing the dominant role."], + "Male Flight Attendant": [ + "Male Flight Attendant", + "Male character who works as a flight attendant.", + ], + "Male Fucks Male": [ + "Male Fucks Male", + "Male performer sexually penetrates a male performer.", + ], + "Male Handler": [ + "Male Handler", + "Male performer who stimulates their submissive without receiving any stimulation themselves.", + ], + "Male Lifeguard": [ + "Male Lifeguard", + "Male character responsible for the safety of people in an area of water.", + ], + "Male Observer": [ + "Male Observer", + "Male or transmasc performer observers, but does not participate in, sexual acts for a significant portion of the scene.", + ], + "Male - POV": [ + "Male - POV", + "Presented at least partially from the perspective of a male performer.", + ], + "Male Rigger": [ + "Male Rigger", + "Male performer who ties up the other performer(s).", + ], + "Male Slave": [ + "Male Slave", + "Submissive male character who is presented as property of their dominant.", + ], + "Male Squirting": [ + "Male Squirting", + "Release of clear liquid from the penis after ejaculation", + ], + Malesub: ["Malesub", "Male character playing the submissive role."], + "Male Teacher": [ + "Male Teacher", + "Male character who is the teacher of a scene partner.", + ], + "Male Torso": [ + "Male Torso", + "A sex toy in the shape of the torso of a male body with an erect penis", + ], + "Male Waiter": [ + "Male Waiter", + "Male character shown as a server in a restaurant or dining of some kind.", + ], + "Male Wins": ["Male Wins", "The male in a competition wins"], + Manicured: [ + "Manicured", + "Trimmed and well-groomed fingernails, usually also painted.", + ], + "Manual Masturbation": [ + "Manual Masturbation", + "Performers pleasuring themselves using their hand or fingers.", + ], + Markers: ["Markers", ""], + Married: [ + "Married", + "Character who is currently married, whether or not their spouse is a scene partner.", + ], + "Martial Arts": [ + "Martial Arts", + "Features performers fighting or practising with martial arts, often of traditional Japanese, Chinese, or Korean forms.", + ], + Mask: [ + "Mask", + "Any full or partial face covering, whether ceremonial, protective, decorative, or used as disguise", + ], + Massage: ["Massage", "Performer receives a massage for some time."], + "Massage Parlor": ["Massage Parlor", "At"], + "Massage Table": [ + "Massage Table", + "At least some of the action takes place on a padded table designed for massages.", + ], + Masseur: ["Masseur", "Male character giving a massage to a scene partner."], + Masseuse: [ + "Masseuse", + "Female character giving a massage to a scene partner.", + ], + "Massive Cumshot": [ + "Massive Cumshot", + "Visibly ejaculating an unusually large amount of semen.", + ], + Master: [ + "Master", + "Dominant character who projects a sense of ownership over their submissive.", + ], + Masturbation: ["Masturbation", "Performers pleasuring themselves."], + "Masturbation During Blowjob": [ + "Masturbation During Blowjob", + "Performer is pleasuring themselves while giving oral", + ], + "Masturbation During Pussy Licking": [ + "Masturbation During Pussy Licking", + "Performer is pleasuring themselves while giving oral to another performer's vulva.", + ], + "Masturbation During Sex": [ + "Masturbation During Sex", + "Performer is pleasuring themselves during penetrative sex.", + ], + Masturbator: ["Masturbator", "Flexible sleeve used to pleasure a penis."], + Mattress: ["Mattress", ""], + "Mature (30+)": [ + "Mature (30+)", + "Older character implied to be at least 30, often presented as a parental figure.", + ], + Meadow: ["Meadow", ""], + "Measure Dildo": ["Measure Dildo", "Dildo with markings for length"], + Measurements: ["Measurements", ""], + "Medical Gloves": [ + "Medical Gloves", + "Latex or Nitrile gloves short and single use", + ], + "Medical Play": [ + "Medical Play", + "Features characters, settings, or accessories relating to medical practices.", + ], + "Medical Restraints": [ + "Medical Restraints", + "Various medical devices used to restrain a performer.", + ], + "Medicine Ball": ["Medicine Ball", ""], + "Medium Ass": [ + "Medium Ass", + "Proportionally medium-sized butt compared to the size of the performer.", + ], + "Medium Hair": [ + "Medium Hair", + "Hair that would roughly hang at shoulder-length if left loose.", + ], + "Medium Skin": ["Medium Skin", "Performers with generally light skin tones."], + "Medium Tits": [ + "Medium Tits", + "Proportionally medium-sized compared to the size of the performer, typically around C - D cups.", + ], + "Members Only": [ + "Members Only", + "Scene metadata is only available with a valid subscription and has no public URL", + ], + Memento: ["Memento", ""], + "Memorial Day": [ + "Memorial Day", + "U.S. holiday observed on the last Monday of May.", + ], + Memories: ["Memories", ""], + "Men's Clothing": ["Men's Clothing", ""], + "Menstrual Blood": [ + "Menstrual Blood", + "Menstrual blood shown clearly eminating from vagina, and not due to rupture of hymen", + ], + Mermaid: ["Mermaid", "Character presented as a mermaid."], + "Mermaid Tail": [ + "Mermaid Tail", + "Costume fishtail made to resemble a mermaid.", + ], + Mesh: [ + "Mesh", + "Garments with closely spaced holes, not necessarily diamond-shaped", + ], + "Mesh Shirt": [ + "Mesh Shirt", + "A top made of loosely woven or knitted fabric that has many closely spaced holes.", + ], + Messy: [ + "Messy", + "Features performers who are dirty in a literal sense for a significant amount of the action, either naturally or artificially.", + ], + "Messy Hair": ["Messy Hair", ""], + "Metal & Glass Toys": ["Metal & Glass Toys", ""], + "Metal Restraints": [ + "Metal Restraints", + "Various metallic devices used to restrain a performer.", + ], + "Metal Toys": ["Metal Toys", "Toys made out of pure metal"], + Mexican: ["Mexican", "Scene features Mexican performer(s)"], + "Mexican Accent": [ + "Mexican Accent", + "Speaks with an accent native to Mexico.", + ], + Mexico: ["Mexico", "Scenes shot in Mexico, or implied to be shot in Mexico."], + Microphone: ["Microphone", ""], + "Micro Skirt": [ + "Micro Skirt", + "A skirt that ends just below the crotch level", + ], + "Middle-aged (40–60)": [ + "Middle-aged (40–60)", + "Character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle-aged Man (40–60)": [ + "Middle-aged Man (40–60)", + "Male character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle-aged Woman (40–60)": [ + "Middle-aged Woman (40–60)", + "Female character presented as generally older, but not quite retirement age. Implied age (of character not performer) 40–60.", + ], + "Middle Ages": [ + "Middle Ages", + "Inspired by the history and culture of medieval Europe, c. 500–1500 AD.", + ], + "Middle Eastern Man": [ + "Middle Eastern Man", + "Male performers with broadly North African or West Asian racial backgrounds.", + ], + "Middle Eastern Woman": [ + "Middle Eastern Woman", + "Female performers with broadly North African or West Asian racial backgrounds.", + ], + "MILF (30+)": [ + "MILF (30+)", + "Older female character implied to be at least 30, often presented as a motherly figure.", + ], + Military: [ + "Military", + "Features characters who are members of the military.", + ], + "Military Man": [ + "Military Man", + "Features male characters who are members of the military.", + ], + "Military Woman": [ + "Military Woman", + "Features female characters who are members of the military.", + ], + Milk: [ + "Milk", + "Features at least one performer who is liberally applied with milk.", + ], + "Milking Table": [ + "Milking Table", + "Table with a hole used to stimulate the penis from underneath.", + ], + "Mind Break": [ + "Mind Break", + "A state female heroines undergo when no longer exhibiting thought or logical thinking while having sex", + ], + "Mind Control": [ + "Mind Control", + "Control of someone's thoughts, actions, or personality by an outside force.", + ], + "Mind Fuck": [ + "Mind Fuck", + "Intending to destabilize, confuse, or manipulate the mind of another person.", + ], + Mirror: [ + "Mirror", + "Performers watching themselves in a mirror during the action.", + ], + Misogyny: [ + "Misogyny", + "Words or acts that convey a dislike or contempt for women.", + ], + "Missing Cover Image": [ + "Missing Cover Image", + "Scene is missing an official cover image", + ], + "Missing Date": [ + "Missing Date", + "Scene is missing an official release date and is using an estimate instead.", + ], + "Missing or Removed": [ + "Missing or Removed", + "Scene is no longer available from its original studio, or its original studio no longer exists.", + ], + "Missing Performer (Female)": [ + "Missing Performer (Female)", + "Scene is missing one or more female performers.", + ], + "Missing Performer (Male)": [ + "Missing Performer (Male)", + "Scene is missing one or more male performers.", + ], + "Missing Performer (Trans)": [ + "Missing Performer (Trans)", + "Scene is missing one or more trans performers.", + ], + "Missing Title": ["Missing Title", "Scene is missing an official title."], + Missionary: [ + "Missionary", + "Position where one performer penetrates another from above, while facing each other.", + ], + "Missionary Blowjob": [ + "Missionary Blowjob", + "Penetrative sex in a missionary position while orally pleasuring a penis.", + ], + "Missionary (DAP)": [ + "Missionary (DAP)", + "Receiver laying on her back facing both partners during double anal penetration.", + ], + "Missionary (DP)": [ + "Missionary (DP)", + "Receiver laying on her back facing both partners during simultaneous anal and vaginal penetration.", + ], + "Missionary (DVP)": [ + "Missionary (DVP)", + "Missionary position during Double Vaginal Penetration", + ], + "Missionary - POV": [ + "Missionary - POV", + "having sex in the missionary position from Male's Point Of View", + ], + "Mixed - POV": [ + "Mixed - POV", + "Scene that switches between first and third person point of views", + ], + "Mixed Race": [ + "Mixed Race", + "Describes performers with more than one racial background.", + ], + "Mixed Race Man": [ + "Mixed Race Man", + "Male performers with more than one racial background", + ], + "Mixed Race Trans": [ + "Mixed Race Trans", + "Trans performers with more than one racial background", + ], + "Mixed Race Woman": [ + "Mixed Race Woman", + "Female performers with more than one racial background", + ], + Moaning: ["Moaning", "Scenes featuring an audible moaning performer."], + Model: [ + "Model", + "A character employed to pose for an artist, photographer, or sculptor.", + ], + "Model Directed": [ + "Model Directed", + "Scenes directed by a featured performer.", + ], + Moldovan: ["Moldovan", "Scene features Moldovan performer(s)"], + Molester: [ + "Molester", + "Subjecting characters to unwanted sexual contact, often in a crowded public space.", + ], + "Mom Bod": [ + "Mom Bod", + "Slightly overweight post-childbirth female physique. Characterized by soft overall appearance, small belly, love handles, etc.", + ], + "Mom Swapping": ["Mom Swapping", "Exchanging"], + Mongolian: ["Mongolian", "Scene features Mongolian performer(s)"], + Monoglove: [ + "Monoglove", + "A narrow armbinder which keeps the elbows tightly together.", + ], + "Monroe Piercing": [ + "Monroe Piercing", + "Performers with at least one visible piercing above the upper lips.", + ], + Monster: ["Monster", "Featuring people playing as monsters"], + "Monster Cock": [ + "Monster Cock", + "Performers with particularly huge penises, rare even for porn.", + ], + Mother: ["Mother", "Character is biological mother to scene partner"], + "Mother In Law": [ + "Mother In Law", + "Character presented as mother-in-law to a scene partner", + ], + "Mother's Day": ["Mother's Day", "Takes place on or around Mother's Day."], + "Motion Blur": ["Motion Blur", "When the image is blurry due to movement"], + Motorboating: [ + "Motorboating", + "Pushing one's face in between two breasts, and rocking one's head side to side.", + ], + Motorcycle: [ + "Motorcycle", + "At least some of the action takes place on or near a motorcycle.", + ], + Mountain: ["Mountain", ""], + Mousetrap: ["Mousetrap", ""], + "Mouth Creampie": [ + "Mouth Creampie", + "Ejaculating while inside another performer's mouth.", + ], + "Mouth Fetish": ["Mouth Fetish", "Significant focus on a performers mouth."], + "Mouth Fingering": [ + "Mouth Fingering", + "Digitally inserting into another performers mouth at a fast pace.", + ], + "Mouth Fisting": ["Mouth Fisting", ""], + "Mouth Soaping": ["Mouth Soaping", "Washing"], + "Mouth Spreader": [ + "Mouth Spreader", + "Special type of gag that holds the mouth open, allowing for oral penetration.", + ], + "Movie Character": [ + "Movie Character", + "Performer representing a character from a movie or short film, either as parody or cosplay.", + ], + "Moving Vehicle": [ + "Moving Vehicle", + "At least some of the action takes place in a vehicle while it's moving, often a car or van.", + ], + Mud: ["Mud", ""], + Muff: ["Muff", ""], + Mules: [ + "Mules", + "Mule is a style of shoe that has no back or constraint around the foot's heel.", + ], + Multi: ["Multi", ""], + "Multicolored Hair": [ + "Multicolored Hair", + "Performers with two distinct and separate hair colors at the same time.", + ], + "Multicolored Hair (Female)": [ + "Multicolored Hair (Female)", + "Female ferformers with two distinct and separate hair colors at the same time.", + ], + "Multiple Anal Creampies": [ + "Multiple Anal Creampies", + "Performer receives more than one creampie in the anus", + ], + "Multiple Blowjobs": [ + "Multiple Blowjobs", + "Two or more performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Multiple Blowjobs (2+ Mouths)": [ + "Multiple Blowjobs (2+ Mouths)", + "Two or more performers orally pleasuring a single penis at roughly the same time.", + ], + "Multiple Blowjobs (2+ Penises)": [ + "Multiple Blowjobs (2+ Penises)", + "One performer orally pleasuring two or more penises at roughly the same time.", + ], + "Multiple Creampies": [ + "Multiple Creampies", + "Performer receives more than one creampie.", + ], + "Multiple Cum Clean-up": ["Multiple Cum Clean-up", "Cleaning"], + "Multiple Cumshots": [ + "Multiple Cumshots", + "Two or more cumshots are given or received by a single performer, but it's unclear which.", + ], + "Multiple Cumshots (2+ Penises)": [ + "Multiple Cumshots (2+ Penises)", + "Two or more performers visibly ejaculating onto a single performer.", + ], + "Multiple Cumshots (2+ Targets)": [ + "Multiple Cumshots (2+ Targets)", + "One performer visibly ejaculating onto two or more performers.", + ], + "Multiple Digit Penetration": [ + "Multiple Digit Penetration", + "Digitally penetrating another performer, anally or vaginally, with multiple fingers at once in the same orifice.", + ], + "Multiple Dominants": [ + "Multiple Dominants", + "BDSM activity involving two or more performers dominating submissive people", + ], + "Multiple Ejaculations": [ + "Multiple Ejaculations", + "Single performer ejaculates two or more times.", + ], + "Multiple Facials": [ + "Multiple Facials", + "Two or more facials are given or received by a single performer, but it's unclear which.", + ], + "Multiple Facials (2+ Penises)": [ + "Multiple Facials (2+ Penises)", + "Two or more performers visibly ejaculating onto a single performer's face.", + ], + "Multiple Facials (2+ Targets)": [ + "Multiple Facials (2+ Targets)", + "One performer visibly ejaculating onto two or more performers' faces.", + ], + "Multiple Girls": ["Multiple Girls", "Scenes with more than one girl"], + "Multiple Orgasms": [ + "Multiple Orgasms", + "Female performer reaches multiple orgasms.", + ], + "Multiple Outfits": ["Multiple Outfits", ""], + "Multiple Scenes": [ + "Multiple Scenes", + "The video contains more than one full scene with each scene usually focusing on a unique performer/performers", + ], + "Multiple Submissives": [ + "Multiple Submissives", + "BDSM activity involving two or more performers being submissive and being dominated", + ], + "Multiple Toys": ["Multiple Toys", "Using multiple sex toys simultaneously."], + "Multiple Vaginal Creampies": [ + "Multiple Vaginal Creampies", + "Performer receives more than one creampie in the vagina", + ], + "Multiple Vaginal Insertions": [ + "Multiple Vaginal Insertions", + "Vaginally penetrated with multiple objects simultaneously.", + ], + Mummification: ["Mummification", "A"], + "Muscle Worship": [ + "Muscle Worship", + "Focused on physically appreciating another performer's muscles with hands or mouth.", + ], + Muscular: [ + "Muscular", + "Performer with significant muscle mass, regardless of gender.", + ], + "Muscular Man": [ + "Muscular Man", + "Male performer with significant muscle mass.", + ], + "Muscular Woman": [ + "Muscular Woman", + "Female performer with significant muscle mass.", + ], + Music: ["Music", "Features music playing for most of the scene's length."], + Mustache: ["Mustache", "Men's facial hair on the upper lip"], + "Mutual Undressing": [ + "Mutual Undressing", + "Performers take each other's clothes off.", + ], + "Muzzle Gag": [ + "Muzzle Gag", + "A gag, that doesn't enter the performers mouth", + ], + Mystery: [ + "Mystery", + "Aspects of the video's content are intentionally excluded from scene metadata to build suspense for viewers or purchasers.", + ], + "Mythical Character": [ + "Mythical Character", + "Performer representing a character from mythology, either as parody or cosplay.", + ], + "Nail Polish": [ + "Nail Polish", + "Varnish applied to the fingernails or toenails to colour them or make them shiny.", + ], + Narrative: ["Narrative", "Features a storyline with fictional characters."], + "Native Woman": [ + "Native Woman", + "Female performers with broadly indigenous racial backgrounds from a largely colonized country.", + ], + "Natural Ass": ["Natural Ass", "Unaltered by surgical augmentation."], + "Natural Body of Water": [ + "Natural Body of Water", + "At least some of the action takes place near a large body of water, including lakes and streams.", + ], + "Natural Tits": [ + "Natural Tits", + "Unaltered by surgical augmentation, or have had implants removed.", + ], + Nature: [ + "Nature", + "At least some of the action takes place outdoors in the middle of nature.", + ], + "Naughty Poses": ["Naughty Poses", ""], + "Navel Licking": [ + "Navel Licking", + "Performer licking other performer's navel.", + ], + "Navel Piercing": [ + "Navel Piercing", + "Performers with at least one visible piercing in their navel.", + ], + "Neck Corset": [ + "Neck Corset", + "Small corset worn around the neck by the performer. Restricts head movement.", + ], + Necklace: ["Necklace", "Jewelry worn around the neck."], + Necktie: [ + "Necktie", + "Worn around the neck and tied in a knot, leaving the ends hanging down the chest.", + ], + "Necrophilia Roleplay": [ + "Necrophilia Roleplay", + "Features sexual intercourse with performers who are pretending to be dead", + ], + Neighbors: ["Neighbors", "Characters who live close to each other."], + Nephew: [ + "Nephew", + "Male character presented as a biological nephew to a scene partner, whether that relationship is recent or not.", + ], + Nerd: [ + "Nerd", + "Character who is presented as some combination of awkward, smart, and uncool.", + ], + Nervous: [ + "Nervous", + "Features at least one character who is particularly nervous about the situation.", + ], + Nettle: [ + "Nettle", + "Sexual torture by applying stinging nettles to the submissive’s bare skin", + ], + Newspaper: ["Newspaper", ""], + "New Year": [ + "New Year", + "Takes place on or around New Year's Day of the Gregorian calendar.", + ], + "Nice Legs": ["Nice Legs", ""], + Niece: [ + "Niece", + "Female character presented as a biological niece to a scene partner, whether that relationship is recent or not.", + ], + Night: [ + "Night", + "Scenes with lighting that highlights they take place at night and/or in the dark.", + ], + Nightgown: [ + "Nightgown", + "A light, loose garment worn by a performer in bed.", + ], + "Nipple Biting": [ + "Nipple Biting", + "A performer biting the nipple of another performer.", + ], + "Nipple Clamps": [ + "Nipple Clamps", + "Various kinds of clamps affixed to a performer's nipples.", + ], + "Nipple Piercing": [ + "Nipple Piercing", + "Performers with at least one visible piercing in a nipple, often both.", + ], + "Nipple Pinching": [ + "Nipple Pinching", + "A performer getting their nipple pinched", + ], + "Nipple Play": [ + "Nipple Play", + "Play or stimulation of a performers nipples in an erotic way", + ], + "Nipple Pulling": [ + "Nipple Pulling", + "Pulling a performer's nipples with hands or by nipple clamps.", + ], + Nipples: ["Nipples", ""], + "Nipple Tape": [ + "Nipple Tape", + "Electrical or duct tape on the nipples, usually in an X shape.", + ], + "Nipple Torment": [ + "Nipple Torment", + "Causing a significant amount of pain or discomfort to a performer's nipple.", + ], + "Nipple Touching": ["Nipple Touching", ""], + "Nipple Toys": ["Nipple Toys", "Toys designed to be used on the nipples"], + Niqab: [ + "Niqab", + "A garment, usually black, that covers the face, leaving only the eyes visible.", + ], + "No Birth Control": [ + "No Birth Control", + "Character is physiologically capable of getting pregnant", + ], + "No Bra": [ + "No Bra", + "When a performer chooses to wear an outfit without the use of a support brassiere.", + ], + "No Condom": ["No Condom", "Having penetrative sex without a condom."], + "No Cumshot": [ + "No Cumshot", + "No visible ejaculation outside or inside of another performer's body.", + ], + Noir: [ + "Noir", + "Featuring various elements related to the noir genre or style. Usually including both darker visuals and themes.", + ], + "No Makeup": ["No Makeup", "Performer, usually female, not wearing makeup."], + "Non-American Accent": [ + "Non-American Accent", + "Speaks with an accent that isn't native to the United States.", + ], + "Non-Nude": ["Non-Nude", "Scene does not contain any visible nudity."], + "Non-POV": [ + "Non-POV", + "Virtual Reality scene not filmed in the point of view of one of the performers.", + ], + "No Nut November": [ + "No Nut November", + "an annual internet challenge of sexual abstinence and not masturbating during the month of November", + ], + Noose: ["Noose", ""], + "No Piercing": [ + "No Piercing", + "Performers not wearing their piercings, or from before they had piercings.", + ], + "Northern Guillotine": [ + "Northern Guillotine", + "Oral sex position where performer is lying on their back with their head between another performer's thighs.", + ], + Norwegian: ["Norwegian", "Scene features Norwegian performer(s)"], + "Nose Hook": [ + "Nose Hook", + "Pair of small blunt hooks, that pull up on the nostrils", + ], + "Nose Piercing": [ + "Nose Piercing", + "Performers with at least one visible piercing in their nose.", + ], + "No Sex": [ + "No Sex", + "Performers do not engage in any penetrative sexual activity.", + ], + "No Show Socks": [ + "No Show Socks", + "Socks that are cut well below the ankle, designed to be invisible in a standard tennis shoe.", + ], + "No Tattoos": [ + "No Tattoos", + "Describes performers who do not have any visible tattoos.", + ], + "No Toys": [ + "No Toys", + "Exclusively female scenes that do not include toys of any kind.", + ], + "No Underwear": [ + "No Underwear", + "A performer going without their underwear, i.e without their underpants or panties.", + ], + Nude: ["Nude", "Showing unclothed genitals, asses, or female breasts."], + "Nude Interview": [ + "Nude Interview", + "Performer(s) interviewed while showing visible nudity on camera.", + ], + "Nude Stockings": [ + "Nude Stockings", + "Scene contains a performer who wears nude colored stockings", + ], + Nudist: [ + "Nudist", + "Scenes where the protagonist/s are nudist, choosing to not wear clothes during everyday activitys", + ], + Nun: [ + "Nun", + "Female characters who are members of a religious order, often wearing black-and-white robes and hoods.", + ], + Nurse: [ + "Nurse", + "Character who is presented as a nurse or medical assistant.", + ], + "Nuru Gel": ["Nuru Gel", "A lubricant derived from seaweed"], + "Nuru Massage": [ + "Nuru Massage", + "Massage that features a performer sliding their body up and down the recipient, while liberally covered in oil.", + ], + Nympho: [ + "Nympho", + "Character who is presented as a somewhat crazed sex addict.", + ], + Objectification: [ + "Objectification", + "The act of treating a person as an object for erotic purposes", + ], + "Object Insertion": [ + "Object Insertion", + "Penetrating a performer with some household object.", + ], + Observer: [ + "Observer", + "A performer who observes, but does not participate in, sexual acts for a significant portion of the scene.", + ], + Office: [ + "Office", + "At least some of the action takes place in a professional office.", + ], + Oil: [ + "Oil", + "Features at least one performer who is liberally applied with body oil.", + ], + "Old (60+)": [ + "Old (60+)", + "Character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "Older Man / Younger Woman": [ + "Older Man / Younger Woman", + "Features an older male character with a younger female character.", + ], + "Older Woman / Younger Man": [ + "Older Woman / Younger Man", + "Features an older female character with a younger male character.", + ], + "Older Woman / Younger Woman": [ + "Older Woman / Younger Woman", + "Features an older female character with a younger female character.", + ], + "Older / Younger": [ + "Older / Younger", + "Features a significant age gap between characters.", + ], + "Old Man (60+)": [ + "Old Man (60+)", + "Male character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "Old West": [ + "Old West", + "Inspired by the history and culture of the old west era of the United States.", + ], + "Old Woman (60+)": [ + "Old Woman (60+)", + "Female character presented as significantly older, nearing or past retirement age. Implied age (of character not performer) 60+.", + ], + "One-bar-Prison": [ + "One-bar-Prison", + "A person bound by only a dildo on a pole and the inability to get off.", + ], + "One-piece": ["One-piece", "Covers"], + Onēsan: [ + "Onēsan", + "Young woman playing a dominant older sister type, not necessarily a family member.", + ], + "One Shot": [ + "One Shot", + "Scenes filmed in one take by a single camera without any apparent cuts.", + ], + "Onesie PJs": [ + "Onesie PJs", + "A full body jumpsuit that occasionally has a butt flap", + ], + "On Standby": [ + "On Standby", + "A character is readily waiting for sex, usually naked and doing nothing else other than waiting.", + ], + "Open Cup Shelf Bra": [ + "Open Cup Shelf Bra", + "A bra which leaves the breast exposed from the nipples up", + ], + "Open Mouth Facial": [ + "Open Mouth Facial", + "Visibly ejaculating over another performer's open mouth.", + ], + "Oral Condom": ["Oral Condom", "Fellatio on a penis with a condom"], + "Oral Cowboy": [ + "Oral Cowboy", + "A gay sex act in which a top performs oral sex on the bottom while still inside him.", + ], + "Oral Fetish": [ + "Oral Fetish", + "Significant focus on a performer's mouth, lips, tongue etc", + ], + "Oral Sex": ["Oral Sex", "Orally pleasuring another performer."], + Orange: ["Orange", ""], + "Organized Crime": [ + "Organized Crime", + "Features various elements relating to organized crime, including members of street gangs or the mafia.", + ], + Orgasm: [ + "Orgasm", + "Female performer reaches orgasm, whether real or acted out.", + ], + "Orgasm Control": [ + "Orgasm Control", + "Excercising control over someone else's orgasm", + ], + "Orgasm Denial": [ + "Orgasm Denial", + "When someone is not allowed to reach orgasm, momentarily or for a longer period of time.", + ], + "Orgasmic Massage": ["Orgasmic Massage", "Massage with a happy ending"], + "Orgasm on the Mat": [ + "Orgasm on the Mat", + "When a competitor in wrestling match orgasms during a round of general competition.", + ], + "Orgasm Torture": ["Orgasm Torture", "When"], + Orgy: [ + "Orgy", + "At least five performers at the same time, regardless of gender combination.", + ], + "Orgy (Gay)": [ + "Orgy (Gay)", + "At least five male performers at the same time.", + ], + "Orgy (Lesbian)": [ + "Orgy (Lesbian)", + "At least five female performers at the same time.", + ], + "Orgy (Mixed)": [ + "Orgy (Mixed)", + "At least five performers of mixed genders at the same time, but not in any type of gangbang.", + ], + "Orgy (Trans)": [ + "Orgy (Trans)", + "At least five trans performers at the same time.", + ], + "Original Collaboration": [ + "Original Collaboration", + "An official partnership with an intellectual property owner; an official adaptation.", + ], + "O-Ring Blowout": [ + "O-Ring Blowout", + "Anus visibly swollen or irritated after penetration", + ], + "Other Fetish": [ + "Other Fetish", + "Significant focus on an uncommon or unique fetish that isn't covered by other tags.", + ], + "Other Person's Brother": [ + "Other Person's Brother", + "Character who is the brother of someone other than their scene partner.", + ], + "Other Person's Daughter": [ + "Other Person's Daughter", + "Character who is the daughter of someone other than their scene partner.", + ], + "Other Person's Friend": [ + "Other Person's Friend", + "Character who is the friend of someone other than their scene partner", + ], + "Other Person's Girlfriend": [ + "Other Person's Girlfriend", + "Character who is the girlfriend of someone other than their scene partner", + ], + "Other Person's Mom": [ + "Other Person's Mom", + "Character who is the mother of someone other than their scene partner.", + ], + "Other Person's Sister": [ + "Other Person's Sister", + "Character who is the sister of someone other than their scene partner.", + ], + "Other Person's Son": [ + "Other Person's Son", + "Character who is the son of someone other than their scene partner.", + ], + "Other Person's Wife": [ + "Other Person's Wife", + "Character who is the wife of someone other than their scene partner.", + ], + OTK: [ + "OTK", + "Laying down over another performer's knees to receive corporal punishment.", + ], + Otter: [ + "Otter", + 'Considered a subspecies of "bear" by some, an Otter is a hairy slim or small-framed man', + ], + Ottoman: ["Ottoman", "The scene contains an Ottoman (piece of furniture)"], + Outdoors: [ + "Outdoors", + "At least some of the action takes place in any kind of outdoor space.", + ], + Outfit: ["Outfit", ""], + "Outie Navel": ["Outie Navel", ""], + "Outie Pussy": ["Outie Pussy", "Vulva with naturally visible inner labia."], + Outtakes: [ + "Outtakes", + "Moments cut from a scene's official release, for various reasons.", + ], + Overalls: [ + "Overalls", + "Clothing item that consists of a bib-like flap held up by straps that is connected to lower body clothing", + ], + "Over-arm": [ + "Over-arm", + "The performer's arms are extended over their shoulders or behind their head.", + ], + "Over-Shoulder Suspenders": [ + "Over-Shoulder Suspenders", + "Straps worn over the shoulders to hold up skirts or trousers", + ], + "Over-the-Knee Socks": [ + "Over-the-Knee Socks", + "Socks that end just above the knee, not quite reaching mid-thigh.", + ], + "Over the Pants": [ + "Over the Pants", + "When a performer pleasures another performer's penis through their pants or underwear, using hands, mouth, feet, etc.", + ], + "Over the Shoulder Carrying": ["Over the Shoulder Carrying", ""], + "Overweight Man": [ + "Overweight Man", + "A heavy-set man who might be described as overweight or obese", + ], + Oviposition: ["Oviposition", "A"], + Paddle: [ + "Paddle", + "Using an object with a wide, flat surface to strike a performer.", + ], + Pain: ["Pain", "Features performers in visible pain."], + Painal: ["Painal", "Anal sex that is visibly painful."], + "Pain Slut": ["Pain Slut", "Character who visibly enjoys receiving pain."], + "Pale Skin": ["Pale Skin", "Performers with exceptionally light skin tones."], + "Panel Gag": [ + "Panel Gag", + "A gag the completely covers the mouth with a panel", + ], + Panties: [ + "Panties", + "Short underwear bottoms worn by women of various shapes and materials.", + ], + "Panties In Mouth": [ + "Panties In Mouth", + "When a performer sucks on panties or has panties stuffed in their mouth.", + ], + "Panties On": [ + "Panties On", + "Female performer wearing panties during sexual action", + ], + "Panties to the Side": [ + "Panties to the Side", + "Penetration without removing bottom underwear.", + ], + Pants: ["Pants", ""], + Pantsing: [ + "Pantsing", + "The act of pulling off a person's clothes, usually against their wishes", + ], + "Panty Fetish": [ + "Panty Fetish", + "Significant focus on a performer's undergarments. Including underwear, panties, stockings, and pantyhose.", + ], + Pantyhose: [ + "Pantyhose", + "Sheer close-fitting leggings all in one piece, starting at the waist and reaching down to the toes.", + ], + "Pantyhose Removal": [ + "Pantyhose Removal", + "The act of taking off or removing pantyhose, stockings, or tights from legs and feet.", + ], + "Panty Job": [ + "Panty Job", + "When a woman rubs her vulva (or butt) along a man's erect penis which is inside the panties she is wearing.", + ], + "Panty Play": ["Panty Play", ""], + "Panty Removal": ["Panty Removal", ""], + "Panty Sniffing": [ + "Panty Sniffing", + "Features the act of smelling a performer's panties, often dirty", + ], + "Panty Stuffing": [ + "Panty Stuffing", + "Stuffing a female performer's panties in her mouth, vagina, or ass.", + ], + Park: [ + "Park", + "At least some of the action takes place outdoors in a grassy public space.", + ], + "Parking Lot": [ + "Parking Lot", + "At least some of the action takes place in a shared space for parked cars.", + ], + Parody: [ + "Parody", + "Scenes that are obviously based on existing intellectual properties or public figures.", + ], + "Partial Paywall": [ + "Partial Paywall", + "No public URL, but data still publicly available through a community scraper.", + ], + Party: ["Party", "Takes place at or around a party of some kind."], + Passion: [ + "Passion", + "Characters portrayed with a strong physical or emotional attraction to each other.", + ], + Pasties: [ + "Pasties", + "Small adhesive garments that cover the nipples while leaving the rest of the breasts exposed.", + ], + Patient: [ + "Patient", + "Character is receiving medical attention, care, or treatment.", + ], + Paunch: ["Paunch", "Protruding fat in the abdominal region"], + PAWG: ["PAWG", "Female"], + "Pearl Necklace": [ + "Pearl Necklace", + "Visibly ejaculating onto another performer's neck or collarbone.", + ], + Pearls: ["Pearls", "A necklace made of pearls."], + Pedicured: [ + "Pedicured", + "Trimmed and well-groomed toenails, usually also painted.", + ], + Pee: ["Pee", "Features urine in some form."], + "Pee Attempt": ["Pee Attempt", ""], + Peeing: ["Peeing", "Features visible urination."], + "Peeing While Fucked": [ + "Peeing While Fucked", + "Performer urinates while being penetrated by another person.", + ], + "Peekaboo Bra": [ + "Peekaboo Bra", + "A type of bra featuring cutouts or sheer panels that reveal skin and/or the nipples/areolas.", + ], + Pegging: ["Pegging", "Anally penetrating a male performer with a strap-on."], + "Pencil Skirt": ["Pencil Skirt", "A"], + "Pendant Necklace": [ + "Pendant Necklace", + "Jewelry worn around the neck that features an ornamental piece suspended from a chain", + ], + "Penis Measuring": [ + "Penis Measuring", + "Measuring a penis or comparing it to an object.", + ], + "Penis Pants": [ + "Penis Pants", + "Pants made of latex with attached realistic dildo", + ], + "Penis Pump": [ + "Penis Pump", + "Device that creates a vacuum over a performer's penis.", + ], + "Perfect Pussy": ["Perfect Pussy", ""], + "Perfect Teeth": ["Perfect Teeth", ""], + "Performer Written": [ + "Performer Written", + "Scenes based on a performer's suggested plot.", + ], + "Period Piece": [ + "Period Piece", + "Narrative takes place in an older time period than when the scene was made.", + ], + "Period Sex": [ + "Period Sex", + "Sex with a female performer while she's on her period", + ], + "Perky Nipples": [ + "Perky Nipples", + "Nipples that are naturally upright and firm, often appearing slightly protruding.", + ], + "Perky Tits": ["Perky Tits", "Breasts"], + Peruvian: ["Peruvian", "Scene features Peruvian performer(s)"], + Pervert: ["Pervert", ""], + Petals: ["Petals", ""], + "Pet Play": [ + "Pet Play", + "When one performer takes on the role of an animal (often a dog or cat)", + ], + "Phone Sex": [ + "Phone Sex", + "Performer engages in a sexually explicit voice call, or acts out such a call.", + ], + Photos: ["Photos", "Scenes with an accompanying photo gallery available."], + Photoshoot: [ + "Photoshoot", + "Features a character getting a series of photos taken.", + ], + Pianist: ["Pianist", ""], + Picnic: [ + "Picnic", + "At least some of the action takes place outdoors involving picnic blankets, picnic tables or picnic baskets", + ], + Piercing: [ + "Piercing", + "Performers with at least one visible piercing, not including female performers with extremely common ear piercings.", + ], + "Piggy Sex": ["Piggy Sex", "Generally"], + "Pig Play": ["Pig Play", "When one performer takes on the role of a pig."], + Pigtails: [ + "Pigtails", + "Hair tied back into two separate hanging tails, on either side of the head.", + ], + Piledriver: ["Piledriver", "Penetrative"], + "Piledriver (DAP)": [ + "Piledriver (DAP)", + "Having double anal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver (DP)": [ + "Piledriver (DP)", + "having vaginal and anal penetrative sex simultaneously from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver (DVP)": [ + "Piledriver (DVP)", + "Having double vaginal penetrative sex from above an upside-down performer, as if driving them into the floor.", + ], + "Piledriver - POV": ["Piledriver - POV", ""], + "Pillow Humping": [ + "Pillow Humping", + "Grinding or rubbing against a pillow for the purpose of stimulation", + ], + Pilot: ["Pilot", "Individual who flies or helps fly an aircraft"], + Pink: ["Pink", ""], + "Pink Clothing": ["Pink Clothing", "Performer is wearing pink clothing."], + "Pink Eyes": ["Pink Eyes", "Eyes turn red after getting semen"], + "Pink Hair (Female)": [ + "Pink Hair (Female)", + "Female performers with a pink hair color", + ], + "Pink Hair (Male)": [ + "Pink Hair (Male)", + "Male performers with a pink hair color", + ], + "Pink Labia": ["Pink Labia", "Vulva that appears in vibrant pink color"], + "Pink Lipstick": [ + "Pink Lipstick", + "Features a performer wearing pink lipstick.", + ], + "Pink Nipples": [ + "Pink Nipples", + "Nipples and/or areolas with a light pink hue.", + ], + "Pin Up": ["Pin Up", ""], + Pinwheels: [ + "Pinwheels", + "Small pointed wheels used to roll across a performer's skin.", + ], + "Piss Bag": [ + "Piss Bag", + "A recepticle for urine, often attached via a catheter", + ], + "Piss Desperation": ["Piss Desperation", "Performer desperate to piss."], + "Piss Drinking": ["Piss Drinking", "Performer consumes urine"], + "Piss in Ass": ["Piss in Ass", "Urinating in another performer's anus."], + "Piss in Eyes": [ + "Piss in Eyes", + "Urinating in another performer's eyes (often opened with fingers).", + ], + "Piss in Hands": [ + "Piss in Hands", + "Performer urinating in other performer's hands.", + ], + "Piss in Mouth": ["Piss in Mouth", "Urinating in another performer's mouth."], + "Piss in Pussy": [ + "Piss in Pussy", + "Urinating in another performer's vagina.", + ], + "Piss in Shoe": ["Piss in Shoe", "Performer peeing in shoe."], + "Piss in Throat": [ + "Piss in Throat", + "Man urinates down partner's throat while deepthroating", + ], + "Piss on Face": ["Piss on Face", "Urinating on a performer's face."], + "Piss on Genitals": [ + "Piss on Genitals", + "Urinating on a performer's genitals.", + ], + "Piss Play": [ + "Piss Play", + "Pissing games / piss drinking using bowls, glasses, etc", + ], + "Piss Swapping": ["Piss Swapping", "Trading piss from one mouth to another."], + "Pit Worship": [ + "Pit Worship", + "Focused on physically appreciating another performer's armpit with hands or mouth.", + ], + "Plaid Skirt": [ + "Plaid Skirt", + "Skirts with a patterned crossing of horizonal and veritcal bands in multiple colors", + ], + Planning: ["Planning", "A pre-planned game, situation, or prank."], + "Plastic Wrap": [ + "Plastic Wrap", + "Wrapping a performer in thin plastic sheets.", + ], + "Platform Boots": [ + "Platform Boots", + "Boots with a significantly raised sole", + ], + "Platform Shoes": ["Platform Shoes", "Shoes with an obvious thick sole"], + "Platinum Blond Hair": [ + "Platinum Blond Hair", + "Performers with exceptionally pale yellow hair colors.", + ], + "Platinum Blond Hair (Female)": [ + "Platinum Blond Hair (Female)", + "Female performers with exceptionally pale yellow hair colors.", + ], + Playful: [ + "Playful", + "Scenes and characters that are some combination of relaxed, happy, and fun.", + ], + Playground: ["Playground", ""], + Playing: ["Playing", ""], + "Playing Cards": ["Playing Cards", ""], + "Play Piercing": ["Play Piercing", "Play"], + "Pleated Skirt": ["Pleated Skirt", "A skirt with pleats"], + "Plow Cam": [ + "Plow Cam", + "Doggy Style or Prone Bone while filming from the front", + ], + "Plush Toys": ["Plush Toys", "Plush toys are used in the scene"], + PMV: ["PMV", "Porn Music Video"], + Podcast: [ + "Podcast", + "Scene that contains at least a segment of a video podcast.", + ], + "Police Station": [ + "Police Station", + "At least some of the action takes place in the workplace of law enforcement agents.", + ], + Polish: ["Polish", "Scene features Polish performer(s)"], + "Polka Dots": [ + "Polka Dots", + "Performer wearing clothing that features a pattern of filled colored circles.", + ], + "Pony Play": ["Pony Play", "Treating a submissive like a pony."], + Ponytail: ["Ponytail", "Hair tied back into a single hanging tail."], + Poolside: [ + "Poolside", + "At least some of the action takes place near a swimming pool.", + ], + Popsicle: [ + "Popsicle", + "Features a performer playing with some kind of frozen treat on a stick.", + ], + "Porn Magazine": ["Porn Magazine", ""], + Pornstar: [ + "Pornstar", + "Features well-established performers, with some level of fame or success.", + ], + Portuguese: ["Portuguese", "Scene features Portuguese performer(s)"], + "Portuguese Language": [ + "Portuguese Language", + "Scene shows performer(s) speaking Portuguese.", + ], + Poses: ["Poses", ""], + "Posthumous Release": [ + "Posthumous Release", + "Features a performer who died before release.", + ], + "Post-op": [ + "Post-op", + "Features transgender performer who has completed genital gender reassignment surgery", + ], + "Post-orgasm Torment": [ + "Post-orgasm Torment", + "Continued, uncomfortable stimulation of the genitals after orgasm", + ], + "Post-Scene Interview": [ + "Post-Scene Interview", + "Performer(s) interviewed at the end of a scene, asking them about their experiences while filming.", + ], + "Pouty Lips": ["Pouty Lips", ""], + "Power Bottom": ["Power Bottom", "Men, who bottoms and take dominant role"], + "Power Play": ["Power Play", ""], + Pranks: [ + "Pranks", + "Features a practical joke played on a character, sometimes intending to humiliate them.", + ], + Precum: [ + "Precum", + "Visibly dripping pre-ejaculate from penis before ejaculation.", + ], + "Predicament Bondage": [ + "Predicament Bondage", + "Restraining a performer in such a way that forces them to choose between multiple uncomfortable positions.", + ], + Pregnant: ["Pregnant", "At least one performer is visibly pregnant."], + Prehistoric: [ + "Prehistoric", + "Inspired by the earliest eras of human civilization.", + ], + "Premature Ejaculation": [ + "Premature Ejaculation", + "Male performer cums very quickly.", + ], + "Pre-Scene Interview": [ + "Pre-Scene Interview", + "Performer(s) interviewed at the beginning of a scene.", + ], + "Presenting Oral Cum": [ + "Presenting Oral Cum", + "Showing cum inside their mouth to the viewer, sometimes playing with the cum using their tongue.", + ], + "Pre-Transition": [ + "Pre-Transition", + "A scene featuring a transgender performer, before they began transition.", + ], + Priest: [ + "Priest", + "Male character who's a member of a religious order, usually wearing black tunics", + ], + "Prince Albert": [ + "Prince Albert", + "Barbell or other jewelry inserted through the hole where pee comes (urethra) and out of the underside behind the head (glans).", + ], + Principal: [ + "Principal", + "Highest-ranking person at an educational institution.", + ], + Prison: ["Prison", "At least some of the action takes place in a prison."], + Prisoner: [ + "Prisoner", + "Character who is currently incarcerated for committing a crime.", + ], + "Professional Production": [ + "Professional Production", + "Scenes with a professional level of production value and budget.", + ], + Prolapse: ["Prolapse", "When"], + "Prolapse Fuck": ["Prolapse Fuck", "Intercourse with a fully prolapsed anus"], + "Prolapse Rimming": ["Prolapse Rimming", "Rimming a rectal prolapse"], + "Prone Bone": [ + "Prone Bone", + "Position where one performer penetrates another from above, while the receiver lies prone.", + ], + "Prostate Stimulation": [ + "Prostate Stimulation", + "Stimulation of the male prostate gland", + ], + "Prostate Toys": [ + "Prostate Toys", + "Sex toys intended to stimulate the male prostate gland", + ], + "Pubic Hair": ["Pubic Hair", "Hair that grows above the genitals."], + "Public Nudity": [ + "Public Nudity", + "Features at least partial nudity in public spaces.", + ], + "Public Sex": [ + "Public Sex", + "Engaging in some sexual activity in a public space, whether they want to be seen or not.", + ], + "Puffy Nipples": [ + "Puffy Nipples", + "Nipples with a noticeable, rounded protrusion, giving the areola a raised, swollen appearance.", + ], + "Puffy Pussy Lips": [ + "Puffy Pussy Lips", + "Performer has larger outer lips that are thick and puffy, in most cases, the inner lips can't be seen.", + ], + "Puffy Tits": ["Puffy Tits", ""], + Puke: [ + "Puke", + "Regurgitation of stomach contents through the mouth or nose.", + ], + "Pull Out": [ + "Pull Out", + "When on the last second, performer pulls out his dick to cum some place else.", + ], + Pump: [ + "Pump", + "Device that creates a vacuum over part of a performer's body.", + ], + Punching: ["Punching", "One performer strikes another with a fist."], + "Punishment Sex": [ + "Punishment Sex", + "Using sexual acts as a method of punishment.", + ], + Punk: ["Punk", "Character who is presented with a punk rock aesthetic."], + "Puppy Play": [ + "Puppy Play", + "Form of animal play where performer adopt a canine personality.", + ], + "Purple Hair (Female)": [ + "Purple Hair (Female)", + "Female performers with a purple hair color", + ], + "Pussy Bukkake": ["Pussy Bukkake", "Several men ejaculating on a vagina"], + "Pussy Cam": [ + "Pussy Cam", + "Uses a camera inserted into a performer's vagina.", + ], + "Pussy Clamps": [ + "Pussy Clamps", + "Various kinds of clamps affixed to a performer's labia.", + ], + "Pussy Denial": [ + "Pussy Denial", + "Focused on denying access or view to one's pussy", + ], + "Pussy Display": [ + "Pussy Display", + "Presenting pussy for observation without necessarily involving close-ups or gaping", + ], + "Pussy Ejection": ["Pussy Ejection", "Pushing an object out of the vagina."], + "Pussy Fingering": [ + "Pussy Fingering", + "Digitally penetrating another performer's vagina.", + ], + "Pussy Fingering During Sex": [ + "Pussy Fingering During Sex", + "Digitally penetrating another performer's vagina during sex", + ], + "Pussy Gape": ["Pussy Gape", "Vagina remaining open after withdrawal."], + "Pussy Impact Play": [ + "Pussy Impact Play", + "BDSM act where a performer's pussy is struck with an implement or hand.", + ], + "Pussy Licking": [ + "Pussy Licking", + "Orally pleasuring another performer's vulva.", + ], + "Pussy Licking Doggy Style": [ + "Pussy Licking Doggy Style", + "Orally pleasuring another performer's vulva while the receiver is in Doggy Style", + ], + "Pussy Licking - POV": [ + "Pussy Licking - POV", + "Orally pleasuring a vulva, viewed from the POV of the recipient", + ], + "Pussy Piercing": [ + "Pussy Piercing", + "Performers with at least one visible piercing around the vulva, typically by the clitoris.", + ], + "Pussy Prolapse": [ + "Pussy Prolapse", + "Protrusion of an organ from the vagina including parts of the vagina itself.", + ], + "Pussy Pump": [ + "Pussy Pump", + "Device that creates a vacuum over a performer's vulva.", + ], + "Pussy Rubbing": ["Pussy Rubbing", "The act of rubbing a pussy"], + "Pussy Slide": ["Pussy Slide", "Features"], + "Pussy Smacking": [ + "Pussy Smacking", + "Forcefully slapping a performer's pussy, often while focusing on a different action.", + ], + "Pussy Stacking": [ + "Pussy Stacking", + "Group penetrative sex with at least two receivers lying on top of each other, facing up.", + ], + "Pussy Teasing": [ + "Pussy Teasing", + "Gently teasing a performer's vulva, often with particularly slow or light touches.", + ], + "Pussy to Mouth": [ + "Pussy to Mouth", + "Orally pleasuring another performer immediately after having vaginal penetrative sex with them.", + ], + "Pussy to Other's Mouth": [ + "Pussy to Other's Mouth", + "Switching immediately from vaginally penetrating one performer to being orally pleasured by another.", + ], + "Pussy to Other's Pussy": [ + "Pussy to Other's Pussy", + "Switching immediately from vaginally penetrating one performer to vaginally penetrating another.", + ], + "Pussy Torment": [ + "Pussy Torment", + "Causing a significant amount of pain or discomfort to a performer's pussy.", + ], + "Pussy Worship": [ + "Pussy Worship", + "Focused on physically appreciating another performer's pussy with hands or mouth.", + ], + PVC: ["PVC", "A synthetic, shiny clothing material"], + Pyjamas: [ + "Pyjamas", + "Any clothing suitable for wearing in bed; nightclothes.", + ], + "QoS BBC Symbols": [ + "QoS BBC Symbols", + 'Clothing, Tattoos, Jewlery that are used to signal BBC fetish. Examples are "Blacked" underwear or "Built 4 BBC".', + ], + "Quadruple Anal Penetration (QAP)": [ + "Quadruple Anal Penetration (QAP)", + "Anal penetrative sex from three performers and fucking machine simultaneously", + ], + "Quadruple Blowjob": [ + "Quadruple Blowjob", + "Four performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Quadruple Blowjob (4 Mouths)": [ + "Quadruple Blowjob (4 Mouths)", + "Four performers orally pleasuring a single penis at roughly the same time.", + ], + "Quadruple Blowjob (4 Penises)": [ + "Quadruple Blowjob (4 Penises)", + "One performer orally pleasuring four penises at roughly the same time.", + ], + Queef: [ + "Queef", + "Content featuring the natural occurrence of air being expelled from the vagina", + ], + "Queen of Spades": ["Queen of Spades", "The"], + "Rabbit Vibrator": [ + "Rabbit Vibrator", + "Two-pronged vibrators, with a larger end for penetration and a smaller end for clitoral stimulation.", + ], + Raceplay: [ + "Raceplay", + "Performers enact racial hierarchies or prejudices often involving racial slurs or narratives", + ], + "Race Queen": [ + "Race Queen", + "A female promotional model usually present at auto racing events.", + ], + Rack: ["Rack", ""], + Rain: ["Rain", "Some part of the scene takes place in the rain."], + "Rainbow Stockings": [ + "Rainbow Stockings", + "Scene contains a performer who wears rainbow colored stockings", + ], + "Rape Roleplay": [ + "Rape Roleplay", + "Using force, threats of violence, or physical intimidation to coerce another character into sexual acts.", + ], + "Rapid-fire Anal Creampies": [ + "Rapid-fire Anal Creampies", + "Multiple quick-succession anal creampies from different sources without prior intercourse.", + ], + "Rapid-fire Creampies": [ + "Rapid-fire Creampies", + "Multiple quick-succession creampies from different sources without prior intercourse.", + ], + "Real Couple": [ + "Real Couple", + "Scene partners who are reportedly in a committed relationship in real life, at the time of production.", + ], + "Real Estate Agent": [ + "Real Estate Agent", + "Features character who is in the business of selling and renting out of buildings and land.", + ], + "Reality Porn": [ + "Reality Porn", + "Presented as real people in the real world, but often still features professional performers playing characters.", + ], + "Real Orgasm": ["Real Orgasm", "Female"], + "Rebreather Bag": [ + "Rebreather Bag", + "Air tight bag to restrict the amount of airflow, when connected to a gasmask.", + ], + "Receiver On Top": [ + "Receiver On Top", + "Any position where the receiver is on top of their partner during penetrative sex.", + ], + "Rectal Exam": ["Rectal Exam", "(medical) inspection of the Rectum"], + "Rectal Thermometer": [ + "Rectal Thermometer", + "Insertion or use of a rectal thermometer on a performer, most common in BDSM scenes.", + ], + "Red Bottom": ["Red Bottom", "Scenes"], + "Red Hair": ["Red Hair", "Performers with reddish/orangeish hair colors."], + "Red Hair (Female)": [ + "Red Hair (Female)", + "Female performers with reddish/orangeish hair colors.", + ], + "Red Hair (Male)": [ + "Red Hair (Male)", + "Male performers with reddish/orangeish hair colors.", + ], + Redistribution: [ + "Redistribution", + "Scenes cross-posted from a different network.", + ], + "Red Lipstick": [ + "Red Lipstick", + "Features a performer wearing red lipstick.", + ], + Relaxed: ["Relaxed", "Performer is calm and not anxious or worried."], + Religious: ["Religious", "One"], + Reluctance: [ + "Reluctance", + "Features at least one character who does not want to be involved in the action at first.", + ], + Remaster: [ + "Remaster", + "Scenes re-released with a higher level of visual fidelity, most often resolution.", + ], + "Render Unconscious": [ + "Render Unconscious", + "Make a person unconscious with force, drugs, or other means.", + ], + Reporter: ["Reporter", "An"], + "Re-release": [ + "Re-release", + "Scenes released by the same studio/network again with a unique link and often other changes.", + ], + Restaurant: [ + "Restaurant", + "At least some of the action takes place in a restaurant.", + ], + Restraints: [ + "Restraints", + "Various objects and devices that restrict a performer's movement.", + ], + "Retro Styling": [ + "Retro Styling", + "Costumes, props, etc. inspired by an older time period than when the scene was made.", + ], + "Revealing Clothes": [ + "Revealing Clothes", + 'Any clothes that would be considered "sexy" often used by a woman to show off her body and/or sexuality.', + ], + Revenge: [ + "Revenge", + "Exacting revenge for some perceived slight or injustice, typically through some sexual act.", + ], + "Reverse Bangbus": [ + "Reverse Bangbus", + "Female performer is driven around to pick up various male performers from the street to perform with", + ], + "Reverse Blowbang": [ + "Reverse Blowbang", + "Multiple performers give a blowjob to a single penis", + ], + "Reverse Cowgirl": [ + "Reverse Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, while facing away from each other.", + ], + "Reverse Cowgirl Blowjob": [ + "Reverse Cowgirl Blowjob", + "Position where one performer kneels above another performer during penetrative sex, while giving a blowjob to a third performer", + ], + "Reverse Cowgirl (DAP)": [ + "Reverse Cowgirl (DAP)", + "Reverse Cowgirl position during Double Anal Penetration", + ], + "Reverse Cowgirl (DP)": ["Reverse Cowgirl (DP)", "Position"], + "Reverse Cowgirl (DVP)": [ + "Reverse Cowgirl (DVP)", + "Reverse Cowgirl position during Double Vaginal Penetration", + ], + "Reverse Cowgirl - POV": [ + "Reverse Cowgirl - POV", + "From the perspective of the person below, with the person on top facing away the observer during penetrative sex", + ], + "Reverse Doggy Style": [ + "Reverse Doggy Style", + "Penetrative sex with performers on their knees while facing away from each other.", + ], + "Reverse Footjob": [ + "Reverse Footjob", + "Using feet to pleasure another performer's penis while facing away from the receiver", + ], + "Reverse Gangbang": [ + "Reverse Gangbang", + "Exactly one male performer with at least four female performers, at the same time.", + ], + "Reverse Missionary": [ + "Reverse Missionary", + "Position where one performer penetrates another from above, while lying head-to-toe instead of face-to-face", + ], + "Reverse Piledriver": ["Reverse Piledriver", "Penetrative"], + "Reverse Prayer Bondage": [ + "Reverse Prayer Bondage", + "Arms tied behind the back so that the palms of the hands are touching in a prayer position.", + ], + "Reverse Riding": [ + "Reverse Riding", + "Receiving performer on top and thrusting for penetration, facing away from the penetrating partner", + ], + Ribbon: [ + "Ribbon", + "A long, narrow strip of material, used primarily as decorative binding and tying.", + ], + Riding: [ + "Riding", + "Receiving performer on top and thrusting for penetration.", + ], + Rigger: ["Rigger", "Performer who ties up the other performer(s)."], + Rigging: ["Rigging", "The performer is tied up during the scene."], + "Right Angle": ["Right Angle", ""], + "Rigid Metal Harness": [ + "Rigid Metal Harness", + "A harness made from rigid metal bars and plates.", + ], + Rimming: ["Rimming", "Orally pleasuring another performer's anus."], + "Rimming During Blowjob": [ + "Rimming During Blowjob", + "One performer rimming while another gives a blowjob.", + ], + "Rimming During Sex": [ + "Rimming During Sex", + "One performer rimming during sexual intercourse.", + ], + "Rimming Her": [ + "Rimming Her", + "Orally pleasuring the female performer's anus.", + ], + "Rimming Him": [ + "Rimming Him", + "Orally pleasuring the male performer's anus.", + ], + "Rimming Instruction": [ + "Rimming Instruction", + "Performer speaks directly to the viewer, telling them to rim their asshole.", + ], + "Rimming (Lesbian)": [ + "Rimming (Lesbian)", + "Female performer orally pleasuring another female performer's anus.", + ], + "Ring Gag": [ + "Ring Gag", + "Ring-shaped gag inserted into a performer's mouth.", + ], + "Ring Light": [ + "Ring Light", + "Scene is lit primarily by a ring light around the camera lens, which gives it a distinctive frontal lighting pattern.", + ], + Rings: ["Rings", "A performer wearing one or more rings during the scene."], + Ripped: [ + "Ripped", + "Any clothing that has been torn. ripped or damaged, before or during the scene.", + ], + "Ripped Pantyhose": [ + "Ripped Pantyhose", + "Pantyhose with intentional tears or holes.", + ], + "Ripping Clothes": [ + "Ripping Clothes", + "Performer's clothing is torn. ripped, cut off or damaged during the scene.", + ], + "Ritual Sex": [ + "Ritual Sex", + "A religious, spiritual, symbolic, or magickal ritual incorporating sex acts.", + ], + Roadhead: ["Roadhead", "Blowjob in car"], + Robe: [ + "Robe", + "A loose garment (such as a bathrobe) for informal wear especially at home.", + ], + Robot: ["Robot", "A scene in which one or more actors roleplays as a robot."], + Rockabilly: [ + "Rockabilly", + "Character who is presented with a retro 1950s aesthetic with a punk rock edge.", + ], + Rocks: [ + "Rocks", + "At least some of the action takes place on rocks or boulders.", + ], + Roleplay: [ + "Roleplay", + "Characters (not performers) playing a character within the scene, pretending to be something they're not.", + ], + Romance: [ + "Romance", + "Scenes featuring some combination of love, sweetness, and emotion.", + ], + Romanian: ["Romanian", "Scene features Romanian performer(s)"], + Romper: [ + "Romper", + "One-piece or two-piece combination of shorts and a shirt.", + ], + Roommates: [ + "Roommates", + "Characters who are living with their scene partner, but are not in a committed relationship with each other.", + ], + "Rope Harness": ["Rope Harness", "A tied harness."], + Rough: [ + "Rough", + "Features action with a significant amount of physicality, often including hair pulling, slapping, and choking.", + ], + "Rubber Boots": ["Rubber Boots", "Waterproof Rubber Boots"], + Rubbercock: [ + "Rubbercock", + "Latex sleeve worn on the penis as accessory. Unlike a condom it doesn't need to be watertight.", + ], + Rubbing: [ + "Rubbing", + "To move (something) back and forth or to move against something else with pressure.", + ], + "Rubbing Cock on Face": [ + "Rubbing Cock on Face", + "When a performer rubs their penis against another performers face", + ], + "Ruffle Skirt": [ + "Ruffle Skirt", + "Skirt with a frilled wavy edge, typically layered.", + ], + "Ruffle Socks": ["Ruffle Socks", "Socks with a frilled edge across the top."], + "Ruined Cumshot": [ + "Ruined Cumshot", + "Ruined orgasm of a performer's penis, with an unsatisfying ejaculation after stimulation is stopped.", + ], + "Ruined Orgasm": [ + "Ruined Orgasm", + "Stopping all stimulation of someone just as they reach orgasm.", + ], + "Ruined Orgasm Instruction": [ + "Ruined Orgasm Instruction", + "Viewer is told to ruin their orgasm.", + ], + "Rule 34": [ + "Rule 34", + "The concept of normally non-erotic subjects engaging in sexual activity.", + ], + "Running Makeup": [ + "Running Makeup", + "Makeup streaming down a performer's face, typically due to crying.", + ], + Russian: ["Russian", "Scene features Russian performer(s)."], + "Russian Language": [ + "Russian Language", + "Scene shows performer(s) speaking Russian.", + ], + "Sacral Dimples": [ + "Sacral Dimples", + "Single depression on the lower back, at the end of the spine", + ], + Sadism: ["Sadism", "Finding pleasure in being cruel to a submissive."], + Safewording: [ + "Safewording", + "Performer uses a prearranged word or signal to end or pause a BDSM scene.", + ], + "Sagging Tits": [ + "Sagging Tits", + "breasts that sit lower on the chest, the nipple may point downwards, and the top of the breast may not be as full.", + ], + Salesman: [ + "Salesman", + "Features character who sell products to potential customers, especially by visiting or door-to-door sales.", + ], + Sandals: ["Sandals", "Sandals"], + Sarong: [ + "Sarong", + "A length of cloth that is wrapped around the waist and tied, worn by women as a skirt.", + ], + Satin: [ + "Satin", + "Fabric that is glossy and smooth. Used for clothing items such as blouses or scarfs.", + ], + "Saudi Arabian": [ + "Saudi Arabian", + "Scene features Saudi Arabian performer(s)", + ], + Sauna: [ + "Sauna", + "At least some of the action takes place in a heated sauna.", + ], + Scandinavian: ["Scandinavian", "Scene features Scandinavian performer(s)"], + Scars: ["Scars", "At least one performer has a visible scar"], + Scarves: [ + "Scarves", + "A long and narrow fabric typically wrapped around the neck.", + ], + Scat: ["Scat", "Scenes involving defecation or sexual activity with feces"], + School: [ + "School", + "At least some of the action takes place in some sort of academic institution.", + ], + Schoolgirl: [ + "Schoolgirl", + "Female character currently (or were very recently) attending a secondary school or high school.", + ], + "Schoolgirl Outfit": [ + "Schoolgirl Outfit", + "Clothes typically worn by a schoolgirl.", + ], + "School Swimsuit": [ + "School Swimsuit", + "A traditional Japanese school-issued one-piece swimsuit.", + ], + Scientist: [ + "Scientist", + "A researcher of sciences, typically depicted by wearing a lab coat.", + ], + "Sci-fi": [ + "Sci-fi", + "Features various elements relating to the science fiction genre, often including futuristic technology.", + ], + Scissoring: [ + "Scissoring", + "Performers rub their vulvas together with legs interlocked.", + ], + Scolding: ["Scolding", "An angry rebuke or reprimand"], + "Scold's Bridle": [ + "Scold's Bridle", + "A medieval metal muzzle with a bit which slides into the mouth and presses down the tongue.", + ], + "Scold's Mask": [ + "Scold's Mask", + "A leather muzzle with a stuff gag inside which is made based on Scold's Bridle.", + ], + Scottish: ["Scottish", "Scene features Scottish performer(s)"], + "Scottish Accent": [ + "Scottish Accent", + "Speaks with an accent native to Scotland.", + ], + "Screaming Orgasm": [ + "Screaming Orgasm", + "Particularly loud vocalizations during orgasm.", + ], + Scrubs: ["Scrubs", "Loose,"], + "Scrunch Bikini": [ + "Scrunch Bikini", + "Scrunch Bikini has a piece of high performance elastic sewn down the entire center back", + ], + Scrunchy: [ + "Scrunchy", + "A fabric-covered elastic hair tie used to fasten medium to long hair types.", + ], + "SD Only": [ + "SD Only", + "Scene was released only in resolutions lower than 720p HD.", + ], + Secretary: [ + "Secretary", + "Character working as a professional assistant to a scene partner.", + ], + "Security Guard": [ + "Security Guard", + "Character hired to protect their employer's assets.", + ], + Seducer: ["Seducer", "Male character initiates the sexual encounter."], + Seductress: [ + "Seductress", + "Female character initiates the sexual encounter.", + ], + "See-Through Bra": ["See-Through Bra", "Nipples visible through bra"], + "See-through Panties": [ + "See-through Panties", + "Panties through which genitals are reasonably visible while wearing.", + ], + "See-through Shirt": [ + "See-through Shirt", + "Shirt that is at least somewhat transparent.", + ], + "Self Anal Fingering": [ + "Self Anal Fingering", + "Digitally penetrating their own anus.", + ], + "Self Anal Fingering During Sex": [ + "Self Anal Fingering During Sex", + "Character digitally penetrating their own anus during intercourse.", + ], + "Self-bondage": ["Self-bondage", "Use of restraints on oneself"], + "Self Cum Eating": [ + "Self Cum Eating", + "Performer eats their own cum, whether solo or with other Performer(s).", + ], + "Self-degradation": [ + "Self-degradation", + "Performer says or does things that are degrading to them.", + ], + "Self Facial": [ + "Self Facial", + "A performer visibly ejaculating onto their own face.", + ], + "Self Fisting": [ + "Self Fisting", + "Inserting an entire hand into a performer's own vagina.", + ], + "Self Gagging": [ + "Self Gagging", + "Any instance of using their hand or another object to induce themselves to gag or vomit.", + ], + Selfies: [ + "Selfies", + "Taking a photograph of oneself, typically with a smartphone.", + ], + "Self Nipple Licking": [ + "Self Nipple Licking", + "Performer orally pleasures their own nipple(s)", + ], + "Self Pussy Fingering": [ + "Self Pussy Fingering", + "Digitally penetrating their own vagina.", + ], + "Self Pussy Fingering During Sex": [ + "Self Pussy Fingering During Sex", + "Character digitally penetrating their own vagina during intercourse", + ], + "Self Shot": [ + "Self Shot", + "Scenes presented as characters filming themselves.", + ], + "Self-sucking": [ + "Self-sucking", + "Scenes featuring at least one performer orally pleasuring themselves.", + ], + "Self Toe Sucking": ["Self Toe Sucking", "Performer sucked their own toes."], + "Sensory Deprivation": [ + "Sensory Deprivation", + "Depriving a character of at least one of their senses during the action, usually vision.", + ], + "Sensual Domination": [ + "Sensual Domination", + "Gentler form of domination that focuses on pleasure instead of pain or punishment.", + ], + Sepia: ["Sepia", "Orange looking filter"], + Serbian: ["Serbian", "Scene features Serbian performer(s)"], + Series: [ + "Series", + "Scenes that are part of a multi-part series, whether it features a continuing narrative or not.", + ], + Servant: [ + "Servant", + "Character who provides a service or performs duties for others", + ], + Sevensome: [ + "Sevensome", + "Exactly seven performers at the same time, regardless of gender combination.", + ], + "Sevensome (BBBBBBG)": [ + "Sevensome (BBBBBBG)", + "Exactly six male performers and one female performer, at the same time.", + ], + "Sevensome (BBBBBGG)": [ + "Sevensome (BBBBBGG)", + "Exactly five male performers and two female performers, at the same time.", + ], + "Sex Doll": [ + "Sex Doll", + "A sex toy in the shape of a full human body (with arms, hands, legs, feet, and head)", + ], + "Sex Fight": [ + "Sex Fight", + "Physical competition between performers with the goal of forcing their opponent to achieve orgasm.", + ], + "Sex for Money": [ + "Sex for Money", + "Character getting paid for the sexual encounter with their scene partner.", + ], + "Sex Game": [ + "Sex Game", + "Participants play a game involving sex acts or sexual forfeits.", + ], + "Sex in Air": [ + "Sex in Air", + "Sex act when one of the performers is not touching any surface", + ], + "Sex in the Water": [ + "Sex in the Water", + "At least some of the action takes place in the water.", + ], + "Sex Swing": [ + "Sex Swing", + "At least some of the action takes place on a swing.", + ], + Sextape: [ + "Sextape", + "Shot primarily through long uninterrupted cuts from handheld or stationary cameras, often relatively low-budget.", + ], + Sexting: ["Sexting", "Features"], + "Sexual Favor": ["Sexual Favor", "Doing a favor in exchange for sex."], + "Sexual Harassment": ["Sexual Harassment", "Features"], + Shackle: ["Shackle", "Restraints that encircle the ankles and/or the wrists"], + "Shaking Orgasm": [ + "Shaking Orgasm", + "Body visibly trembles during orgasm, often with a shaking leg.", + ], + Shaved: ["Shaved", "Generic term for all shaved tags."], + "Shaved Armpits": [ + "Shaved Armpits", + "Videos featuring performers who have shaved their armpit hair completely.", + ], + "Shaved Arms": [ + "Shaved Arms", + "Performers with very little hair on their arms.", + ], + "Shaved Asshole": [ + "Shaved Asshole", + "Male performers with very little hair around their anus", + ], + "Shaved Chest": [ + "Shaved Chest", + "Male performer with very little chest hair", + ], + "Shaved Head": [ + "Shaved Head", + "Hair that has been shaved or buzzed very close to the scalp.", + ], + Shaving: ["Shaving", "Performer is shown shaving their pubic hair."], + Shawl: [ + "Shawl", + "A long and wide fabric typically draped across the shoulders.", + ], + Shibari: [ + "Shibari", + "Bondage involving the use of rope to restrict movement, wrap, bind or tie a performer.", + ], + "Shiny Clothing": [ + "Shiny Clothing", + "Features a performer wearing shiny clothing", + ], + Shocker: [ + "Shocker", + "Female penetrated by two fingers vaginally and an unexpected finger anally.", + ], + "Shoe Dildo": [ + "Shoe Dildo", + "Dildo worn on a performers shoes or boots to be used on or by another performer.", + ], + "Shoe Fetish": ["Shoe Fetish", "Significant focus on a performer's shoes."], + Shoejob: [ + "Shoejob", + "Using shoe covered feet to pleasure another performer's penis.", + ], + Shoes: [ + "Shoes", + "Features at least one character who is wearing shoes during the scene.", + ], + "Shoe Smelling": [ + "Shoe Smelling", + "Features the act of smelling a performer's shoe or shoes.", + ], + "Shoes Removal": [ + "Shoes Removal", + "The act of taking off or removing shoes from feet.", + ], + "Shoe Worship": [ + "Shoe Worship", + "Focused on physically appreciating another performer's shoe with hands or mouth.", + ], + "Short Dress": ["Short Dress", "A dress that ends above the knees"], + "Short Hair": [ + "Short Hair", + "Hair that is only long enough to frame the face, at most.", + ], + "Short Hair (Female)": [ + "Short Hair (Female)", + "Female performers with hair that is only long enough to frame the face, at most.", + ], + "Short Hair (Male)": [ + "Short Hair (Male)", + "Male performers with hair that is only long enough to frame the face, at most.", + ], + "Short Man": [ + "Short Man", + "Male performer with a height shorter than 5'7'' (170 cm)", + ], + Shorts: ["Shorts", "A"], + "Short Skirt": ["Short Skirt", "A skirt that ends above the knees"], + "Short Sleeves": ["Short Sleeves", "Any clothing with short sleeves."], + "Short Woman": [ + "Short Woman", + "Female performer with a height taller than 5'1'' (155 cm) and shorter than 5'5'' (165 cm)", + ], + "Shoulder Harness": [ + "Shoulder Harness", + "A harness on the performer's shoulder.", + ], + Shower: ["Shower", "At least some of the action takes place in a shower."], + "Shower Head": [ + "Shower Head", + "Using the strong water flow to pleasure a performer.", + ], + "Shrinking Fetish": [ + "Shrinking Fetish", + "Roleplay in which a character shrinks down in size", + ], + Shy: [ + "Shy", + "Character who presents as some combination of awkward, nervous, and self-conscious.", + ], + Sideblouse: [ + "Sideblouse", + "Voyeuristic image of the side view of a person's blouse, usually point of view at same height as the cleavage.", + ], + Sideboob: [ + "Sideboob", + "The outer curve of a breast when revealed by clothing cut low under the arms", + ], + "Side-by-Side": [ + "Side-by-Side", + "Sexual position; two (or more) performers lying on their side, facing their partner(s).", + ], + "Side Cowgirl": [ + "Side Cowgirl", + "Position where one performer kneels above another performer during penetrative sex, with both legs facing the same side", + ], + Sidecut: [ + "Sidecut", + "Performer has a hair style that features a shaved section on one side.", + ], + "Side Fuck": [ + "Side Fuck", + "Position where standing/kneeling performer penetrates a receiver who is lying on their side", + ], + "Side Fuck Blowjob": [ + "Side Fuck Blowjob", + "Position where standing/kneeling performer penetrates a receiver who is lying on their side that is orally pleasuring a penis.", + ], + "Side Fuck (DP)": [ + "Side Fuck (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while she is laying on her side", + ], + "Side Fuck - POV": [ + "Side Fuck - POV", + "Point Of View of the performer who penetrates a receiver who is lying on their side", + ], + "Side Shot": ["Side Shot", "Performer is seen from its side"], + "Side Winder": ["Side Winder", "Modified"], + Silhouette: [ + "Silhouette", + "Use of backlight to cast shadows or obscure details of the shot.", + ], + Silk: ["Silk", "Clothing made out of silk, usually robes and underwear"], + Silverware: ["Silverware", ""], + "Simulated Sex": [ + "Simulated Sex", + "Performers acting out sexual stimulation or being sexually stimulated without any actual stimulation", + ], + "Simultaneous Orgasm": [ + "Simultaneous Orgasm", + "Current scene partners reach orgasm at the same time.", + ], + "Simultaneous Penetration": [ + "Simultaneous Penetration", + "When two performers penetrate each other at the same time", + ], + "Single-tailed Whip": [ + "Single-tailed Whip", + "Whip that does not split into multiple tails at the end.", + ], + Sissification: ["Sissification", "Male performer taking on a feminine role"], + Sister: ["Sister", "Character is biological sister to scene partner"], + "Sister In Law": [ + "Sister In Law", + "Female character presented as sister-in-law to a scene partner", + ], + "Sister Swapping": ["Sister Swapping", "Exchanging"], + Sitting: [ + "Sitting", + "Performer is in a resting position with their weight supported by the butt on a horizontal surface.", + ], + Sixsome: [ + "Sixsome", + "Exactly six performers at the same time, regardless of gender combination.", + ], + "Sixsome (BBBBBG)": [ + "Sixsome (BBBBBG)", + "Exactly five male performers and one female performer, at the same time.", + ], + "Sixsome (BBBBGG)": [ + "Sixsome (BBBBGG)", + "Exactly four male performers and two female performers, at the same time.", + ], + "Sixsome (BBBGGG)": [ + "Sixsome (BBBGGG)", + "Exactly three male performers and three female performers, at the same time.", + ], + "Sixsome (Lesbian)": [ + "Sixsome (Lesbian)", + "Exactly six female performers, at the same time.", + ], + "Size Comparison": ["Size Comparison", "Comparing the size of two penises."], + "Size Difference": [ + "Size Difference", + "Focuses on a significant size difference between performers, regardless of who's receiving.", + ], + Skinny: [ + "Skinny", + "Performers with extremely slim figures, usually where the ribcage and/or hips are easily visible through the skin.", + ], + Skirt: [ + "Skirt", + "Open garment of various sizes that covers the legs, but not attached to a dress.", + ], + "Skirt and Blouse": [ + "Skirt and Blouse", + "Scenes in which a performer wears both a skirt and blouse.", + ], + "Skirt Suit": [ + "Skirt Suit", + "A women's suit consisting of a jacket and a matching skirt.", + ], + Slapper: ["Slapper", "Small handheld straps used to strike a performer."], + Slapping: ["Slapping", "Performer is slapped across the face."], + Slave: [ + "Slave", + "Submissive character who is presented as property of their dominant.", + ], + "Slave Tasks": [ + "Slave Tasks", + "Performer in scene gives submissive tasks for the viewer to do for them.", + ], + Sleeping: [ + "Sleeping", + "Features at least one character sleeping for a time.", + ], + Slim: ["Slim", "Relatively slim figures."], + "Sling Bikini": ["Sling Bikini", "One-peice"], + Slink: [ + "Slink", + "A custom handmade tapered anal dildo made by SquarePegToys.", + ], + Slippers: [ + "Slippers", + "Slippers are light footwear that are easy to put on and off and are intended to be worn indoors, particularly at home.", + ], + "Sloppy Blowjob": ["Sloppy Blowjob", "Sloppy blowjobs with lots of spit."], + "Sloppy Seconds": [ + "Sloppy Seconds", + "Entering an orifice into which someone else has just ejaculated.", + ], + Slovakian: ["Slovakian", "Scene features Slovakian performer(s)"], + Slovenian: ["Slovenian", "Scene features Slovenian performer(s)"], + "Slow Mo": ["Slow Mo", "A shot in which time appears to be slowed down."], + Slutty: [ + "Slutty", + "Character who is presented as some combination of promiscuous, adventurous, and unashamed.", + ], + "Small Areolas": [ + "Small Areolas", + "Proportionally small compared to the size of the breast.", + ], + "Small Ass": [ + "Small Ass", + "Proportionally small butt compared to the size of the performer.", + ], + "Small Cumshot": [ + "Small Cumshot", + "Visibly ejaculating an unusually small amount of semen.", + ], + "Small Dick": [ + "Small Dick", + "Performers with small penises, compared to the general public.", + ], + "Small Nipples": [ + "Small Nipples", + "Nipples that are small in proportion to rest of the breast.", + ], + "Small Penis Humiliation": [ + "Small Penis Humiliation", + "Humiliation of a viewer's or performer's small penis", + ], + "Small Tits": [ + "Small Tits", + "Proportionally small compared to the size of the performer, typically around A - B cups.", + ], + Smart: [ + "Smart", + "At least one performer in the scene is implied to be intelligent.", + ], + "Smeared Lipstick": [ + "Smeared Lipstick", + "Smeared lipstick from aggressive kissing/oral", + ], + "Smell Fetish": [ + "Smell Fetish", + "Significant focus on the smell of a performer or their worn clothing.", + ], + Smiling: [ + "Smiling", + "Performer(s) are predominately or noticably smiling throughout", + ], + "Smoking Fetish": ["Smoking Fetish", "Performer is shown smoking."], + "Smooth Legs": [ + "Smooth Legs", + "Performers with very little hair on their legs.", + ], + "Smooth Man": ["Smooth Man", "Male performer with very little body hair"], + "Smooth Soles": [ + "Smooth Soles", + "A performer in the scene is displaying their soles which are smooth (not wrinkled)", + ], + Smotherbox: [ + "Smotherbox", + "A specially designed seat with a hole, designed for one performer to smother another", + ], + Smothering: [ + "Smothering", + "A performer prevents another performer from breathing by using their body.", + ], + Sneakers: ["Sneakers", "Casual, athletic shoes"], + Sneaky: [ + "Sneaky", + "Shows at least one character worried about being caught doing something naughty.", + ], + "Sniff Dildo": [ + "Sniff Dildo", + "Dildo with holes, which is connected to a mask, forcing the mask's wearer to smell the dildo's position", + ], + Sniffing: ["Sniffing", "The drawing in air audibly through the nose."], + "Snow Bunnny": ["Snow Bunnny", "Typically"], + Soap: ["Soap", "Product used for cleaning and or lubricating."], + Soapland: ["Soapland", "A Japanese bathhouse that provides sexual services."], + Sockjob: [ + "Sockjob", + "Using sock covered feet to pleasure another performer's penis.", + ], + Socks: [ + "Socks", + "Foot coverings of various lengths that are not made of sheer material and do not require garters.", + ], + "Socks and Shoes": ["Socks and Shoes", ""], + "Sock Smelling": [ + "Sock Smelling", + "Features the act of smelling a performer's sock or socks.", + ], + "Socks Removal": [ + "Socks Removal", + "The act of taking off or removing socks from feet.", + ], + Softcore: ["Softcore", ""], + "Soft Glow": [ + "Soft Glow", + 'Video effect which gives footage a dream-like appearance, similar to a light Gaussian blur filter; "Vaseline on camera lens"', + ], + "Sole Anal Scene": [ + "Sole Anal Scene", + "Performer's first and only scene receiving anal sex.", + ], + Soles: [ + "Soles", + "Features a prominent view of the soles of a performer's feet", + ], + Solo: ["Solo", "Exactly one performer and nobody else."], + "Solo Female": [ + "Solo Female", + "Exactly one female performer and nobody else.", + ], + "Solo Male": ["Solo Male", "Exactly one male performer and nobody else."], + "Solo Trans": [ + "Solo Trans", + "Exactly one transexual performer and nobody else.", + ], + Son: ["Son", "Character is biological son to scene partner."], + Sounding: ["Sounding", "Penetrating a performer's urethra with a thin rod."], + "South Asian Man": [ + "South Asian Man", + "Male performers with broadly South Asian racial backgrounds, particularly Indian, Pakistani, Sri Lankan, etc.", + ], + "South Asian Woman": [ + "South Asian Woman", + "Female performers with broadly South Asian racial backgrounds, particularly Indian, Pakistani, Sri Lankan, etc.", + ], + "Space Buns": [ + "Space Buns", + "Hairstyle characterised by two equal-sized buns either side of the head", + ], + Spandex: ["Spandex", "Very elastic synthetic fiber"], + Spanish: ["Spanish", "Scene features Spanish performer(s)"], + "Spanish Language": [ + "Spanish Language", + "Scene shows performer(s) speaking Spanish.", + ], + Spanking: [ + "Spanking", + "Forcefully slapping a performer's backside for a time while performing no other significant actions.", + ], + "Spatial Audio": ["Spatial Audio", "FB360 8-channel Spatial Audio"], + Speculum: [ + "Speculum", + "Inserting a speculum into an orifice (vagina or anus), to view the inside of the cavity and/or insert objects or liquids", + ], + Speedo: ["Speedo", "Briefs style of male swimsuit"], + "Spider Gag": [ + "Spider Gag", + "A ring gag with a number of curved projections to prevent it from turning in the wearer's mouth or genitals.", + ], + "Spiked Chastity": [ + "Spiked Chastity", + "A chastity cage or penis ring with inward pointing spikes, intended to make erections painful.", + ], + "Spiked Cockring": [ + "Spiked Cockring", + "Cockring with inner spikes that are pushed into the skin of the male shaft", + ], + "Spit As Lube": [ + "Spit As Lube", + "Saliva acting as lube during penetration or a hand job", + ], + "Spit in Mouth": [ + "Spit in Mouth", + "A performer spits in the mouth of another performer.", + ], + "Spit Play": ["Spit Play", "Playing with saliva, often by rubbing it in."], + "Spit Roast": [ + "Spit Roast", + "Penetrative sex in a doggy position while orally pleasuring a penis.", + ], + "Spits Cum Out": [ + "Spits Cum Out", + "Spitting semen out of the mouth, instead of swallowing.", + ], + Spitting: [ + "Spitting", + "Features a significant amount of saliva expelled from the mouth.", + ], + Split: [ + "Split", + "Performing a split, in which the legs are in line with each other and extended in opposite directions.", + ], + "Split Creampie": [ + "Split Creampie", + "A male performer visibly ejaculating inside two (or more) performers during the same orgasm.", + ], + "Split Leaning Forward": [ + "Split Leaning Forward", + "Performing a split while at the same time leaning forwards with the torso, perpendicularly to the line of the legs", + ], + "Split Screen": [ + "Split Screen", + "Shows multiple camera angles at the same time.", + ], + "Split Tongue": [ + "Split Tongue", + "Performer has a tongue which has been surgically split down the middle.", + ], + Sploshing: [ + "Sploshing", + "Features the act of covering a performer with food or similar substances, excluding bodily fluids.", + ], + Sponge: ["Sponge", "Using a sponge to apply water onto a performer."], + Spooning: [ + "Spooning", + "Penetrative sex with performers lying on one side without facing each other.", + ], + "Spooning Blowjob": [ + "Spooning Blowjob", + "Penetrative sex with performers lying on one side without facing each other while pleasing another performer orally", + ], + Sports: [ + "Sports", + "Features characters involved in various sports, either by playing or watching.", + ], + "Sports Bra": [ + "Sports Bra", + "A bra that provides support to the breasts during physical exercise.", + ], + "Sports Jersey": [ + "Sports Jersey", + "Loose fitting shirt that typically represents affiliation to a sports team.", + ], + Sportswear: [ + "Sportswear", + "Clothes intended to be worn while playing sports or exercising.", + ], + "Spread Arms": ["Spread Arms", "Spreading arms apart."], + "Spread Ass": ["Spread Ass", "Spreading ass cheeks apart."], + "Spreader Bar": [ + "Spreader Bar", + "Bondage equipment, attached to wrists, ankles or knees to hold them apart", + ], + Spreaders: [ + "Spreaders", + "Various devices used to spread open a performer's vagina.", + ], + "Spread Legs": ["Spread Legs", "Spreading legs apart."], + "Spread Pussy": ["Spread Pussy", "Spreading labia apart."], + "Spring Break": ["Spring Break", "Takes place on or around Spring Break."], + Squatting: [ + "Squatting", + "Position where the weight of the body is on the feet but the knees and hips are bent.", + ], + "Squatting Cowgirl": [ + "Squatting Cowgirl", + "Position where one performer crouch above another performer during penetrative sex, while facing each other.", + ], + "Squatting Reverse Cowgirl": [ + "Squatting Reverse Cowgirl", + "Position where one performer crouches above another performer during penetrative sex, while facing away from each other.", + ], + Squirting: [ + "Squirting", + "Forcefully expressing ejaculate from the vulva during an orgasm.", + ], + "Squirting Dildo": [ + "Squirting Dildo", + "Dildo that can squirt a cum-like lubricant", + ], + "Squirting Facial": [ + "Squirting Facial", + "Forcefully expressing ejaculate from the vulva during an orgasm onto another performer's face.", + ], + "Squirting on Mouth": ["Squirting on Mouth", ""], + "Squirting Strap-on": [ + "Squirting Strap-on", + "Strap-on that can squirt a cum-like lubricant", + ], + Stairs: [ + "Stairs", + "At least some of the action takes place on stairs or steps.", + ], + Stalker: [ + "Stalker", + "Character who is creepily obsessed with a scene partner, often following or spying on them.", + ], + "Stand and Carry": [ + "Stand and Carry", + "Penetrative sex while standing up, lifting the receiver.", + ], + "Stand and Carry (DAP)": [ + "Stand and Carry (DAP)", + "Anal penetrative sex from two performers simultaneously while being carried by the givers", + ], + "Stand and Carry (DP)": [ + "Stand and Carry (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while being carried by the givers", + ], + "Stand and Carry (DVP)": [ + "Stand and Carry (DVP)", + "A female performer having double vaginal penetrative sex while being carried by the givers", + ], + "Standing 69": [ + "Standing 69", + "Carrying another performer upside down, so they can both give and receive oral sex.", + ], + "Standing Backbend": [ + "Standing Backbend", + "Bending backwards to form a vertical bridge-like posture with only the feet planted.", + ], + "Standing Blowjob": [ + "Standing Blowjob", + "A performer orally pleasuring a penis in a kneeling position, while the other performer is in a standing position", + ], + "Standing Cradle": [ + "Standing Cradle", + "Receiving woman is held off the ground in the reverse cowgirl position.", + ], + "Standing Doggy Style": [ + "Standing Doggy Style", + "Penetrative sex while standing up, from behind.", + ], + "Standing Masturbation": [ + "Standing Masturbation", + "At least one performer masturbates while in the standing position.", + ], + "Standing Missionary": [ + "Standing Missionary", + "Penetrative sex while standing up, from the front.", + ], + "Standing Pussy Licking": [ + "Standing Pussy Licking", + "A performer orally pleasuring a vulva in a kneeling position, while the other performer is in a standing position.", + ], + "Standing Sex": ["Standing Sex", "Penetrative sex while standing up."], + "Standing Sex (DP)": [ + "Standing Sex (DP)", + "A female performer having vaginal and anal penetrative sex simultaneously while standing up", + ], + "Standing Spreadeagle": [ + "Standing Spreadeagle", + "Spreaded legs and arms in a standing position.", + ], + "Steak & Blowjob Day": [ + "Steak & Blowjob Day", + "Takes place on or around Steak and Blowjob Day, a response to Valentine's Day held one month later.", + ], + Stealing: [ + "Stealing", + "Features a character stealing something, often getting caught afterwards.", + ], + "Stealthing Roleplay": [ + "Stealthing Roleplay", + "Non-consensual removal of a condom after starting with one.", + ], + Steampunk: ["Steampunk", "A"], + "Step Aunt": [ + "Step Aunt", + "Female character presented as a non-biological aunt to a scene partner, whether that relationship is recent or not.", + ], + "Step Brother": [ + "Step Brother", + "Male character presented as a non-biological brother to a scene partner, whether that relationship is recent or not.", + ], + "Step Cousin": [ + "Step Cousin", + "Character(s) presented as a non-biological cousin to a scene partner, whether that relationship is recent or not.", + ], + "Step Dad": [ + "Step Dad", + "Male character presented as a non-biological father to a scene partner, whether that relationship is recent or not.", + ], + "Step Daughter": [ + "Step Daughter", + "Female character presented as a non-biological daughter to a scene partner, whether that relationship is recent or not.", + ], + "Step Granddaughter": [ + "Step Granddaughter", + "Female character presented as a non-biological granddaughter to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandmother": [ + "Step Grandmother", + "Female character presented as a non-biological grandmother to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandpa": [ + "Step Grandpa", + "Male character presented as a non-biological grandpa to a scene partner, whether that relationship is recent or not.", + ], + "Step Grandson": [ + "Step Grandson", + "Male character presented as a non-biological grandson to a scene partner, whether that relationship is recent or not.", + ], + "Step Mother": [ + "Step Mother", + "Female character presented as a non-biological mother to a scene partner, whether that relationship is recent or not.", + ], + "Step Nephew": [ + "Step Nephew", + "Male character presented as a non-biological nephew to a scene partner, whether that relationship is recent or not.", + ], + "Step Niece": [ + "Step Niece", + "Female character presented as a non-biological niece to a scene partner, whether that relationship is recent or not.", + ], + "Step Siblings": [ + "Step Siblings", + "Character presented as a non-biological sibling to a scene partner, whether that relationship is recent or not.", + ], + "Step Sister": [ + "Step Sister", + "Female character presented as a non-biological sister to a scene partner, whether that relationship is recent or not.", + ], + "Step Son": [ + "Step Son", + "Male character presented as a non-biological son to a scene partner, whether that relationship is recent or not.", + ], + "Step Uncle": [ + "Step Uncle", + "Male character presented as a non-biological uncle to a scene partner, whether that relationship is recent or not.", + ], + Stewardess: [ + "Stewardess", + "Female character who works as a flight attendant.", + ], + Stockings: [ + "Stockings", + "Sheer close-fitting leggings in two separate pieces, starting at the upper thigh and reaching down to the toes.", + ], + Stocks: [ + "Stocks", + "Large wooden restraint that often closes around a performer's wrists and head.", + ], + "Stomach Bulge": [ + "Stomach Bulge", + "A noticeable bulge created in the abdomen, visible during penetration.", + ], + "Stop and Go Instruction": [ + "Stop and Go Instruction", + "Performer instructs when to start and stop/pause an act, most often in a JOI context", + ], + Store: [ + "Store", + "At least some of the action takes place in some kind of store, shop, market, or dealership.", + ], + "St. Patrick's Day": [ + "St. Patrick's Day", + "Takes place on or around St. Patrick's Day.", + ], + Straight: [ + "Straight", + "Scenes with male and female scene partners, without action between male performers.", + ], + "Straight Hair": [ + "Straight Hair", + "Hair that would hang straight down if left loose.", + ], + "Straight Stud": [ + "Straight Stud", + "Male character involved in a gay scene who is presented as straight.", + ], + Straitjacket: [ + "Straitjacket", + "A restraint garment designed to restrict a person's movement by tightly binding their arms to their body.", + ], + "Strapless Dildo": ["Strapless Dildo", "A"], + "Strapless Top": [ + "Strapless Top", + "Top without shoulder straps, often worn as casual wear without a bra underneath.", + ], + "Strap-on": [ + "Strap-on", + "Harness worn across the hips with a dildo attached to the front.", + ], + "Strap-on and Penis (DP)": [ + "Strap-on and Penis (DP)", + "Scene contains Double Penetration with both a strap-on and a flesh and blood penis.", + ], + "Strap-on Blowjob": [ + "Strap-on Blowjob", + "Oral penetrative sex on a strapon dildo", + ], + "Strap-on (DP)": [ + "Strap-on (DP)", + "A scene with 3 women, 2 with strap-on dildos double penetrating the third.", + ], + "Strappado Bondage": ["Strappado Bondage", "Strappado"], + "Strawberry Blond Hair": [ + "Strawberry Blond Hair", + "Performers with hair colors that have both reddish and yellowish shades.", + ], + Street: [ + "Street", + "At least some of the action takes place outdoors by a street or roadway.", + ], + "Stretch Marks": ["Stretch Marks", "Colored lines or streaks on the skin"], + "String Bikini": [ + "String Bikini", + "Particularly revealing swimsuit designs consisting of little more than thin strings or straps.", + ], + "Strip Club": [ + "Strip Club", + "At least some of the action takes place in a strip club.", + ], + Stripper: [ + "Stripper", + "Character who is paid to dance at least partially nude for an audience.", + ], + "Stripper Pole": [ + "Stripper Pole", + "Tall vertical pole used by performers to spin and dance around.", + ], + "Strip Search": [ + "Strip Search", + "Performer is searched for hidden items by removing their clothes.", + ], + Striptease: [ + "Striptease", + "Features a performer taking clothes off, often before the action starts.", + ], + Struggling: ["Struggling", "Acting"], + "Stuck Sex": [ + "Stuck Sex", + "Sexual activity while a character is physically stuck somewhere by accident.", + ], + Stud: [ + "Stud", + "A young man thought to be very active sexually or regarded as a good sexual partner", + ], + Student: ["Student", "Character who is the student of a scene partner."], + Studio: [ + "Studio", + "At least some of the action takes place in an open workspace, usually dedicated to some craft or art.", + ], + "Studio Debut": [ + "Studio Debut", + "Performer's first scene for a particular network or studio.", + ], + Submission: [ + "Submission", + "Accepting or yielding to the authority of another person.", + ], + Submissive: [ + "Submissive", + "At least one performer serves as the submissive role in BDSM activities.", + ], + "Submissive Cleanup": [ + "Submissive Cleanup", + "Performer encourages or forces another participant to lick cum off someone's body, an object or a surface.", + ], + Subtitles: [ + "Subtitles", + "Captions displayed at the bottom of the screen that translate or transcribe the dialogue or narrative.", + ], + Suburbia: [ + "Suburbia", + "Set around a seemingly idyllic suburban lifestyle, often featuring housewives or white picket fences.", + ], + Succubus: ["Succubus", "Character presented as a succubus"], + "Sucking After Cumshot": [ + "Sucking After Cumshot", + "Performer continues, resumes, or commences sucking penis after ejaculation has occurred", + ], + "Suction Dildo": ["Suction Dildo", "Dildos with a suction cup base"], + "Sugar Daddy": [ + "Sugar Daddy", + "Character who is in a sexual relationship with a scene partner based on the promise of continued financial assistance.", + ], + Suit: ["Suit", "Matching suit jacket and trousers of identical textiles"], + Sultry: [ + "Sultry", + "Features strong, sexually charged glances and exchanges intended to be irresistible to at least one character.", + ], + Summer: [ + "Summer", + "Scenes that appear to take place in the summer, often by featuring hot sunny days.", + ], + Sunbathing: [ + "Sunbathing", + "Lying in the sun for some time, while at least partially undressed.", + ], + Sunburn: ["Sunburn", "Redness of the skin caused by exposure to the sun"], + Sundress: [ + "Sundress", + "Casual sleeveless dress, usually with a wide neckline and thin shoulder straps.", + ], + Sunglasses: [ + "Sunglasses", + "One or more performers wearing sunglasses for a portion of the scene, or the whole time.", + ], + Sunlit: ["Sunlit", "Scene is lit primarily by natural sunlight."], + Sunset: [ + "Sunset", + "The time in the evening when the sun disappears or daylight fades.", + ], + Superglue: ["Superglue", "A strong quick-setting adhesive."], + Superhero: [ + "Superhero", + "Character presented as a superhero, including original characters, parodies, and cosplay.", + ], + Supernatural: [ + "Supernatural", + "Features various elements relating to the manifestations or events considered to be of supernatural origin, such as ghosts.", + ], + Supervillain: [ + "Supervillain", + "Character presented as a supervillain, including original characters, parodies, and cosplay.", + ], + "Super Woman": [ + "Super Woman", + "Penetrative sex from a doggy position while the receiver's legs are lifted into the air.", + ], + "Surgical Mask": [ + "Surgical Mask", + "Oro-nasal cover worn against aerosl. Usualy disposalble and in blue or green.", + ], + "Surprise Creampie": [ + "Surprise Creampie", + "An unexpected creampie by at least one character.", + ], + "Surprise Cumshot": ["Surprise Cumshot", "When an unexpected cumshot occurs"], + Suspension: [ + "Suspension", + "Binding and lifting a performer so their weight is not naturally supported, nor supported by another performer.", + ], + "Suspension Gear": [ + "Suspension Gear", + "Pre-made items such as cuffs, harnesses and staps that can be used, but not exclusive to, the suspension of a perofmer.", + ], + "Swallowing Multiple Loads": ["Swallowing Multiple Loads", ""], + Swapping: [ + "Swapping", + "At least two pairs switch scene partners, playing either couples or family members.", + ], + Sweater: [ + "Sweater", + "A top, typically long sleeved, made of knitted or crocheted material.", + ], + "Sweat Pants": ["Sweat Pants", "Soft, casual trousers, usually in grey."], + Sweatshirt: [ + "Sweatshirt", + "Long-sleeved pullover shirt or jacket fashioned out of thick cloth material.", + ], + Sweaty: [ + "Sweaty", + "Features a significant amount of visible sweat on at least one performer.", + ], + Swedish: ["Swedish", "Scene features Swedish performer(s)"], + Swimming: [ + "Swimming", + "Scenes featuring the self-propulsion of a performer through water.", + ], + Swimsuit: [ + "Swimsuit", + "Set of clothing worn without any outerwear and intended to be used in the water.", + ], + Swing: ["Swing", "A swing not necessarily used for sex"], + Swingers: [ + "Swingers", + "Couples who have an open relationship, seeking sexual encounters together.", + ], + "Swinging Dick": [ + "Swinging Dick", + "Dick swinging/bouncing from whipping it out of pants or from any hip movement.", + ], + Swirly: ["Swirly", "Flushing someone’s head in a toilet."], + Swiss: ["Swiss", "Scene features Swiss performer(s)"], + Switch: ["Switch", "Performer(s) who can act as both the Top or Bottom"], + Swollen: ["Swollen", ""], + Sybian: [ + "Sybian", + "Vibrating saddle for a performer to sit on, often with a dildo attached.", + ], + Table: ["Table", "At least some of the action takes place on a table."], + Taboo: [ + "Taboo", + "Sexual partner considered forbidden by society, culture, religion, etc.", + ], + "Tag Team": [ + "Tag Team", + "Performers taking turns having sex with a particular performer in one sexual session", + ], + Tail: ["Tail", "Animal-like tail attached to the end of a butt plug."], + "Taking Plan B": [ + "Taking Plan B", + "A performer or their character taking an emergency contraception pill, either onscreen or planning to do so offscreen soon.", + ], + "Tall Man": [ + "Tall Man", + "Male performer with a height taller than 6' (182 cm)", + ], + "Tall Socks": [ + "Tall Socks", + "Socks that end anywhere above the ankle, from knee-high to thigh-high.", + ], + "Tall Woman": [ + "Tall Woman", + "Female performer with a height taller than 5'9'' (175 cm)", + ], + Tampon: [ + "Tampon", + "A wad of absorbent material absorb secretions (as from menstruation) or to stop bleeding.", + ], + "Tank Top": [ + "Tank Top", + "A sleeveless upper garment with shoulder straps and a low neck", + ], + "Tan Lines": [ + "Tan Lines", + "Performers with significantly visible tan lines.", + ], + "Tanned Skin": ["Tanned Skin", "Performers with lightly bronzed skin tones."], + Tantra: [ + "Tantra", + "A massage that uses sensual touch to awaken or elicit a deeper sense of consciousness.", + ], + "Tantric Practitioner": [ + "Tantric Practitioner", + "Character experienced in tantric sexual practices or tantric massage.", + ], + "Tantric Temple": [ + "Tantric Temple", + "A Tantric Temple is a space designed for practicing tantric rituals, meditation, and spiritual practices.", + ], + Tape: [ + "Tape", + "A long, narrow strip of cloth or plastic material that is often sticky on one side.", + ], + "Tape Bondage": ["Tape Bondage", "Using tape to restrain a performer."], + "Taped Fists": [ + "Taped Fists", + "The performer's clenched fists wrapped and taped.", + ], + "Tape Gag": [ + "Tape Gag", + "To be gagged or silenced with the use of duct tape, gaffer tape, medical tape etc.", + ], + Taser: ["Taser", ""], + Tasting: [ + "Tasting", + "A performer tasting or under the impression of tasting something", + ], + Tattoos: ["Tattoos", "Performers who have at least one visible tattoo."], + "Tattoos & Piercings": [ + "Tattoos & Piercings", + "Scenes in which the performer has both tattoos and piercings.", + ], + Tawse: [ + "Tawse", + "A leather strap or thong which is split into tails used for corporal punishment.", + ], + Tea2020: ["Tea2020", "Trans Erotica Awards 2020"], + "Tea Bagging": [ + "Tea Bagging", + "Lowering testicles onto another performer's face.", + ], + Teacher: ["Teacher", "Character who is the teacher of a scene partner."], + "Teaching Sex": ["Teaching Sex", "A"], + Teammates: [ + "Teammates", + "Characters who work or play on the same team as their scene partner.", + ], + Teardrop: [ + "Teardrop", + "breast shape that has a wide, round base that gently slopes upward", + ], + Tease: [ + "Tease", + "Erotic performance near the beginning of a scene, often while alone.", + ], + "Tease and Denial": [ + "Tease and Denial", + "Teasing with the intent to heighten sexual frustration.", + ], + Teddy: [ + "Teddy", + "A woman's one-piece undergarment combining a chemise and underpants, sometimes having a snap crotch.", + ], + "Teen (18–22)": [ + "Teen (18–22)", + "Character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + "Teen Boy (18–22)": [ + "Teen Boy (18–22)", + "Male character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + "Teen Girl (18–22)": [ + "Teen Girl (18–22)", + "Female character presented as very young, close to high school or college age. Implied age (of character not performer) 18–22.", + ], + Telephone: [ + "Telephone", + "The performer is using a phone, smartphone or tablet", + ], + "Temperature Play": ["Temperature Play", "A"], + Tenant: [ + "Tenant", + "Character who is living somewhere that is owned or managed by a scene partner.", + ], + "TENS Unit": ["TENS Unit", "Small"], + Tent: ["Tent", "Fabric-covered shelter, usually placed outdoors for camping"], + Tentacle: [ + "Tentacle", + "Arm-like appendage found on octopi, squid, or space aliens, often covered in suction cups.", + ], + Terrace: ["Terrace", "At least some of the action takes place on a terrace."], + "Textual Tattoo": [ + "Textual Tattoo", + "Performers featuring tattoos with written text.", + ], + Thai: ["Thai", "Scene features Thai performer(s)"], + Thanksgiving: ["Thanksgiving", "Takes place on or around Thanksgiving."], + "Theater Room": [ + "Theater Room", + "At least some of the action takes place in a theater room.", + ], + "The Pose": [ + "The Pose", + "Laying on stomach with the soles of feet raised and showing behind", + ], + Therapist: [ + "Therapist", + "Character serving as a therapist or counselor of some kind for a scene partner.", + ], + "Thick Cock": ["Thick Cock", "A penis that is notably large in girth"], + "Thick Thighs": ["Thick Thighs", "Performers with thick thighs."], + "Thigh Cuffs": ["Thigh Cuffs", "Restraints worn around the thighs."], + "Thigh Focus": [ + "Thigh Focus", + "A closeup or an emphasis on the Thigh area of the performer", + ], + "Thigh Gap": [ + "Thigh Gap", + "Space between the inner thighs of some women when standing upright with feet touching", + ], + "Thigh-high Boots": ["Thigh-high Boots", "Boots that end above the knee."], + "Thigh Highs": [ + "Thigh Highs", + "A garment for the lower body, as a stocking or boot, that reaches the thigh.", + ], + "Thigh-high Socks": [ + "Thigh-high Socks", + "Socks that end at mid-thigh or higher, similar in height to stockings.", + ], + Thighjob: ["Thighjob", "Using thighs to pleasure another performer's penis."], + "Thighjob to Completion": [ + "Thighjob to Completion", + "Performer giving a thighjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + Thong: [ + "Thong", + "Bottoms with a narrow triangular back, leaving much of the buttocks exposed.", + ], + Threesome: [ + "Threesome", + "Exactly three performers at the same time, regardless of gender combination.", + ], + "Threesome Assisted Oral": [ + "Threesome Assisted Oral", + "Third character directs head movement of other characters performing oral.", + ], + "Threesome (BBG)": [ + "Threesome (BBG)", + "Exactly two male performers and one female performer, at the same time.", + ], + "Threesome (BBT)": [ + "Threesome (BBT)", + "Exactly two male performers, and one trans performer at the same time.", + ], + "Threesome (BGG)": [ + "Threesome (BGG)", + "Exactly one male performer and two female performers, at the same time.", + ], + "Threesome (BGT)": [ + "Threesome (BGT)", + "Exactly one male performer, one female performer, and one trans performer, at the same time.", + ], + "Threesome (BTT)": [ + "Threesome (BTT)", + "Exactly one male performer, and two trans performers, at the same time.", + ], + "Threesome (Gay)": [ + "Threesome (Gay)", + "Exactly three male performers, at the same time.", + ], + "Threesome (GGT)": [ + "Threesome (GGT)", + "Exactly two female performers, and one trans performer at the same time.", + ], + "Threesome (GTT)": [ + "Threesome (GTT)", + "Exactly one female performer, and two trans performers at the same time.", + ], + "Threesome (Lesbian)": [ + "Threesome (Lesbian)", + "Exactly three female performers, at the same time.", + ], + "Threesome (Trans)": [ + "Threesome (Trans)", + "Exactly three trans performers, at the same time.", + ], + "Throat Bulge": [ + "Throat Bulge", + "A Throat Bulge created by a large penis or other large item filling a throat.", + ], + "Throat Creampie": [ + "Throat Creampie", + "Ejaculating while inside another performer's throat (mouth does not count).", + ], + "Throat Fucking": [ + "Throat Fucking", + "Oral sex in which someone thrusts their penis into another performer's mouth and down their throat.", + ], + "Throbbing Creampie": [ + "Throbbing Creampie", + "Visibly throbbing, pulsating penis while cumming inside vagina", + ], + "Thumb In Ass": [ + "Thumb In Ass", + "Manual anal stimulation with thumb in another's anus", + ], + Tickling: [ + "Tickling", + "Tickling another performer, causing them to squirm or laugh.", + ], + "Tie-dyed Clothing": [ + "Tie-dyed Clothing", + "Clothing dyed via tying to produce colorful circles.", + ], + "Time Stop": [ + "Time Stop", + "Time stops or is altered for at least one participant while another takes sexual advantage of the situation.", + ], + "Tiny Tits": [ + "Tiny Tits", + "Exceptionally small to the point of having very little shape, typically around AA cups.", + ], + "Tiny Woman": [ + "Tiny Woman", + "Female performer with a height shorter than 5'1'' (155 cm)", + ], + "Tit Impact Play": [ + "Tit Impact Play", + "BDSM act where a performer's breasts are struck with an implement or hand.", + ], + Titjob: ["Titjob", "Using breasts to pleasure another performer's penis."], + "Titjob - POV": ["Titjob - POV", "Point Of View of titjob receiver"], + "Titjob to Completion": [ + "Titjob to Completion", + "Performer giving a titjob to help recipient achieve orgasm rather than as an act of foreplay", + ], + "Titjob While Other's Blowjob": [ + "Titjob While Other's Blowjob", + "Using breasts to pleasure one penis while giving a blowjob to another penis", + ], + "Tit Smacking": [ + "Tit Smacking", + "Forcefully slapping a performer's breasts, often while focusing on a different action.", + ], + "Tits Touching Tits": [ + "Tits Touching Tits", + "Performers press or rub their breasts against another performer's breasts.", + ], + "Tit Worship": [ + "Tit Worship", + "Focused on physically appreciating another performer's breasts with hands or mouth.", + ], + "Toe Curling": [ + "Toe Curling", + "When the performer curls his/her toes of pleasure during orgasm", + ], + "Toe Focus": [ + "Toe Focus", + "When the toes are the emphasis of the scene or image. This include the performer grabbing objects with his toes.", + ], + "Toe Ring": ["Toe Ring", "Performer wears at least 1 ring on their toes."], + "Toe Socks": ["Toe Socks", "Socks with individual toes"], + "Toe Sucking": [ + "Toe Sucking", + "Performer has their toes sucked by another performer.", + ], + Toilet: ["Toilet", "At least some of the action takes place on a toilet."], + Tongs: [ + "Tongs", + "Grasping devices consisting commonly of two pieces joined at one end by a pivot.", + ], + Tongue: ["Tongue", "Performer show her tongue"], + "Tongue Piercing": [ + "Tongue Piercing", + "Performers with at least one visible piercing in their tongue.", + ], + "Tongue Sucking": ["Tongue Sucking", "Sucking on someone else's tongue"], + "Tooth Gap": [ + "Tooth Gap", + "Gap between two teeth, typically most noticeable between the upper front teeth.", + ], + "Top Finishes Bottom": ["Top Finishes Bottom", "Duing"], + Topless: ["Topless", "Wearing nothing to cover the chest."], + "Topless Only": [ + "Topless Only", + "Scene shows bare female breasts, but no female nudity below the waist.", + ], + "Torpedo Tits": ["Torpedo Tits", "Bulbous"], + "Torture Rack": [ + "Torture Rack", + "A torture device that stretches a person by pulling the arms and legs.", + ], + Touching: [ + "Touching", + "Capable of arousing emotions of tenderness or compassion.", + ], + "Tour Guide": [ + "Tour Guide", + "Someone who points out the way and leads others on a trip or tour.", + ], + Towel: [ + "Towel", + "A piece of thick absorbent cloth or paper used for drying oneself or wiping things dry.", + ], + "Toy and Penis (DAP)": [ + "Toy and Penis (DAP)", + "Anal penetrative sex from one performer and a toy like a butt plug or dildo", + ], + "Toy Masturbation": [ + "Toy Masturbation", + "Using any kind of sex toy to masturbate.", + ], + Toys: ["Toys", "Using some object to directly pleasure a performer."], + "Toy Sucking": [ + "Toy Sucking", + "Sucking on a sex toy for some time, often to imitate a blowjob.", + ], + Trailer: [ + "Trailer", + "Short content preview with intent to promote a longer or full version.", + ], + "Trainer Gag": ["Trainer Gag", "A gag with head harness."], + Training: [ + "Training", + "Features inexperienced characters that are sexually trained or introduced to BDSM.", + ], + "Train (Oral Sex)": [ + "Train (Oral Sex)", + "At least three performers have oral sex in a chain.", + ], + "Train (Participant Queue)": [ + "Train (Participant Queue)", + "Performer engaging in penetrative sex with one of multiple sequential partners in a queue", + ], + "Train (Penetration Chain)": [ + "Train (Penetration Chain)", + "Group sex act where one performer is simultaneously the receiver and giver of penetrative sex.", + ], + "Train (Rail Transport)": [ + "Train (Rail Transport)", + "Some of the action takes place on a train or light rail vehicle.", + ], + "Train (Rimming)": [ + "Train (Rimming)", + "At least three performers rimming another in a sequential chain arrangement.", + ], + Trampling: ["Trampling", "Performer stepping on another performer."], + Trampoline: [ + "Trampoline", + "A resilient sheet or web supported by springs in a metal frame.", + ], + "Tramp Stamp": ["Tramp Stamp", "Tattoo on a performer's lower back."], + "Trans Creampie": [ + "Trans Creampie", + "Trans performer cums inside partner's vagina or anus", + ], + Transdom: ["Transdom", "Trans character playing the dominant role."], + Transformation: ["Transformation", "Change in appearance"], + "Trans Fucked by Female": [ + "Trans Fucked by Female", + "Female performer sexually penetrates a trans performer.", + ], + "Trans Fucked by Male": [ + "Trans Fucked by Male", + "Male performer sexually penetrates a trans performer.", + ], + "Trans Fucks Female": [ + "Trans Fucks Female", + "Trans performer sexually penetrates a female performer.", + ], + "Trans Fucks Male": [ + "Trans Fucks Male", + "Trans performer sexually penetrates a male performer.", + ], + "Trans Fucks Trans": [ + "Trans Fucks Trans", + "Trans performer sexually penetrates another trans performer.", + ], + Transgender: [ + "Transgender", + "Scenes that feature trans performers, either alone or with scene partners.", + ], + "Transgender (Female)": [ + "Transgender (Female)", + "Scenes that feature trans women performers, either alone or with scene partners, who identify as female.", + ], + "Transgender (Male)": [ + "Transgender (Male)", + "Scenes that feature trans male performers, either alone or with scene partners, who identify as male.", + ], + "Transgender (Non-Binary)": [ + "Transgender (Non-Binary)", + "Scenes that feature non-binary performers, either alone or with scene partners.", + ], + "Transparent Clothing": [ + "Transparent Clothing", + "Clothing that is at least somewhat transparent.", + ], + "Transparent Dildo": [ + "Transparent Dildo", + "Dildo made of a clear or translucent material.", + ], + "Trans - POV": [ + "Trans - POV", + "Presented at least partially from the perspective of a trans performer.", + ], + Transsub: ["Transsub", "Trans character playing the submissive role."], + "Trans Top": [ + "Trans Top", + "Trans performer sexually penetrates another performer.", + ], + "Trans Torso": [ + "Trans Torso", + "A sex toy in the shape of the torso of a Trans body with brests and an erect penis", + ], + "Trans Woman Receiving Blowjob": [ + "Trans Woman Receiving Blowjob", + "Blowjob being performed on a trans woman's penis by a performer of any gender.", + ], + "Travel Sex": [ + "Travel Sex", + "Sexual activity while traveling, often during a vacation.", + ], + Triangle: [ + "Triangle", + "Triangle formation, typically MFF with missionary and face sitting", + ], + Tribbing: [ + "Tribbing", + "Performer rubs their vulva against another performer's body.", + ], + Tricked: ["Tricked", "Where"], + "Trimmed Dick": [ + "Trimmed Dick", + "Hair on and around penis and scrotum is neatly trimmed", + ], + "Trimmed Genitals (Trans)": [ + "Trimmed Genitals (Trans)", + "Trans performer with pubic hair that is neatly trimmed and shaped", + ], + "Trimmed Pussy": [ + "Trimmed Pussy", + "Pubic hair that is neatly trimmed and shaped, on or above the vulva.", + ], + "Triple Anal Penetration (TAP)": [ + "Triple Anal Penetration (TAP)", + "Anal penetrative sex from three performers simultaneously.", + ], + "Triple Blowjob": [ + "Triple Blowjob", + "Three performers giving or receiving a blowjob together, but it's unclear which.", + ], + "Triple Blowjob (3 Mouths)": [ + "Triple Blowjob (3 Mouths)", + "Three performers orally pleasuring a single penis at roughly the same time.", + ], + "Triple Blowjob (3 Penises)": [ + "Triple Blowjob (3 Penises)", + "One performer orally pleasuring three penises at roughly the same time.", + ], + "Triple Footjob": [ + "Triple Footjob", + "Three performers pleasuring a single penis with their feet.", + ], + "Triple Handjob": [ + "Triple Handjob", + "Three performers pleasuring a single penis with their hands at the same time", + ], + "Triple Penetration (TP)": [ + "Triple Penetration (TP)", + "Vaginal and anal penetrative sex from three performers simultaneously.", + ], + "Triple Vaginal Insertion": [ + "Triple Vaginal Insertion", + "Vaginally penetrated with three objects simultaneously, where all three objects are not penises.", + ], + "Triple Vaginal Penetration (TVP)": [ + "Triple Vaginal Penetration (TVP)", + "Vaginal penetrative sex from three performers simultaneously.", + ], + "Trouble Swallowing": [ + "Trouble Swallowing", + "Performer has visible difficulty in swallowing.", + ], + "T-shirt": [ + "T-shirt", + "A fabric, usually short-sleeved, top. May be plain or feature a graphic printed on the front and/or back.", + ], + "Tube Dress": ["Tube Dress", "Strapless form-fitting dress"], + "Tube Gag": ["Tube Gag", "A gag where a tube is inserted into the mouth."], + "Tunnel Plug": [ + "Tunnel Plug", + "An hollow anal plug inserted allowing for views and access to the insides", + ], + Turkish: ["Turkish", "Scene features Turkish performer(s)"], + Tutorial: ["Tutorial", "A step-by-step guide or instructional content."], + Tutoring: [ + "Tutoring", + "One performer teaching another performer outside of a school.", + ], + Tutu: [ + "Tutu", + "A very short skirt made of many layers of very thin, stiff material, worn by female ballet dancers.", + ], + "TV Character": [ + "TV Character", + "Performer representing a character from television, either as parody or cosplay.", + ], + Twerking: [ + "Twerking", + "Describes a performer squatting, arching their back, and shaking their backside up and down.", + ], + "Twerking Sex": [ + "Twerking Sex", + "Female partner is active in doggy/cowgirl position by making twerk moves", + ], + Twink: [ + "Twink", + "Slang for a young man in late teens/early twenties with attractive appearance", + ], + Twins: ["Twins", "Characters who are twin siblings of each other."], + Twirling: [ + "Twirling", + "Performers spinning in place, usually to show off their body.", + ], + Twosome: [ + "Twosome", + "Exactly two performers at the same time, regardless of gender combination.", + ], + "Twosome (Gay)": [ + "Twosome (Gay)", + "Exactly two male performers, at the same time.", + ], + "Twosome (Lesbian)": [ + "Twosome (Lesbian)", + "Exactly two female performers, at the same time.", + ], + "Twosome (Straight)": [ + "Twosome (Straight)", + "Exactly one male performer and one female performer, at the same time.", + ], + "Twosome (Trans)": [ + "Twosome (Trans)", + "Exactly two transexual performers, at the same time.", + ], + "Twosome (Trans-Female)": [ + "Twosome (Trans-Female)", + "Exactly one female performer and one transexual performer, at the same time.", + ], + "Twosome (Trans-Male)": [ + "Twosome (Trans-Male)", + "Exactly one male performer and one transexual performer, at the same time.", + ], + Ukrainian: ["Ukrainian", "Scene features Ukrainian performer(s)"], + Ultrasound: [ + "Ultrasound", + "A Medical Ultrasound Device is used during a sex act.", + ], + Unbirth: [ + "Unbirth", + "Fetish involving traveling through the vagina and into the womb.", + ], + Uncensored: [ + "Uncensored", + "Free from censorship using a mosaic or blur effect.", + ], + Uncircumcised: ["Uncircumcised", "Penis with the foreskin intact."], + Uncle: ["Uncle", "Male character is [a biological] uncle."], + Unconscious: [ + "Unconscious", + "Features at least one character unconscious for a time.", + ], + Underboob: [ + "Underboob", + "The lower part of a breast uncovered or revealed by clothing", + ], + "Under Table": [ + "Under Table", + "Scene features a performer teasing or pleasing another performer under a table", + ], + "Under-the-Knee Socks": [ + "Under-the-Knee Socks", + "Socks that end just below the knee.", + ], + Underwear: [ + "Underwear", + "Features performer in just their underwear, regardless of type.", + ], + Uniform: [ + "Uniform", + "Appropriate clothing worn by a member of a particular organization or occupation.", + ], + "Unlocking Chastity": [ + "Unlocking Chastity", + "Chastity device gets removed or opened sometimes without stimulation.", + ], + Unshaven: ["Unshaven", "Performers with hair on their genitals."], + "Unwanted Creampie": [ + "Unwanted Creampie", + "Where one or more character does not want to be the recipient of a creampie, whether before or after the actual creampie occurs.", + ], + "Unwanted Cum in Mouth": [ + "Unwanted Cum in Mouth", + "Aversion to receiving ejaculation orally during blowjob", + ], + "Unwanted Facial": [ + "Unwanted Facial", + "Character is reluctant receipt of a cumshot to their face.", + ], + Upblouse: [ + "Upblouse", + "Voyeuristic image of the upwards view of a person's blouse, usually below cleavage point of view.", + ], + "Upper-body Shot": [ + "Upper-body Shot", + "A shot where only the head to waist part of the performer are visible", + ], + Upshots: ["Upshots", "Scene is partially shot from below"], + "Upside Down": [ + "Upside Down", + "At least one performer is upside down in relation to the ground.", + ], + Upskirt: [ + "Upskirt", + "Views up a performer’s skirt where you get a glimpse of their panties or genitalia.", + ], + Uruguayan: ["Uruguayan", "Scene features Uruguayan performer(s)"], + Vacuum: ["Vacuum", ""], + "Vacuum Bed": [ + "Vacuum Bed", + "Frame with 2 Latex Sheets to be entered by Performer. A Vacuum restricts movement", + ], + "Vacuum Bondage": [ + "Vacuum Bondage", + "Restraining a performer using some kind of vacuum", + ], + "Vacuum Cube": [ + "Vacuum Cube", + "Cube lined with Latex Sheets on all sides to be entered by a performer", + ], + "Vaginal Condom": [ + "Vaginal Condom", + "Condom inserted into vagina. Can be attached to clothing such as pants or catsuits", + ], + "Vaginal Creampie": [ + "Vaginal Creampie", + "Vaginal penetrative sex to completion without pulling out.", + ], + "Vaginal Dildo": [ + "Vaginal Dildo", + "Vaginally penetrating a performer with a dildo.", + ], + "Vaginal Fisting": [ + "Vaginal Fisting", + "Inserting an entire hand into another performer's vagina.", + ], + "Vaginal Insertion": [ + "Vaginal Insertion", + "Vaginally penetrated with any toy or object.", + ], + "Vaginally Plugged Sex": [ + "Vaginally Plugged Sex", + "Female performer receiving anal sex while having a plug (or similar toy) in the vagina.", + ], + "Vaginal Penetration": [ + "Vaginal Penetration", + "Inserting anything into the vagina.", + ], + "Vaginal Plug": [ + "Vaginal Plug", + "Plug designed to be inserted vaginally into a performer.", + ], + "Vaginal Sex": ["Vaginal Sex", "Vaginal penetrative sex"], + "Valentine's Day": [ + "Valentine's Day", + "Takes place on or around Valentine's Day.", + ], + Vampire: ["Vampire", "Character presented as an undead vampire."], + Vanilla: [ + "Vanilla", + 'Vanilla" refers to conventional, romantic, and straightforward sexual content, focusing on tenderness and emotional connection rather than kinks or fetishes.', + ], + Vaping: ["Vaping", "At least one performer is using a vape in the scene."], + Vedgie: [ + "Vedgie", + 'A combination of "wedgie" and "vulva" or "vagina" words. When a girl is wearing thong panties and they ride up into her crotch, it\'s called a Vedgie.', + ], + Vegetable: [ + "Vegetable", + "Penetrating a performer with some vegetable or fruit.", + ], + Veil: [ + "Veil", + "A piece of thin clothing worn by women to cover their faces or heads.", + ], + "Veiny Dick": ["Veiny Dick", "Penises with visible veins"], + "Veiny Tits": ["Veiny Tits", "Breasts with visible veins"], + Venezuelan: ["Venezuelan", "Scene features Venezuelan performer(s)"], + Verbal: [ + "Verbal", + "Scene where the primary or sole focus is on dirty talking into camera. Common examples include JOI, Humiliation, Roleplay", + ], + "Verbal Humiliation": [ + "Verbal Humiliation", + "Extensive language intended to humiliate", + ], + "Vertical Video": [ + "Vertical Video", + "Scene in an upright video format, e. g. shot with a cellphone", + ], + Vest: [ + "Vest", + "Scene features a performer wearing a sleeveless garment, often worn over a shirt or blouse.", + ], + "Vet Wrap": ["Vet Wrap", "Wrapping a performer in vet wraps."], + Vibrator: [ + "Vibrator", + "A handheld, vibrating sex toy; usually used on a performer's pussy.", + ], + VideoShoot: [ + "VideoShoot", + "Motivation for one or more characters in the scene is to do sexual acts as part of a video that is being filmed.", + ], + Vietnamese: ["Vietnamese", "Scene features Vietnamese performer(s)"], + Vignettes: [ + "Vignettes", + "Narrative scenes that do not directly connect with storylines from the rest of a series or movie.", + ], + "Vintage Scenes": [ + "Vintage Scenes", + "Older scenes and movies, often digital re-releases originally sold on physical media.", + ], + "Violet Wand": [ + "Violet Wand", + "Wand or rod designed to deliver a focused electrical stimulation to a performer.", + ], + Virgin: ["Virgin", "Character who has not had sex before."], + "Virgin Humiliation": [ + "Virgin Humiliation", + "Humiliation focused around the viewers virginity", + ], + "Virgin Killer Sweater": [ + "Virgin Killer Sweater", + "Halter top sweater with a large open back", + ], + "Virgin Man": ["Virgin Man", "Male character who has not had sex before."], + "Virgin (Roleplay)": [ + "Virgin (Roleplay)", + "Performer who pretends to be a virgin.", + ], + "Virgin Woman": ["Virgin Woman", "Women who has not had sex before."], + "Virtual Date": [ + "Virtual Date", + "A POV scene where a performer is going on a date with the viewer", + ], + "Virtual Reality": [ + "Virtual Reality", + "Offered in a format to be used with a virtual reality headset of some kind.", + ], + "Virtual Sex": [ + "Virtual Sex", + "Scene in which the performed pretends to have sex in a POV fashion", + ], + "Visible Anus": [ + "Visible Anus", + "Scene or image where the performer anus is visible", + ], + "Visible Contractions": [ + "Visible Contractions", + "Visibly seeing the vagina or anus open/close, typically during orgasm.", + ], + "Visible Feet": [ + "Visible Feet", + "When a foot or both feet are on frame, whether covered, or not.", + ], + "Visible Marks": [ + "Visible Marks", + "Visible results of rough sex or BDSM play, such as bruises, welts, or rope marks, on a performer's body.", + ], + "Visible Pink Areola": [ + "Visible Pink Areola", + "Used when the areola is more prominant than the nipple.", + ], + "Visible Pussy": [ + "Visible Pussy", + "When you can see the performer Pussy even partially", + ], + "Visible Thighs": ["Visible Thighs", "When the performer Thighs are visible"], + Vlog: ["Vlog", "Documents part of a performer's life."], + Vore: [ + "Vore", + "Fetish in which one fantasizes about being eaten alive or eating another creature alive", + ], + Voyeur: [ + "Voyeur", + "Watching another character who is nude or engaged in some sexual activity, without their knowledge or consent.", + ], + "Waist-length Hair": [ + "Waist-length Hair", + "Hair that is long enough to approximately reach the waist", + ], + Waitress: [ + "Waitress", + "Character shown as a server in a restaurant of some kind.", + ], + Wands: ["Wands", "Small rod-shaped vibrators."], + Washing: [ + "Washing", + "Showing a performer bathing or showering, not necessarily doing anything other than washing up.", + ], + Watch: ["Watch", "Scene features a performer wearing a watch"], + "Watching Porn": [ + "Watching Porn", + "Features a character watching a pornographic video.", + ], + Water: [ + "Water", + "Features at least one performer playing with or in water, including showers, pools, etc.", + ], + "Water Boarding": [ + "Water Boarding", + "Using water to disrupt a performer's ability to breathe.", + ], + Watermark: [ + "Watermark", + "A logo, text or any other marking added to the scene/photo afterward to give a brand to the image.", + ], + "Water Tank": [ + "Water Tank", + "Partially or completely submerging a performer in a tank of water.", + ], + "Wavy Hair": [ + "Wavy Hair", + "Hair that has wider, looser curls or waves for at least some of its length.", + ], + "Wearing Panties After Creampie": [ + "Wearing Panties After Creampie", + "A female performer pulls up panties and/or pants immediately after receiving a creampie", + ], + Webcam: [ + "Webcam", + "Features a character performing for a webcam, whether it's real or fictional.", + ], + Wedding: ["Wedding", "Takes place at or around someone's wedding."], + "Wedding Dress": [ + "Wedding Dress", + "The dress worn by the bride during a wedding ceremony.", + ], + "Wedding Ring": [ + "Wedding Ring", + "A performer is seen wearing a ring or wedding band", + ], + Wedges: ["Wedges", "Women's shoes with a heel all the way under the shoe."], + Wedgie: ["Wedgie", "An"], + Weights: [ + "Weights", + "Weighted objects used to pull down on parts of a performer's body when left hanging.", + ], + Welsh: ["Welsh", "Scene features Welsh performer(s)"], + "Welsh Acccent": ["Welsh Acccent", "Speaks with an accent native to Wales."], + "Western Production": [ + "Western Production", + "Produced by western countries, including Europe and the Americas.", + ], + "Wet Look": [ + "Wet Look", + "Features performers who look wet, either from water or oil.", + ], + "Wetlook Clothing": [ + "Wetlook Clothing", + "Clothing made of fabric, that appears to be wet", + ], + "Wet Panties": [ + "Wet Panties", + "A wet spot, caused by natural vaginal lubrication or urine, is visible through panties", + ], + "Wet Pussy": [ + "Wet Pussy", + "Visible lubrication produced by the vagina during sexual arousal.", + ], + Wetting: ["Wetting", "Peeing through clothing/underwear"], + "Wet T-shirt": [ + "Wet T-shirt", + "Shirt soaked in water or other fluids, making it more transparent.", + ], + "Wheelbarrow Spanking Position": ["Wheelbarrow Spanking Position", "A"], + Whip: ["Whip", "Flexible tool designed to strike a performer."], + "Whipped Cream": [ + "Whipped Cream", + "Applying whipped cream to a performer's body.", + ], + Whispering: [ + "Whispering", + "Performer speaking in a low soft voice in a non-ASMR scene.", + ], + White: [ + "White", + "Performers with broadly European racial backgrounds, regardless of gender.", + ], + "White Man": [ + "White Man", + "Male performers with broadly European racial backgrounds.", + ], + "White on Black": [ + "White on Black", + "At least one white performer penetrating a black performer.", + ], + "White Room": ["White Room", "Scene"], + "White Stockings": [ + "White Stockings", + "Scene contains a performer who wears white colored stockings", + ], + "White Top": [ + "White Top", + "White performer sexually penetrates another performer, usually of other racial backgrounds.", + ], + "White Trans Woman": [ + "White Trans Woman", + "Trans-female performers with broadly European racial backgrounds.", + ], + "White Woman": [ + "White Woman", + "Female performers with broadly European racial backgrounds.", + ], + "Whole Object Insertion (Butt)": [ + "Whole Object Insertion (Butt)", + "Inserting any object in butt such that it is no longer visible.", + ], + "Whole Object Insertion (Vagina)": [ + "Whole Object Insertion (Vagina)", + "Inserting any object in vagina such that it is no longer visible.", + ], + "Wide Hips": [ + "Wide Hips", + "Female performer with a hip-to-waist ratio greater than 0.8.", + ], + Widow: [ + "Widow", + "A female who has lost her spouse by death and has not remarried.", + ], + Wife: ["Wife", "Female character who is married to a scene partner."], + Wig: [ + "Wig", + "A manufactured covering of natural or synthetic hair for the head.", + ], + Wild: ["Wild", "Sex in a wild and energetic fashion"], + Wings: [ + "Wings", + "At least one performer is wearing wings during parts of the scene.", + ], + "Winner Fucks Loser": [ + "Winner Fucks Loser", + "A rule common in wrestling match where the winner of the match fucks the loser in their preferred style.", + ], + Winter: [ + "Winter", + "Scenes that appear to take place in the winter, often by featuring snow.", + ], + Witch: ["Witch", "Character presented as a magical witch."], + Wolf: [ + "Wolf", + "A wolf is a gay man with body and facial hair, but also has a very lean, muscular, athletic build", + ], + "Woman's Heels": ["Woman's Heels", "Woman's shoes with a raised heel."], + "Wooden Spoon Spanking": [ + "Wooden Spoon Spanking", + "Scenes where performer is spanked or struck with a wooden spoon.", + ], + "Work Fantasies": [ + "Work Fantasies", + "Takes place while at least one character is on the job, whatever and wherever that job may be.", + ], + Workout: [ + "Workout", + "Takes place while at least one character is working out, regardless of location.", + ], + "Wrapped Missionary": ["Wrapped Missionary", "一名表演者从上方进入另一名表演者,两人面对面。接受表演者的表演者用腿环绕上方表演者的表演者。"], + "Wrestling": [ + "摔跤", + "表演者之间经常裸体进行身体搏斗或打斗。" + ], + "Wrestling Mat": [ + "摔跤垫", + "由泡沫和乙烯基制成的衬垫表面,适合摔跤。" + ], + "Wrinkled Soles": [ + "鞋底起皱", + "场景中的一位表演者正在展示他们皱巴巴的鞋底" + ], + "Writing": [ + "Writing", + "表演者编写或输入文本,例如作为场景脚本的一部分或作为 BDSM 活动。" + ], + "X-frame": [ + "X-frame", + "至少部分动作是角色固定在站立架上,手臂和腿张开的情况下发生的。" + ], + "X-Ray": [ + "X 射线", + "内脏器官透过皮肤或从内部可见。主要用于变态动漫" + ], + "Yoga": ["瑜伽", "具有瑜伽典型的伸展和姿势。"], + "Young (22–30)": [ + "年轻 (22–30)", + "角色呈现为普遍年轻,但已不再是大学年龄。暗示年龄(角色本人而非演员本人)为22-30岁。" + ], + "Young Man (22–30)": [ + "年轻男性 (22–30)", + "男性角色看起来普遍年轻,但已不再是大学年龄。角色暗示年龄(而非表演者)为22-30岁。" + ], + "Young Woman (22–30)": [ + "年轻女性 (22–30)", + "女性角色普遍年轻,但不再是大学年龄。暗示年龄(角色本人而非演员本人)为22-30岁。" + ], + "Zentai": [ + "Zentai", + "覆盖整个身体(包括脸部)的紧身服装" + ], + "Zip Front Dress": [ + "前拉链连衣裙", + "拉链贯穿整个前身的连衣裙" + ], + "Zipper": [ + "Zipper", + "一系列衣夹用绳子连接,以便可以一次性全部取下。" + ] +};