Skip to content

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

Description

@hackeriori

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions