Update action, fantasy, harry-potter, and sci-fi JSON files with new movie entries and titles for improved categorization and searchability.

This commit is contained in:
2025-09-23 19:47:32 +02:00
parent 8a0d43b41b
commit bcb28c32c9
4 changed files with 43 additions and 12 deletions

View File

@@ -1,16 +1,11 @@
{
"title": "Akční filmy",
"title": "Top 5 akční filmy",
"icon": "DefaultMovies.png",
"movies": [
{
"title": "The Matrix",
"icon": "DefaultMovies.png",
"search": "matrix"
},
{
"title": "Inception",
"icon": "DefaultMovies.png",
"search": "inception"
}
{ "title": "John Wick", "icon": "DefaultMovies.png", "search": "john wick cz" },
{ "title": "Mad Max: Fury Road", "icon": "DefaultMovies.png", "search": "mad max fury road cz" },
{ "title": "Gladiátor", "icon": "DefaultMovies.png", "search": "gladiator cz" },
{ "title": "Temný rytíř", "icon": "DefaultMovies.png", "search": "temny rytir cz" },
{ "title": "Mission: Impossible Fallout", "icon": "DefaultMovies.png", "search": "mission impossible fallout cz" }
]
}

View File

@@ -0,0 +1,11 @@
{
"title": "Top 5 fantasy filmy",
"icon": "DefaultMovies.png",
"movies": [
{ "title": "Pán prstenů: Společenstvo prstenu", "icon": "DefaultMovies.png", "search": "pan prstenu spolecenstvo prstenu cz" },
{ "title": "Pán prstenů: Návrat krále", "icon": "DefaultMovies.png", "search": "pan prstenu navrat krale cz" },
{ "title": "Letopisy Narnie: Lev, čarodějnice a skříň", "icon": "DefaultMovies.png", "search": "letopisy narnie lev carodejnice a skrin cz" },
{ "title": "Faunův labyrint", "icon": "DefaultMovies.png", "search": "faunuv labyrint cz" },
{ "title": "Princezna nevěsta", "icon": "DefaultMovies.png", "search": "princezna nevesta cz" }
]
}

View File

@@ -0,0 +1,14 @@
{
"title": "Harry Potter sága",
"icon": "DefaultMovies.png",
"movies": [
{ "title": "Harry Potter a Kámen mudrců", "icon": "DefaultMovies.png", "search": "harry potter kamen mudrcu cz" },
{ "title": "Harry Potter a Tajemná komnata", "icon": "DefaultMovies.png", "search": "harry potter tajemna komnata cz" },
{ "title": "Harry Potter a Vězeň z Azkabanu", "icon": "DefaultMovies.png", "search": "harry potter vezen z azkabanu cz" },
{ "title": "Harry Potter a Ohnivý pohár", "icon": "DefaultMovies.png", "search": "harry potter ohnivy pohar cz" },
{ "title": "Harry Potter a Fénixův řád", "icon": "DefaultMovies.png", "search": "harry potter fenixuv rad cz" },
{ "title": "Harry Potter a Princ dvojí krve", "icon": "DefaultMovies.png", "search": "harry potter princ dvoji krve cz" },
{ "title": "Harry Potter a Relikvie smrti část 1", "icon": "DefaultMovies.png", "search": "harry potter relikvie smrti cast 1 cz" },
{ "title": "Harry Potter a Relikvie smrti část 2", "icon": "DefaultMovies.png", "search": "harry potter relikvie smrti cast 2 cz" }
]
}

View File

@@ -0,0 +1,11 @@
{
"title": "Top 5 sci-fi filmy",
"icon": "DefaultMovies.png",
"movies": [
{ "title": "Blade Runner 2049", "icon": "DefaultMovies.png", "search": "blade runner 2049 cz" },
{ "title": "Interstellar", "icon": "DefaultMovies.png", "search": "interstellar cz" },
{ "title": "Matrix", "icon": "DefaultMovies.png", "search": "matrix cz" },
{ "title": "Příchozí (Arrival)", "icon": "DefaultMovies.png", "search": "prichozi arrival cz" },
{ "title": "Star Wars: Impérium vrací úder", "icon": "DefaultMovies.png", "search": "star wars imperium vraci uder cz" }
]
}