Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KevDoy/CINEMAH
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDoy committed Apr 27, 2024
2 parents c732f39 + 7cbacdf commit 912de39
Show file tree
Hide file tree
Showing 13 changed files with 1,099 additions and 551 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
6 changes: 1 addition & 5 deletions data/comedy.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[
{
"ytid": "rWyWSjMibaI",
"vidurl": "#tv-normlive",
"movietitle": "Norm Macdonald Live"
},

{
"ytid": "tDolNU89SXI",
"vidurl": "https://www.youtube.com/watch?v=tDolNU89SXI",
Expand Down
44 changes: 44 additions & 0 deletions data/featured.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[

{
"carouselNo": "0",
"activestatus": "active",
"ytvideo": "https://www.youtube.com/watch?v=5ofJX5MPRvQ",
"titleUrl": "https://archive.org/download/lion-king-laserdisc-capture/Lion%20King%20Laserdisc%20Capture.mp4",
"title": "The Lion King",
"description": "In the Pride Lands of Africa, a pride of lions rule over the kingdom from Pride Rock. King Mufasa and Queen Sarabi's newborn son, Simba, is presented to the gathering animals."
},
{
"carouselNo": "1",
"activestatus": "",
"ytvideo": "https://www.youtube.com/watch?v=0c2hgRtGO94",
"titleUrl": "#tv-jetlag",
"title": "Jet Lag: The Game",
"description": "Competitive game show based around traveling (and its hardships) where contestants complete challenges to use different modes of transportation."
},
{
"carouselNo": "2",
"activestatus": "",
"ytvideo": "https://www.youtube.com/watch?v=Y--i9lNqLjM",
"titleUrl": "#tv-peepshow",
"title": "Peep Show",
"description": "Peep Show follows the lives of Mark Corrigan (Mitchell) and Jeremy 'Jez' Usbourne (Webb), dysfunctional best friends who share a flat in Croydon, South London."
},
{
"carouselNo": "3",
"activestatus": "",
"ytvideo": "https://www.youtube.com/watch?v=QLid89pualU",
"titleUrl": "https://www.youtube.com/watch?v=ptciSRZwOis",
"title": "Palm Springs",
"description": "Stuck in a time loop, two wedding guests develop a budding romance while living the same day over and over again."
},
{
"carouselNo": "4",
"activestatus": "",
"ytvideo": "https://www.youtube.com/watch?v=VkSMSbFV_q0",
"titleUrl": "#tv-normlive",
"title": "Norm Macdonald Live",
"description": "Featuring interviews with comedians, actors, and other members of the entertainment community."
}

]
10 changes: 5 additions & 5 deletions data/fullmovies.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[

{
"ytid": "Zn_qirpdBag",
"vidurl": "https://archive.org/download/lion-king-laserdisc-capture/Lion%20King%20Laserdisc%20Capture.mp4",
"movietitle": "The Lion King"
},
{
"ytid": "bupOXE5nFDE",
"vidurl": "https://www.youtube.com/watch?v=bupOXE5nFDE",
Expand Down Expand Up @@ -54,11 +59,6 @@
"ytid": "OW9pfAM0Vek",
"vidurl": "https://www.youtube.com/watch?v=Z5iNR8-eB5Q",
"movietitle": "Walk Hard: The Dewey Cox Story"
},
{
"ytid": "v1114pRZREg",
"vidurl": "https://www.pokeflix.tv/v/pokemon-movie-mewtwo-strikes-back",
"movietitle": "Pokémon - Mewtwo Strikes Back"
}

]
23 changes: 23 additions & 0 deletions data/games.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"imgurl": "https://img.youtube.com/vi/PgZhMNS9PSI/mqdefault.jpg",
"vidurl": "https://www.retrogames.cc/embed/29209-sonic-knuckles-sonic-the-hedgehog-3-world.html",
"movietitle": "Sonic 3 & Knuckles"
},
{
"imgurl": "https://img.youtube.com/vi/1MOjNA7I98g/mqdefault.jpg",
"vidurl": "https://gba.js.org/player/#pokemonred",
"movietitle": "Pokemon Fire Red"
},
{
"imgurl": "https://img.youtube.com/vi/SwNWkoJToh8/mqdefault.jpg",
"vidurl": "https://gba.js.org/player/#zelda_minish",
"movietitle": "Zelda: Minish Cap"
},
{
"imgurl": "https://img.youtube.com/vi/uaIUpXZnqPU/mqdefault.jpg",
"vidurl": "https://www.retrogames.cc/embed/43266-metal-gear-solid-disc-1.html",
"movietitle": "Metal Gear Solid"
}

]
17 changes: 17 additions & 0 deletions data/live.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"herolink": "https://www.youtube.com/watch?v=jfKfPfyJRdk",
"movietitle": "Lofi Girl",
"heroimage": "https://i.ytimg.com/vi/jfKfPfyJRdk/hq720.jpg"
},
{
"herolink": "https://www.youtube.com/watch?v=21X5lGlDOfg",
"movietitle": "NASA TV",
"heroimage": "https://i.ytimg.com/vi/21X5lGlDOfg/hq720.jpg"
},
{
"herolink": "https://www.youtube.com/watch?v=Fjp2TdlTTIU",
"movietitle": "Phineas & Ferb",
"heroimage": "https://i.ytimg.com/vi/Fjp2TdlTTIU/hq720.jpg"
}
]
Loading

0 comments on commit 912de39

Please sign in to comment.