Only use the root folder name once in the top bar instead of appending it to all files #1

Open
opened 2022-11-27 16:17:18 +00:00 by nagani8270 · 3 comments

title. Having the root foldername appended to each file like a full path makes it quite unreadable
image

I suggest only displaying the root folder once, at the top like most other trackers do.
image
image
image
Mockup:
image

title. Having the root foldername appended to each file like a full path makes it quite unreadable ![image](/attachments/394e501d-b78c-47fc-abf5-0d1b82e2682f) I suggest only displaying the root folder once, at the top like most other trackers do. ![image](/attachments/bb30b76a-f370-43cb-aa90-23ea70a967e1) ![image](/attachments/870f3f6c-4620-43ee-8ae5-057b8274daa7) ![image](/attachments/02fcdc57-e910-495a-b5a0-b1d2939c3cde) Mockup: ![image](/attachments/75e2bb1e-2ab7-4cbf-b2a6-8fc00860c7ae)
Owner

Will look into it, this produces a special case for torrents with a single file instead (aka, no folder)

Will look into it, this produces a special case for torrents with a single file instead (aka, no folder)
DataHoarder self-assigned this 2022-12-01 16:28:30 +00:00
Author

Recently AB updated their API to include filelists, I'm no good at coding but can't that be used to check if it's a single file or not?

          "FileCount": (int) number of files in torrent [1],
          "FileList": (object) list of files and their sizes,
Recently AB updated their API to include filelists, I'm no good at coding but can't that be used to check if it's a single file or not? ``` "FileCount": (int) number of files in torrent [1], "FileList": (object) list of files and their sizes, ```
Owner

This uses the .torrent info. API from AB does not include folder names. AB uses .torrent information, no need to use API to get the same information.

This uses the .torrent info. API from AB does not include folder names. AB uses .torrent information, no need to use API to get the same information.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: WeebDataHoarder/userscripts#1
No description provided.