-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.json
More file actions
123 lines (122 loc) · 4.33 KB
/
media.json
File metadata and controls
123 lines (122 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
[
{
"id": "tt1375666",
"title": "Inception",
"category": "movie",
"year": 2010,
"rating": 8.8,
"summary": "Rüyalara girip fikir çalan bir ekibin, tam tersi bir görev için zorlanması.",
"cast": ["Leonardo DiCaprio", "Joseph Gordon-Levitt", "Elliot Page"],
"poster": "https://images.unsplash.com/photo-1524985069026-dd778a71c7b4?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt0816692",
"title": "Interstellar",
"category": "movie",
"year": 2014,
"rating": 8.6,
"summary": "İnsanlığı kurtarmak için solucan deliğinden yeni bir yaşam alanı arayışı.",
"cast": ["Matthew McConaughey", "Anne Hathaway", "Jessica Chastain"],
"poster": "https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt1475582",
"title": "Sherlock",
"category": "series",
"year": 2010,
"rating": 9.1,
"summary": "Modern Londra'da geçen Sherlock Holmes uyarlaması.",
"cast": ["Benedict Cumberbatch", "Martin Freeman"],
"poster": "https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=800&q=60"
},
{
"id": "bk-1984",
"title": "1984",
"category": "book",
"year": 1949,
"rating": 9.3,
"summary": "Totaliter bir rejimde bireyin özgürlük mücadelesi.",
"cast": ["George Orwell"],
"poster": "https://images.unsplash.com/photo-1471109880861-75cec67f8b68?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt0386676",
"title": "The Office",
"category": "series",
"year": 2005,
"rating": 8.9,
"summary": "Scranton şubesindeki sıradan ofis hayatının komik hikayesi.",
"cast": ["Steve Carell", "Jenna Fischer", "John Krasinski"],
"poster": "https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=800&q=60"
},
{
"id": "bk-hobbit",
"title": "Hobbit",
"category": "book",
"year": 1937,
"rating": 8.7,
"summary": "Bilbo Baggins'in beklenmedik yolculuğu.",
"cast": ["J.R.R. Tolkien"],
"poster": "https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt0903747",
"title": "Breaking Bad",
"category": "series",
"year": 2008,
"rating": 9.5,
"summary": "Kimya öğretmeni Walter White'ın suç dünyasına inişi.",
"cast": ["Bryan Cranston", "Aaron Paul"],
"poster": "https://images.unsplash.com/photo-1434030216411-0b793f4b4173?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt0120737",
"title": "The Lord of the Rings",
"category": "movie",
"year": 2001,
"rating": 9.0,
"summary": "Yüzük Kardeşliği'nin Orta Dünya macerası.",
"cast": ["Elijah Wood", "Ian McKellen", "Viggo Mortensen"],
"poster": "https://images.unsplash.com/photo-1523307730650-594bc63f9d67?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt0944947",
"title": "Game of Thrones",
"category": "series",
"year": 2011,
"rating": 9.2,
"summary": "Taht için savaşan hanedanların epik mücadelesi.",
"cast": ["Emilia Clarke", "Kit Harington"],
"poster": "https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=800&q=60"
},
{
"id": "bk-sapiens",
"title": "Sapiens",
"category": "book",
"year": 2011,
"rating": 8.8,
"summary": "İnsan türünün kısa bir tarihi.",
"cast": ["Yuval Noah Harari"],
"poster": "https://images.unsplash.com/photo-1512820790803-83ca734da794?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt1877830",
"title": "The Batman",
"category": "movie",
"year": 2022,
"rating": 7.8,
"summary": "Gotham'da yeni bir gizemli katilin peşinde genç Batman.",
"cast": ["Robert Pattinson", "Zoë Kravitz"],
"poster": "https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=800&q=60"
},
{
"id": "tt3581920",
"title": "The Last of Us",
"category": "series",
"year": 2023,
"rating": 8.7,
"summary": "Kıyamet sonrası dünyada Joel ve Ellie'nin hayatta kalma yolculuğu.",
"cast": ["Pedro Pascal", "Bella Ramsey"],
"poster": "https://images.unsplash.com/photo-1451188502541-13943edb6acb?auto=format&fit=crop&w=800&q=60"
}
]