Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benex254 committed Jul 25, 2024
1 parent c7c6ff9 commit 21167fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Heavily inspired by [animdl](https://github.com/justfoolingaround/animdl), [magi
> [!NOTE]
>
> Also the docs are still being worked on and are far from completion.
> The docs are still being worked on and are far from completion.
## Table of Contents

Expand Down Expand Up @@ -174,6 +174,7 @@ Available options include:
- `--default` use the default ui
- `--preview` show a preview when using fzf
- `--no-preview` dont show a preview when using fzf
- `--format <yt-dlp format string>` set the format of anime downloaded and streamed based on yt-dlp format. works when `--server gogoanime`

#### The anilist command

Expand Down Expand Up @@ -280,6 +281,14 @@ auto_next = False # Auto-select next episode
# Note this wont always be correct.But 99% of the time will be.
auto_select=True

# the format of downloaded anime and trailer
# based on yt-dlp format and passed directly to it
# learn more by looking it up on their site
# only works for downloaded anime if server=gogoanime
# since its the only one that offers different formats
# the others tend not to
format=best[height<=1080]/bestvideo[height<=1080]+bestaudio/best # default

[general]
preferred_language = romaji # Display language (options: english, romaji)
downloads_dir = <Default-videos-dir>/FastAnime # Download directory
Expand Down

0 comments on commit 21167fc

Please sign in to comment.