From f801f8f422954b884a6541321dba0669ee9d6173 Mon Sep 17 00:00:00 2001
From: Factiven
Date: Sun, 22 Oct 2023 19:43:17 +0700
Subject: Update v4.2.0 (#93)
---
README.md | 34 +++++++++++++++++++++++-----------
1 file changed, 23 insertions(+), 11 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index 6d3abd6..06b95b8 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,11 @@
Watch Page
-
+Normal Mode
+
+
+Theater Mode
+
Manga Reader
@@ -54,13 +58,23 @@
## Features
-- Free ad-supported streaming service
-- Anime tracking through Anilist API
-- Skip OP/ED buttons
-- Dub Anime support
-- User-friendly interface
-- Mobile-responsive design
-- PWA supported
+- General
+ - Free ad-supported streaming service
+ - Dub Anime support
+ - User-friendly interface
+ - Auto sync with AniList
+ - Add Anime/Manga to your AniList
+ - Scene Searching powered by [trace.moe](https://trace.moe)
+ - PWA supported
+ - Mobile responsive
+ - Fast page load
+- Watch Page
+ - Player
+ - Autoplay next episode
+ - Skip op/ed button
+ - Theater mode
+ - Comment section
+- Profile page to see your watch list
## To Do List
@@ -116,9 +130,7 @@ NEXTAUTH_URL="for development use http://localhost:3000/ and for production use
## NextJS
PROXY_URI="This is what I use for proxying video https://github.com/chaycee/M3U8Proxy. Don't put / at the end of the url."
API_URI="host your own API from this repo https://github.com/consumet/api.consumet.org. Don't put / at the end of the url."
-API_KEY="this API key is used for schedules, anime and manga page. get the key from https://anify.tv/discord"
DISQUS_SHORTNAME='put your disqus shortname here (optional)'
-# ADMIN_USERNAME=""
## Prisma
DATABASE_URL="Your postgresql connection url"
@@ -131,7 +143,7 @@ REDIS_URL="rediss://username:password@host:port"
5. Add this endpoint as Redirect Url on AniList Developer :
```bash
-https://your-website-url/api/auth/callback/AniListProvider
+https://your-website-domain/api/auth/callback/AniListProvider
```
6. Start local server :
--
cgit v1.2.3