#833·AriaNg

The order of the waiting queue does not match the submission order when adding multiple URLs

Author: hackerioriCreated Jul 15, 2026Updated Jul 15, 2026

Environment

  • AriaNg Version: v1.3.13 (d0db05e)
  • Aria2 Version: 1.36.0

Description / Steps to Reproduce

  1. Click "New" to create a new download task.
  2. Enter multiple lines of download links in the URLs input box, for example:
    https://example.com/someMovie_S01E01.mp4
    https://example.com/someMovie_S01E02.mp4
    https://example.com/someMovie_S01E03.mp4
    ...
    https://example.com/someMovie_S02E10.mp4
  3. Submit this batch of links.
  4. Set the maximum number of active downloads in Aria2/AriaNg to a limited number (e.g., 1).

Actual Behavior

The task that starts downloading is not necessarily the first link (S01E01.mp4), and the order of the remaining tasks in the waiting queue becomes scrambled. This forces me to manually drag and drop the tasks to reorder them, which is inconvenient when downloading episodic content that needs to be watched in chronological order.

Expected Behavior / Feature Request

When submitting multiple download links simultaneously, is it possible to strictly follow the input submission order for both scheduling the downloads and sorting the tasks in the waiting queue?