{% extends "base.html" %} {% block title %}Auto-Sync - AniWorld Downloader{% endblock %} {% block content %}

Auto-Sync

How it works

  1. Once a day it pulls the newest episodes list from aniworld.to.
  2. For every new episode it checks whether you already have a folder for that title in your library.
  3. On a match it works out which language your existing files are in, from the language folder if you separate languages, otherwise by reading the audio and subtitle tracks of one file.
  4. If the new episode is out in that language, every episode of the series you are still missing gets queued, into the same folder the rest of the series already lives in.

There is no list of titles to maintain. Your library is the list, and anything you exclude below is skipped. Only aniworld.to titles are covered, since the newest-episodes list is specific to that site.

{# Only worth saying when the setting that solves it is off. #} {% if not lang_separation %}
Keep one language per folder. Without language separation, Auto-Sync works out a title's language by reading a single file, the first episode it finds, and treats the whole title as that language. If a folder holds episodes in more than one language, the other languages are invisible to it and never get new episodes.
{% endif %}

Status

Last run
-
Next run
-
Last result
-

Excluded titles

Excluded titles are never queued by Auto-Sync, even if you have them in your library. You can also tick "Exclude from Auto-Sync" in the download dialog of any title.

Title URL
{% endblock %} {% block scripts %} {% endblock %}