Files
kino/backend/seed.py
T
2026-04-29 14:49:07 +00:00

149 lines
7.8 KiB
Python

"""Seed data: sample movies using public-domain video sources."""
from typing import List, Dict
# All videos below are in the public domain or Creative Commons.
# Sources: Internet Archive, Blender Foundation, etc.
SAMPLE_MOVIES: List[Dict] = [
{
"title": "Big Buck Bunny",
"description": "A large and lovable rabbit deals with three tiny bullies, led by a flying squirrel, who are determined to squelch his happiness.",
"year": 2008,
"duration_minutes": 10,
"rating": "G",
"genres": ["Animation", "Comedy", "Family"],
"cast": ["Big Buck Bunny", "The Squirrel"],
"director": "Sacha Goedegebure",
"poster_url": "https://upload.wikimedia.org/wikipedia/commons/c/c5/Big_buck_bunny_poster_big.jpg",
"backdrop_url": "https://images.unsplash.com/photo-1705147651064-36aedc005020?crop=entropy&cs=srgb&fm=jpg&ixid=M3w3NTY2ODh8MHwxfHNlYXJjaHwxfHxjaW5lbWF0aWMlMjBsYW5kc2NhcGUlMjBkYXJrfGVufDB8fHx8MTc3NzQ3MzE2M3ww&ixlib=rb-4.1.0&q=85",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4",
"storage_type": "external",
"featured": True,
},
{
"title": "Sintel",
"description": "A lonely young woman, Sintel, helps and befriends a dragon she names Scales. But when Scales is kidnapped by an adult dragon, Sintel embarks on a dangerous quest to find her friend.",
"year": 2010,
"duration_minutes": 15,
"rating": "PG",
"genres": ["Animation", "Fantasy", "Adventure"],
"cast": ["Halina Reijn", "Thom Hoffman"],
"director": "Colin Levy",
"poster_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Sintel_poster.jpg/440px-Sintel_poster.jpg",
"backdrop_url": "https://images.unsplash.com/photo-1542204165-65bf26472b9b?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4",
"storage_type": "external",
},
{
"title": "Tears of Steel",
"description": "In an apocalyptic future, a group of soldiers and scientists takes refuge in Amsterdam to try to stop an army of robots that threaten the planet.",
"year": 2012,
"duration_minutes": 12,
"rating": "PG-13",
"genres": ["Sci-Fi", "Action"],
"cast": ["Derek de Lint", "Sergio Hasselbaink"],
"director": "Ian Hubert",
"poster_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Tears_of_Steel_poster.png/440px-Tears_of_Steel_poster.png",
"backdrop_url": "https://images.unsplash.com/photo-1518709268805-4e9042af9f23?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4",
"storage_type": "external",
},
{
"title": "Elephants Dream",
"description": "Two strange characters explore a capricious world of machines, hostile to their inhabitants. The first open movie.",
"year": 2006,
"duration_minutes": 11,
"rating": "PG",
"genres": ["Animation", "Sci-Fi"],
"cast": ["Cas Jansen", "Tygo Gernandt"],
"director": "Bassam Kurdali",
"poster_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Elephants_Dream_s5_both.jpg/640px-Elephants_Dream_s5_both.jpg",
"backdrop_url": "https://images.unsplash.com/photo-1478720568477-152d9b164e26?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4",
"storage_type": "external",
},
{
"title": "For Bigger Blazes",
"description": "A short demonstration film exploring the depths of cinematic fire and suspense.",
"year": 2015,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Documentary"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerBlazes.mp4",
"storage_type": "external",
},
{
"title": "For Bigger Escapes",
"description": "An action-packed glimpse into a high-stakes escape from the ordinary.",
"year": 2015,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Action"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4",
"storage_type": "external",
},
{
"title": "For Bigger Fun",
"description": "A whirlwind ride through the brighter side of the cinematic spectrum.",
"year": 2015,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Comedy"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1517604931442-7e0c8ed2963c?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1517604931442-7e0c8ed2963c?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerFun.mp4",
"storage_type": "external",
},
{
"title": "For Bigger Joyrides",
"description": "Buckle up — this is a rapid-fire reel of gravity, speed, and pure adrenaline.",
"year": 2015,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Action"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4",
"storage_type": "external",
},
{
"title": "For Bigger Meltdowns",
"description": "When entropy turns up the heat, the world begins to melt — beautifully.",
"year": 2015,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Drama"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1515634928627-2a4e0dae3ddf?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1515634928627-2a4e0dae3ddf?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerMeltdowns.mp4",
"storage_type": "external",
},
{
"title": "Subaru Outback On Street And Dirt",
"description": "A documentary exploring the texture, grit, and dust of all-terrain travel.",
"year": 2014,
"duration_minutes": 1,
"rating": "G",
"genres": ["Short", "Documentary"],
"cast": [],
"director": "Google",
"poster_url": "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=600&q=80",
"backdrop_url": "https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1920&q=80",
"video_url": "https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/SubaruOutbackOnStreetAndDirt.mp4",
"storage_type": "external",
},
]