Skip to content
/ adl Public
forked from RaitaroH/adl

anime-downloader + trackma wrapper

License

Notifications You must be signed in to change notification settings

Baitinq/adl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adl

All Contributors

This is wrapper for vn-ki/anime-downloader + z411/trackma. The goal? Type adl, hit enter, choose show, watch show, update episode number with as little input as possible.

Features

  • fetch currently watching anime from your account;
  • option to change account used by trackma
  • option to update local list;
  • select multiple anime to be watched in sequence;
  • watch any episode from the anime chosen, default is the next episode;
  • easily watch all available episodes after last watched, in order to catch up. Also update list accordingly;
  • prompt user for watching another show;
  • prompt user to add a score to an anime if the anime in question will be set as completed;
  • option to skip all user input - works in combination with the other options as well;
  • do not display verbose vlc output;
  • warn user if episode wasn't found.

Requirements

  • vn-ki/anime-downloader - make sure this works. Git version required for $adl -y. Changing the provider is a good idea, I use animepahe.
  • z411/trackma - tested with anilist (you need to set up trackma before using adl). Also adl now needs the following PR merge that fixes issue #9;
  • junegunn/fzf - needed for show selection;
  • frece - optional - $adl -f will show most watched anime at the top of the list. By default frece is not used;
  • MPV - used to play the anime (better integration with anime-downloader). VLC can also be used: $adl -p vlc.

Installation

Simply download the script in your ~/bin folder and make it executable.

mkdir -p "$HOME/bin"
wget https://raw.githubusercontent.com/RaitaroH/adl/master/adl -O "$HOME/bin/adl"
chmod +x "$HOME/bin/adl"

If you are using Arch Linux you can install from the Arch Linux User Repository (AUR) thanks to @Baitinq.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Baitinq
Baitinq

🐛 💻 🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

anime-downloader + trackma wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%