Skip to content

KitsuneSemCalda/Animatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animatic

GitHub license GitHub stars GitHub stars GitHub stars GitHub stars GitHub stars

Animatic is a Go-based application designed to search and watch anime episodes from the web via plex or jellyfin, as well as to provide the option to download them. It offers a command-line interface for users to input the name of the anime they wish to access or download. The project is particularly geared towards those who prefer interacting with the application through the terminal, making it a streamlined and efficient way to search for and view anime episodes for enthusiasts of the genre. Its main focus is on anime content with Portuguese dubbing and subtitles.

Tip

If you prefer using you own computer to reproduce the animes we recommend use the GoAnime instead Animatic.

Features

  • Checks for internet connection at startup.

  • Searches for the requested anime on AnimeFire.

  • Downloads all episodes of the selected anime.

  • Provides error messages for various failure cases such as lack of internet connection, failure to locate the anime, and inability to access episode URLs.

How to use

Create a directory chromeMedia in root:

sudo mkdir /chromeMedia

If chromeMedia is a root owned directory, you need change owner to your user

sudo chown $USER:$USER /chromeMedia

Compile the project in your enviroment:

go build

Setting Path to new local:

export PATH=$PATH:~/.local/bin

Move the project from some directory in your path

mv animatic ~/.local/bin/animatic

Running:

Run in your shell:

animatic

The code open the prompt-ui label to you write the anime name to be downloaded.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request