Skip to content

Harsh-Arora-4114/Ad-Free-Anime-Watcher-using-Ubuntu-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AniWatch - Ad-Free Anime Watcher

AniWatch is a simple ad-free anime-watching terminal application for Ubuntu Linux, built using MPV and Ani-CLI. This allows you to watch your favorite anime without distractions, directly from your terminal.

Features

  • Ad-free experience
  • Lightweight and terminal-based
  • Seamless playback using MPV
  • Search and stream anime easily using Ani-CLI

Prerequisites

Before you begin, make sure you have the following installed:

  1. MPV - A powerful media player
    sudo apt update && sudo apt install mpv -y
  2. Ani-CLI - A command-line anime streaming tool
    git clone https://github.com/pystardust/ani-cli.git
    cd ani-cli
    sudo make install

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/aniwatch.git
    cd aniwatch
  2. Give execute permission to the script:
    chmod +x aniwatch.sh
  3. Run the script:
    ./aniwatch.sh

Usage

  • Search for an anime using Ani-CLI:
    ani-cli -s "Anime Name"
  • Select an episode and enjoy ad-free streaming with MPV.

Example

ani-cli -s "One Piece"

Select the episode and it will play via MPV.

License

This project is licensed under the MIT License.

Author

Developed by Harsh Arora.

About

AniWatch is a lightweight, terminal-based application for Ubuntu Linux that provides an ad-free anime streaming experience. Built using MPV and Ani-CLI, it allows seamless anime playback directly from your terminal.

Topics

Resources

License

Stars

Watchers

Forks

Contributors