chore: clean repository (full-reset)

This commit is contained in:
GitApp 2025-12-19 16:02:43 +00:00
parent 76bbeeca40
commit 23bb791cea
146 changed files with 0 additions and 1479 deletions

View File

View File

@ -1,47 +0,0 @@
{
"name": "pocketbase-lite",
"version": "0.1.0",
"paths": {
"data": "collections/",
"media": "media/",
"indexes": ".gitapp/indexes/"
},
"schemas": [
{
"id": "genres",
"file": "schemas/genres.json",
"glob": "collections/genres/*.json"
},
{
"id": "people",
"file": "schemas/people.json",
"glob": "collections/people/*.json"
},
{
"id": "movies",
"file": "schemas/movies.json",
"glob": "collections/movies/*.json"
},
{
"id": "cast",
"file": "schemas/cast.json",
"glob": "collections/cast/*.json"
},
{
"id": "reviews",
"file": "schemas/reviews.json",
"glob": "collections/reviews/*.json"
}
],
"operations": [],
"policies": {
"roles": [
"viewer",
"editor"
],
"acl": null
},
"lfs": {
"enabled": false
}
}

View File

@ -1,31 +0,0 @@
{
"$id": "cast",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"character"
],
"properties": {
"character": {
"type": "string"
},
"billing": {
"type": "integer",
"minimum": 1
},
"movie": {
"type": "string",
"x-relation": {
"collection": "movies",
"type": "single"
}
},
"actor": {
"type": "string",
"x-relation": {
"collection": "people",
"type": "single"
}
}
}
}

View File

@ -1,21 +0,0 @@
{
"$id": "genres",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"name",
"slug"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"slug": {
"type": "string"
},
"description": {
"type": "string"
}
}
}

View File

@ -1,56 +0,0 @@
{
"$id": "movies",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"title",
"year"
],
"properties": {
"title": {
"type": "string",
"minLength": 1
},
"year": {
"type": "integer",
"minimum": 1900,
"maximum": 2030
},
"runtime": {
"type": "integer",
"minimum": 1
},
"plot": {
"type": "string"
},
"poster": {
"type": "string"
},
"rating": {
"type": "number",
"minimum": 0,
"maximum": 10
},
"budget": {
"type": "string"
},
"director": {
"type": "string",
"x-relation": {
"collection": "people",
"type": "single"
}
},
"genres": {
"type": "array",
"items": {
"type": "string"
},
"x-relation": {
"collection": "genres",
"type": "multiple",
"maxItems": 5
}
}
}
}

View File

@ -1,27 +0,0 @@
{
"$id": "people",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1
},
"bio": {
"type": "string"
},
"birthDate": {
"type": "string",
"format": "date"
},
"photo": {
"type": "string"
},
"knownFor": {
"type": "string"
}
}
}

View File

@ -1,37 +0,0 @@
{
"$id": "reviews",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"rating",
"content"
],
"properties": {
"rating": {
"type": "number",
"minimum": 1,
"maximum": 10
},
"content": {
"type": "string"
},
"date": {
"type": "string",
"format": "date-time"
},
"movie": {
"type": "string",
"x-relation": {
"collection": "movies",
"type": "single"
}
},
"author": {
"type": "string",
"x-relation": {
"collection": "people",
"type": "single"
}
}
}
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 8,
"movie": "movi_1766159426166_8",
"actor": "peop_1766159426166_3",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 4,
"movie": "movi_1766159426166_18",
"actor": "peop_1766159426166_3",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 2,
"movie": "movi_1766159426166_18",
"actor": "peop_1766159426166_6",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 8,
"movie": "movi_1766159426166_8",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 1,
"movie": "movi_1766159426166_8",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 1,
"movie": "movi_1766159426166_14",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 6,
"movie": "movi_1766159426166_1",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 7,
"movie": "movi_1766159426166_15",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 6,
"movie": "movi_1766159426166_16",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 8,
"movie": "movi_1766159426166_15",
"actor": "peop_1766159426166_3",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 10,
"movie": "movi_1766159426166_1",
"actor": "peop_1766159426166_3",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 7,
"movie": "movi_1766159426166_17",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 7,
"movie": "movi_1766159426166_6",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 2,
"movie": "movi_1766159426166_12",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 5,
"movie": "movi_1766159426166_8",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 7,
"movie": "movi_1766159426166_15",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 4,
"movie": "movi_1766159426166_11",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 7,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 5,
"movie": "movi_1766159426166_15",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 2,
"movie": "movi_1766159426166_4",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 6,
"movie": "movi_1766159426166_0",
"actor": "peop_1766159426166_7",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 7,
"movie": "movi_1766159426166_16",
"actor": "peop_1766159426166_0",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 2,
"movie": "movi_1766159426166_7",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 8,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 6,
"movie": "movi_1766159426166_3",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 3,
"movie": "movi_1766159426166_4",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 6,
"movie": "movi_1766159426166_2",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 5,
"movie": "movi_1766159426166_2",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 9,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_3",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 9,
"movie": "movi_1766159426166_7",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 10,
"movie": "movi_1766159426166_19",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 6,
"movie": "movi_1766159426166_3",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 10,
"movie": "movi_1766159426166_19",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 7,
"movie": "movi_1766159426166_17",
"actor": "peop_1766159426166_7",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 10,
"movie": "movi_1766159426166_16",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 7,
"movie": "movi_1766159426166_7",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 6,
"movie": "movi_1766159426166_9",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 4,
"movie": "movi_1766159426166_9",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 4,
"movie": "movi_1766159426166_5",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 4,
"movie": "movi_1766159426166_1",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 1,
"movie": "movi_1766159426166_16",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 5,
"movie": "movi_1766159426166_9",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 5,
"movie": "movi_1766159426166_16",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 8,
"movie": "movi_1766159426166_2",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 6,
"movie": "movi_1766159426166_3",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 10,
"movie": "movi_1766159426166_11",
"actor": "peop_1766159426166_6",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "John Smith",
"billing": 7,
"movie": "movi_1766159426166_7",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Sarah Connor",
"billing": 1,
"movie": "movi_1766159426166_6",
"actor": "peop_1766159426166_4",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Max Power",
"billing": 4,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Elena Vance",
"billing": 5,
"movie": "movi_1766159426166_19",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Jake Morrison",
"billing": 8,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_5",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Luna Black",
"billing": 3,
"movie": "movi_1766159426166_19",
"actor": "peop_1766159426166_7",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 2,
"movie": "movi_1766159426166_14",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 6,
"movie": "movi_1766159426166_7",
"actor": "peop_1766159426166_2",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 9,
"movie": "movi_1766159426166_2",
"actor": "peop_1766159426166_1",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 3,
"movie": "movi_1766159426166_8",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Alex Stone",
"billing": 2,
"movie": "movi_1766159426166_10",
"actor": "peop_1766159426166_8",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Maya Chen",
"billing": 9,
"movie": "movi_1766159426166_15",
"actor": "peop_1766159426166_9",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Marcus Webb",
"billing": 2,
"movie": "movi_1766159426166_1",
"actor": "peop_1766159426166_0",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,8 +0,0 @@
{
"character": "Zoe Hart",
"billing": 9,
"movie": "movi_1766159426166_4",
"actor": "peop_1766159426166_6",
"created": "2025-12-19T15:50:29.042Z",
"updated": "2025-12-19T15:50:29.042Z"
}

View File

@ -1,7 +0,0 @@
{
"name": "Action",
"slug": "action",
"description": "High-energy films with physical stunts",
"created": "2025-12-19T15:50:27.045Z",
"updated": "2025-12-19T15:50:27.045Z"
}

View File

@ -1,7 +0,0 @@
{
"name": "Comedy",
"slug": "comedy",
"description": "Humorous films designed to amuse",
"created": "2025-12-19T15:50:27.045Z",
"updated": "2025-12-19T15:50:27.045Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Last Horizon",
"year": 2011,
"runtime": 125,
"plot": "Stillicidium tabgo coaegresco sono basium subnecto timor. Amplus solutio cultura defungo corporis omnis claudeo. Debeo vomer super callide quasi auxilium.\nCurvo termes ter adhuc decor adulescens cibus ratione spero utor. Aeneus confugo abundans tamisium unde spiculum valens nisi accusamus approbo. Tero ago deficio cultura aveho demoror.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 9.6,
"budget": "$50M",
"director": "peop_1766159426166_5",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,15 +0,0 @@
{
"title": "Midnight Echo",
"year": 1986,
"runtime": 179,
"plot": "Arbustum sunt terminatio vicinus. Crur argumentum stillicidium conatus incidunt sollicito. Causa bestia cognatus amet tremo vobis depereo repellat venustas.\nSuppellex ambitus attollo cohibeo similique aduro. Sollers texo facilis ascisco totus decor. Textus conatus sumo trans coma contabesco.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 7,
"budget": "$200M+",
"director": "peop_1766159426166_5",
"genres": [
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Crimson Tide",
"year": 1972,
"runtime": 130,
"plot": "Sopor commodo corroboro tunc utor repellendus peior varietas verbera. Mollitia certus quidem quo coaegresco. Taceo atrocitas vulnus tamdiu ter antea.\nBlanditiis subnecto usus architecto natus argentum ademptio demoror. Suscipit utpote texo assentator tondeo cunae tracto appono depopulo ter. Calculus vitiosus crur tyrannus deinde ullus tamen spoliatio.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 2.5,
"budget": "$50M",
"director": "peop_1766159426166_9",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Void Walker",
"year": 2000,
"runtime": 89,
"plot": "Tactus vos color cohors explicabo apto aveho sordeo. Territo ab venio. Considero tolero labore rem quidem tutis enim coadunatio deleo.\nTertius virga desino labore altus compello astrum defaeco ancilla victus. Aggredior adduco veniam corpus commodo vos. Vicissitudo amitto vacuus appello aegrus aegre cibus eius tempora curiositas.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 5,
"budget": "$5M",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Eternal Flame",
"year": 1971,
"runtime": 156,
"plot": "Tamquam nisi cribro tener ago cura fugiat vel thymum sordeo. Qui subnecto turba. Temperantia minima audio torrens cotidie spiritus delibero careo.\nCenaculum conturbo utilis dolore. Thermae auxilium eos ustulo. Est alo adinventitias vir terebro appositus tepesco audeo patruus non.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 3.8,
"budget": "$100M",
"director": "peop_1766159426166_0",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,15 +0,0 @@
{
"title": "The Silver Key",
"year": 1972,
"runtime": 107,
"plot": "Desipio magnam careo sperno cruentus corpus corona crastinus bardus atavus. Perspiciatis textus accusator commodi nulla curatio vir spectaculum. Temeritas amplexus adipisci thorax vulgaris abstergo voluptas velut assentator.\nPorro creator tergo absens ager tabella cresco. Debeo comis villa cenaculum dens causa. Odio arx provident arbitro.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 9.8,
"budget": "$10M",
"director": "peop_1766159426166_6",
"genres": [
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Digital Frontier",
"year": 1996,
"runtime": 83,
"plot": "Amplitudo absque carus cui administratio derideo. Usus supplanto super accusator. Clamo crux antea capio antea adamo amet ullam.\nAnnus aestus cattus averto aer quibusdam iusto pecto. Dicta demo ver. Urbanus temptatio denuo adhuc speculum cimentarius vitae perspiciatis copiose.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 4.5,
"budget": "$5M",
"director": "peop_1766159426166_8",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Glass Tower",
"year": 1991,
"runtime": 121,
"plot": "Thema asporto toties desino adflicto somniculosus comminor aut sint. Tibi utor tabgo tracto abeo campana conor. Succedo sopor illo thymum veritas vitium odit ars.\nAbsorbeo victus tenus uberrime somnus pariatur commodi. Tres porro vitiosus paulatim denego tabgo peccatus nam tepesco. Spectaculum accusamus absque depulso vespillo tumultus cohibeo antiquus volup vorax.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 4.5,
"budget": "$100M",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Dark Waters",
"year": 2022,
"runtime": 154,
"plot": "Tardus chirographum campana constans vorago aestus sint esse. Vulgaris quae vero stultus degusto tutis aut caelestis adipiscor atavus. Tribuo utrimque supra taceo depereo minus corporis sollicito ambitus veritatis.\nUtor terga tepesco commemoro thesaurus volva suffragium voluptatem calcar. Truculenter terror cerno ascisco delectatio cibo catena cupiditas. Comptus vinculum abeo civis suffoco talus arguo temperantia.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 3.1,
"budget": "$50M",
"director": "peop_1766159426166_1",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,15 +0,0 @@
{
"title": "The Phoenix Rising",
"year": 2007,
"runtime": 119,
"plot": "Ademptio vulnus perspiciatis iusto abstergo confugo toties velum praesentium. Confugo abstergo solum aufero ullam attollo ipsam verbera error. Thymum vulgaris autem solium vir tantillus trepide admiratio abundans.\nVictoria ab adfero aspicio appello virgo tot vitae advenio. Agnitio terra perferendis vado vulpes addo. Accendo similique callide confugo nemo commemoro talis speciosus sumo.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 6.5,
"budget": "$50M",
"director": "peop_1766159426166_6",
"genres": [
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Quantum Leap",
"year": 2024,
"runtime": 106,
"plot": "Aureus exercitationem videlicet eaque adversus clementia omnis aegrotatio itaque ulciscor. Bonus venustas denuo defluo. Conor est suus numquam tribuo armarium arcus.\nUndique adhuc nulla commodi maiores aro. Turpis acquiro cui verus occaecati ultio ipsum. Teneo caelestis vulnero debitis deserunt abutor adficio.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 5.6,
"budget": "$10M",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Last Stand",
"year": 1979,
"runtime": 178,
"plot": "Theatrum acerbitas ager eius carbo voluntarius necessitatibus. Amita vero turpis utroque coruscus ipsum accusator absque. Catena alo deporto ante crur ago cras deserunt sophismata cupressus.\nAedificium derelinquo in desino excepturi hic cotidie defluo spectaculum bonus. Vulgaris condico repellat alienus tergo assentator adipiscor demitto. Animadverto tenax umquam.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 7.1,
"budget": "$150M",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Neon Dreams",
"year": 1997,
"runtime": 172,
"plot": "Uxor cibo sopor. Officia valetudo cauda. Succurro accedo carbo articulus surgo vitiosus terebro eum adstringo turba.\nTotam surgo aggredior aeneus subvenio thalassinus surgo derelinquo. Caput utroque ventus odit tertius tutis corpus aperio currus. Concido admiratio vulticulus angelus volutabrum error bardus centum pecto.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 2.7,
"budget": "$200M+",
"director": "peop_1766159426166_7",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,15 +0,0 @@
{
"title": "Silent Thunder",
"year": 2016,
"runtime": 141,
"plot": "Curo conscendo subseco suasoria cuius. Vespillo circumvenio adhaero expedita nostrum caelestis tam. Coerceo acerbitas cognomen angulus adsuesco defungo bos.\nThesis tabula crastinus. Abscido confido surculus subito sufficio. Viridis tubineus cado appositus aestus creber truculenter abduco.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 1.4,
"budget": "$25M",
"director": "peop_1766159426166_6",
"genres": [
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Beyond the Stars",
"year": 1983,
"runtime": 131,
"plot": "Ter vulticulus curriculum solium aduro pauper validus articulus cotidie. Abstergo argumentum degusto curso decretum animi corroboro maxime. Adicio aer vigilo vado coadunatio crur.\nBestia audax blandior valetudo concedo molestiae clementia. Comptus vicissitudo conspergo talio corroboro constans congregatio crustulum caveo clementia. Solus conor sustineo animadverto quod alii depopulo curiositas vomica.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 2.6,
"budget": "$5M",
"director": "peop_1766159426166_5",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Forgotten Path",
"year": 1989,
"runtime": 129,
"plot": "Coniuratio thorax celebrer vociferor voluntarius solvo ara. Velit triduana abeo. Tabesco curvo vulgaris tolero desino vulticulus.\nSpiculum vere turbo tui colo. Veritas stillicidium charisma tertius usque viscus celo tutis deleniti vigilo. Usitas odio alius.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 3,
"budget": "$25M",
"director": "peop_1766159426166_2",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Shadow Protocol",
"year": 1974,
"runtime": 142,
"plot": "In sint tum brevis repudiandae spoliatio. Conduco cruentus turba totam tyrannus. Vulgivagus cruciamentum contigo demonstro dolores.\nDemens usitas vitiosus praesentium tristis casso carpo verto antea aperio. Auxilium careo ullus benevolentia casso pecus viduo termes tepesco subnecto. Caritas catena amo sumo tui succedo dicta abutor adeo.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 6.4,
"budget": "$200M+",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Crystal Dawn",
"year": 1995,
"runtime": 127,
"plot": "Depulso defungo quod audacia assentator ducimus decumbo. Qui debitis venio tracto tamisium. Vicissitudo tempore demoror tenetur aperiam taceo statua uberrime.\nStudio carpo cito dolorem subvenio atqui quidem. Cogo verus peccatus sed ab audio voluntarius varius ara. Atrocitas addo undique valens tolero curso pecco curatio.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 5.1,
"budget": "$50M",
"director": "peop_1766159426166_7",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "The Iron Gate",
"year": 1970,
"runtime": 172,
"plot": "Delectus animadverto speculum velit blandior ubi velit. Blanditiis acsi defendo. Altus ceno crepusculum vorax barba varius traho toties.\nStella iusto valetudo. Aequus tenuis calcar fugiat taedium asporto abscido. Sortitus iusto candidus.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 4.1,
"budget": "$10M",
"director": "peop_1766159426166_2",
"genres": [
"genr_1766159426166_0",
"genr_1766159426166_1"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,16 +0,0 @@
{
"title": "Whispers in the Wind",
"year": 2023,
"runtime": 88,
"plot": "Temporibus creptio adicio vilis comparo campana utique verecundia viriliter acsi. Vulgo cibus tremo assumenda alius strenuus amicitia claro tyrannus depono. Sulum natus creta vulnero cuius utilis.\nVerto earum adulatio. Tam nobis attonbitus ago cavus eum conicio tandem. Alveus tot vulgaris casus.",
"poster": "https://placehold.co/300x450/333/fff?text=Poster",
"rating": 8.2,
"budget": "$10M",
"director": "peop_1766159426166_4",
"genres": [
"genr_1766159426166_1",
"genr_1766159426166_0"
],
"created": "2025-12-19T15:50:28.303Z",
"updated": "2025-12-19T15:50:28.303Z"
}

View File

@ -1,9 +0,0 @@
{
"name": "Lynn Yost",
"bio": "Sequi derideo usus degero stipes neque totam. Universe stipes appono dolores bos. Aegrus coniuratio vox.",
"birthDate": "1962-02-01",
"photo": "https://placehold.co/200x200/333/fff?text=Photo",
"knownFor": "Producing",
"created": "2025-12-19T15:50:27.613Z",
"updated": "2025-12-19T15:50:27.613Z"
}

View File

@ -1,9 +0,0 @@
{
"name": "Preston Cormier",
"bio": "Paulatim repellat sum tandem quos aperiam curriculum asporto succurro iure. Beneficium bestia carpo vereor vesper. Sum ulciscor bis basium consuasor causa.",
"birthDate": "1999-10-18",
"photo": "https://placehold.co/200x200/333/fff?text=Photo",
"knownFor": "Producing",
"created": "2025-12-19T15:50:27.613Z",
"updated": "2025-12-19T15:50:27.613Z"
}

View File

@ -1,9 +0,0 @@
{
"name": "Maryann Bode",
"bio": "Correptius bellum vester damnatio. Cuppedia tenuis supra dedecor caelestis uredo trucido templum. Calcar vinum universe sublime nesciunt deleo.",
"birthDate": "1981-04-15",
"photo": "https://placehold.co/200x200/333/fff?text=Photo",
"knownFor": "Acting",
"created": "2025-12-19T15:50:27.613Z",
"updated": "2025-12-19T15:50:27.613Z"
}

View File

@ -1,9 +0,0 @@
{
"name": "Dr. Kyle Roob",
"bio": "Sumo sumptus vix video. Sum umerus aegrotatio corrupti umquam casso. Dolores modi in vomer creator tertius defetiscor exercitationem velut.",
"birthDate": "1951-11-03",
"photo": "https://placehold.co/200x200/333/fff?text=Photo",
"knownFor": "Writing",
"created": "2025-12-19T15:50:27.613Z",
"updated": "2025-12-19T15:50:27.613Z"
}

View File

@ -1,9 +0,0 @@
{
"name": "Tomas Reynolds",
"bio": "Theologus pectus atque ullus cubicularis denique stips vos nihil. Molestiae delinquo voluptates appello repellendus. Amplitudo facere cruentus tabella sufficio cognatus.",
"birthDate": "1989-09-04",
"photo": "https://placehold.co/200x200/333/fff?text=Photo",
"knownFor": "Acting",
"created": "2025-12-19T15:50:27.613Z",
"updated": "2025-12-19T15:50:27.613Z"
}

Some files were not shown because too many files have changed in this diff Show More