From bad8aab1f731f8c3537930b25a50313e42fa9bf1 Mon Sep 17 00:00:00 2001 From: chitrakshbotwala Date: Sun, 7 Apr 2024 14:08:47 +0530 Subject: [PATCH] ehe --- README.md | 28 ++++++++++---------- package-lock.json | 4 +-- package.json | 2 +- public/manifest.json | 6 ++--- src/app/anime/catalog/[[...options]]/page.js | 6 ++--- src/app/anime/watch/[[...watchid]]/page.js | 2 +- src/app/api/auth/[...nextauth]/route.js | 4 +-- src/app/dmca/page.js | 8 +++--- src/app/layout.js | 8 +++--- src/components/Footer.js | 6 ++--- src/components/comments/DisqusComments.js | 2 +- src/components/navbar/Navbar.js | 4 +-- yarn.lock | 4 +-- 13 files changed, 42 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 8fadc91..003cf0c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
- - Logo + + Logo -

Aniplay

+

Airin

An open-source Anime streaming site built with Nextjs 14 @@ -48,7 +48,7 @@ Enjoy ad-free streaming and seamless progress tracking with AniList integration, - [ ] Mangadex - [ ] And some more -See the [open issues](https://github.com/Luckyhv/aniplay/issues) for a full list of proposed features (and known issues). +See the [open issues](https://github.com/Luckyhv/Airin/issues) for a full list of proposed features (and known issues). ## Environment Variables @@ -94,12 +94,12 @@ NEXT_PUBLIC_PRODUCTION_URL="Your deployement URL. Don't put / at the end of the Clone the project ```bash - git clone https://github.com/Luckyhv/aniplay.git + git clone https://github.com/Luckyhv/Airin.git ``` Go to the project directory ```bash - cd aniplay + cd Airin ``` Install dependencies @@ -122,29 +122,29 @@ Move the .env file somewhere it won't bother you (optional) Run the image: ```bash docker run -d -it \ ---name Aniplay \ +--name Airin \ -p 3000:3000 \ -v /.env:/usr/src/app/.env \ -ghcr.io/luckyhv/aniplay:latest +ghcr.io/luckyhv/Airin:latest ``` For Docker Compose: ```yaml version: "3.3" services: - aniplay: - container_name: Aniplay + Airin: + container_name: Airin ports: - 3000:3000 volumes: - /.env:/usr/src/app/.env - image: ghcr.io/luckyhv/aniplay:latest + image: ghcr.io/luckyhv/Airin:latest ``` For at full stack deploy (db, redis, consumet api) -See [docker-compose.yml](https://github.com/Luckyhv/aniplay/blob/master/docker-compose.yml) +See [docker-compose.yml](https://github.com/Luckyhv/Airin/blob/master/docker-compose.yml) -Access Aniplay at ``http://localhost:3000`` +Access Airin at ``http://localhost:3000`` ## Contributing @@ -163,7 +163,7 @@ Don't forget to give the project a star! Thanks again! ## Contact -Project Link: [https://github.com/Luckyhv/aniplay](https://github.com/Luckyhv/aniplay) +Project Link: [https://github.com/Luckyhv/Airin](https://github.com/Luckyhv/Airin) Discord Server: [https://discord.gg/aW5P4W94ZS](https://discord.gg/aW5P4W94ZS) diff --git a/package-lock.json b/package-lock.json index 68a156f..111ee01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "aniplay", + "name": "Airin", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "aniplay", + "name": "Airin", "version": "0.1.0", "dependencies": { "@auth/mongodb-adapter": "^2.4.0", diff --git a/package.json b/package.json index 91c792e..fa5df37 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aniplay", + "name": "Airin", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/manifest.json b/public/manifest.json index 45c29d6..93ccb8e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "id":"1", - "name": "Aniplay", - "short_name": "Aniplay", - "description": "Watch Anime Online for free without ads on Aniplay", + "name": "Airin", + "short_name": "Airin", + "description": "Watch Anime Online for free without ads on Airin", "icons": [ { "src": "/icon-192x192.png", diff --git a/src/app/anime/catalog/[[...options]]/page.js b/src/app/anime/catalog/[[...options]]/page.js index cdfa80b..c50e465 100644 --- a/src/app/anime/catalog/[[...options]]/page.js +++ b/src/app/anime/catalog/[[...options]]/page.js @@ -4,13 +4,13 @@ import Navbarcomponent from '@/components/navbar/Navbar' export async function generateMetadata({ params }) { return { - title: "Aniplay - Catalog", + title: "Airin - Catalog", openGraph: { - title: "Aniplay - Catalog", + title: "Airin - Catalog", }, twitter: { card: "summary", - title: "Aniplay - Catalog", + title: "Airin - Catalog", }, } } diff --git a/src/app/anime/watch/[[...watchid]]/page.js b/src/app/anime/watch/[[...watchid]]/page.js index 37673e7..13fb214 100644 --- a/src/app/anime/watch/[[...watchid]]/page.js +++ b/src/app/anime/watch/[[...watchid]]/page.js @@ -100,7 +100,7 @@ async function AnimeWatch({ params, searchParams }) { id: id, title: data?.title?.english || data?.title?.romaji, episode: epNum, - name: "aniplayz", + name: "Airinz", }} />

diff --git a/src/app/api/auth/[...nextauth]/route.js b/src/app/api/auth/[...nextauth]/route.js index 6800ac4..892f9b2 100644 --- a/src/app/api/auth/[...nextauth]/route.js +++ b/src/app/api/auth/[...nextauth]/route.js @@ -53,8 +53,8 @@ export const authOptions = { let customLists = userLists || []; - if (!userLists?.includes("Watched Via Aniplay")) { - customLists.push("Watched Via Aniplay"); + if (!userLists?.includes("Watched Via Airin")) { + customLists.push("Watched Via Airin"); const fetchGraphQL = async (query, variables) => { const response = await fetch("https://graphql.anilist.co/", { method: "POST", diff --git a/src/app/dmca/page.js b/src/app/dmca/page.js index 5cff1db..263e848 100644 --- a/src/app/dmca/page.js +++ b/src/app/dmca/page.js @@ -11,7 +11,7 @@ function page() {

DMCA - Disclaimer

- Aniplaynow.live is committed to respecting the intellectual property + Airinnow.live is committed to respecting the intellectual property rights of others and complying with the Digital Millennium Copyright Act (DMCA). We take copyright infringement seriously and will respond to notices of alleged copyright infringement that comply with the DMCA @@ -76,7 +76,7 @@ function page() {

NOTE:

- None of the files listed on aniplaynow.live are hosted on our servers. All + None of the files listed on Airinnow.live are hosted on our servers. All links point to content hosted on third-party websites. gojo.live does not accept responsibility for content hosted on third-party websites and has no involvement in the downloading/uploading of movies. We only @@ -84,8 +84,8 @@ function page() { content on our website infringes upon your intellectual property rights and you hold the copyright for that content, please report it to{" "} - - contact@aniplaynow.live + + contact@Airinnow.live {" "} and the content will be immediately removed.

diff --git a/src/app/layout.js b/src/app/layout.js index 6e9c5f9..08f3586 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -16,9 +16,9 @@ import { AuthProvider } from './SessionProvider'; const inter = Inter({ subsets: ['latin'] }) //const myfont = localFont({ src: "../static-fonts/AldotheApache.ttf" }) -const APP_NAME = "Aniplay"; -const APP_DEFAULT_TITLE = "Welcome to AniPlay - Your Ad-Free Anime Haven!"; -const APP_DESCRIPTION = "Discover a world of anime without interruptions on AniPlay! Watch your favorite series for free, with no ads to disrupt your viewing experience. Join now and immerse yourself in the captivating stories and vibrant characters that AniPlay has to offer!"; +const APP_NAME = "Airin"; +const APP_DEFAULT_TITLE = "Welcome to Airin - Your Ad-Free Anime Haven!"; +const APP_DESCRIPTION = "Discover a world of anime without interruptions on Airin! Watch your favorite series for free, with no ads to disrupt your viewing experience. Join now and immerse yourself in the captivating stories and vibrant characters that Airin has to offer!"; export const metadata = { metadataBase: new URL('https://aniplaynow.live'), @@ -48,7 +48,7 @@ export const metadata = { 'latest dubbed anime', 'subbed anime streaming', 'dubbed anime streaming', - 'aniplay latest anime', + 'Airin latest anime', ], manifest: "/manifest.json", appleWebApp: { diff --git a/src/components/Footer.js b/src/components/Footer.js index 70bcce5..a9da0e9 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -45,8 +45,8 @@ function Footer() {
- {/*

- ANIPLAY + {/*

+ Airin

*/} @@ -87,7 +87,7 @@ function Footer() {
- © {year} ANIPLAY™ | Made by Aniplay Team + © {year} Airin™ | Made by Airin Team
diff --git a/src/components/comments/DisqusComments.js b/src/components/comments/DisqusComments.js index a986e36..d463016 100644 --- a/src/components/comments/DisqusComments.js +++ b/src/components/comments/DisqusComments.js @@ -5,7 +5,7 @@ import { DiscussionEmbed } from "disqus-react"; const DisqusComments = ({ post }) => { let currentUrl = typeof window !== 'undefined' ? window.location.href : ''; currentUrl = currentUrl.replace(/&?host=[^&]*/, '').replace(/&?epid=[^&]*/, '').replace(/&?type=[^&]*/, ''); - const disqusShortname = "aniplayz"; + const disqusShortname = "Airinz"; const disqusConfig = { url: currentUrl, identifier: currentUrl, diff --git a/src/components/navbar/Navbar.js b/src/components/navbar/Navbar.js index 01b6470..7ac01e3 100644 --- a/src/components/navbar/Navbar.js +++ b/src/components/navbar/Navbar.js @@ -110,7 +110,7 @@ function Navbarcomponent({ home = false }) {
- {/* ANIPLAY */} + {/* Airin */}
@@ -118,7 +118,7 @@ function Navbarcomponent({ home = false }) { Catalog Trending Movies - Community + Community
diff --git a/yarn.lock b/yarn.lock index 61a8195..a264718 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4692,9 +4692,9 @@ __metadata: languageName: node linkType: hard -"aniplay@workspace:.": +"Airin@workspace:.": version: 0.0.0-use.local - resolution: "aniplay@workspace:." + resolution: "Airin@workspace:." dependencies: "@auth/mongodb-adapter": "npm:^2.4.0" "@ducanh2912/next-pwa": "npm:^10.2.2"