Skip to content

Commit

Permalink
Merge pull request #31 from fahamutech/series_ux
Browse files Browse the repository at this point in the history
add encarto animation
  • Loading branch information
joshuamshana authored Dec 25, 2021
2 parents 1b794bf + f4224cf commit 63f1e2d
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## KeshaTv
On demand movies and series streaming using ipfs

Current website [gateway url](https://bafybeighqfyx3bkxb5d6bs7356l6qe7stcxbyvar2xw4xdihxyusqzcfxi.ipfs.astyanax.io/)
Current website [gateway url](https://bafybeih7vp6hslgr25xdma44kvyc4mr4736nx4igqxexicsuy3xccq22ym.ipfs.astyanax.io/)

Current CID : `bafybeighqfyx3bkxb5d6bs7356l6qe7stcxbyvar2xw4xdihxyusqzcfxi`
Current CID : `bafybeih7vp6hslgr25xdma44kvyc4mr4736nx4igqxexicsuy3xccq22ym`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keshatv",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"private": true,
"description": "On demand streaming using ipfs",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions public/db/categories/animation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"bafkreifdimzk4f6tpdwzrxdvelblmorbrvsztokggbspuoidoq4c3fl7fe"
]
3 changes: 3 additions & 0 deletions public/db/categories/drama.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"bafkreif6tfbtg42j5wfkawlvtgvb7flcs2zymummd7airbyagtpf3pjx5m"
]
1 change: 1 addition & 0 deletions public/db/categories/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"animation",
"drama",
"actions",
"bongo"
Expand Down
1 change: 1 addition & 0 deletions public/db/home/all.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"bafkreifdimzk4f6tpdwzrxdvelblmorbrvsztokggbspuoidoq4c3fl7fe",
"bafkreif6tfbtg42j5wfkawlvtgvb7flcs2zymummd7airbyagtpf3pjx5m",
"bafkreifdmtmfzs5lam3nsd5arvwjd4ad6yn4li3md5e4pjapsj6yjrlqnu",
"bafybeihoumgabgeivsjxejsyt2y3tdkb3sgkrmz4y3ib43alj5qopyyxx4",
Expand Down
10 changes: 10 additions & 0 deletions public/db/home/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"title": "Encanto",
"category": "animation",
"description": "The Madrigals are an extraordinary family who live hidden in the mountains of Colombia in a charmed place called the Encanto The magic of the Encanto has blessed every child in the family with a unique gift every child except Mirabel However she soon may be the Madrigals last hope when she discovers that the magic surrounding the Encanto is now in danger",
"cover": "cover.jpeg",
"year": "2021",
"type": "single",
"cid": "bafybeifhu33ely6cakjlngywq26jzazcofuuan5bvtg3vo3p5f2453k53e",
"prev": "bafkreif6tfbtg42j5wfkawlvtgvb7flcs2zymummd7airbyagtpf3pjx5m"
},
{
"title": "Emily In Paris Season 2 2021",
"category": "drama",
Expand Down
3 changes: 3 additions & 0 deletions public/db/search/encanto.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"bafkreifdimzk4f6tpdwzrxdvelblmorbrvsztokggbspuoidoq4c3fl7fe"
]

0 comments on commit 63f1e2d

Please sign in to comment.