diff --git a/README.md b/README.md index ec6e3ed..e763625 100644 --- a/README.md +++ b/README.md @@ -1,83 +1,68 @@ -# Animatic-v2 +
+ +
-## Description +# Animatic - V.02 +[![GitHub license](https://img.shields.io/github/license/KitsuneSemCalda/Animatic-v2)](KitsuneSemCalda/Animatic-v2/blob/master/LICENSE) ![GitHub stars](https://img.shields.io/github/stars/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/count/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/top/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/repo-size/KitsuneSemCalda/Animatic-v2) ![GitHub stars](https://img.shields.io/github/languages/code-size/KitsuneSemCalda/Animatic-v2) -Animatic-v2 is a Go-based application designed to search and download anime episodes from the web. It provides a command-line interface for users to input the name of the anime they wish to download. - ->[!CAUTION] -> Doesn't make pos-install with this script (don't work) or run this script in root mode - ->[!WARNING] -> Fast install works only linux - ->[!WARNING] -> We have a bug in bubbletea with lipgloss, the terminal cursor is hiding and doesn't appears anymore, if you have some solution and want contributing is appreciate +Animatic is a Go-based application designed to search and watch anime episodes from the web, 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. ## 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. -## Fast Installation +>[!CAUTION] +> Doesn't make pos-install with this script (don't work) or run this script in root mode +## Fast Installation To fast install this project do you need run the script: "install.sh" with sudo ```bash bash install.sh ``` -## Installation +>[!WARNING] +> Fast install works only linux + +## How to use >[!CAUTION] > Do you need go 1.21.5 installed in your system -To install this project we need follow this steps: - -- Create a directory chromeMedia in root: - +Create a directory chromeMedia in root: ```bash sudo mkdir /chromeMedia ``` If chromeMedia is a root owned directory, you need change owner to your user - ```bash sudo chown $USER /chromeMedia ``` -- Compile the project in your enviroment: - +Compile the project in your enviroment: ```bash go build ``` -- Setting Path to new local: - +Setting Path to new local: ```bash export PATH=$PATH:~/.local/bin ``` -- Move the project from some directory in your path - +Move the project from some directory in your path ```bash mv animatic-v2 ~/.local/bin/animatic ``` -- Re-open your shell +## Running: -## Usage - ->[!NOTE] -> This script only download episodes to Plex/Jellyfin and playing the anime is your responsability. - ->[!NOTE] -> The downloaded episodes is only pt-br subtitles and dub - -To use this code is simple: - -- Run in your shell: +Run in your shell: ```bash animatic @@ -85,20 +70,15 @@ animatic The code open the prompt-ui label to you write the anime name to be downloaded. -After write the name press enter and the code list animes with related names, use the arrow from select the anime and press enter. - -Before this is await the download ending - ## 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 (`git checkout -b feature/AmazingFeature`) -3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) -4. Push to the Branch (`git push origin feature/AmazingFeature`) +2. Create your Feature Branch +3. Commit your Changes +4. Push to the Branch 5. Open a Pull Request -## License - -Distributed under the [MIT License](https://github.com/KitsuneSemCalda/Animatic-v2/tree/master/LICENSE). +>[!WARNING] +> We have a bug in bubbletea with lipgloss, the terminal cursor is hiding and doesn't appears anymore, if you have some solution and want contributing is appreciate \ No newline at end of file