Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word separator unifying in "Transfers" window, in addition of converting spaces into an unified style in torrent names and file names #21335

Open
Sunsh1n3 opened this issue Sep 14, 2024 · 1 comment

Comments

@Sunsh1n3
Copy link

Sunsh1n3 commented Sep 14, 2024

Suggestion

Problem

It is common for some uploaders to replace spaces with other delimiters. Although name order works as it should, that because of this practices of some uploaders, the name order is not really neat from a user's point of view (see Views below)

Feature Request

Please add a delimiter character selector where users can choose which characters the program will handle as spaces (e.g. period, underscore, etc.), so choosing the torrent names as ordering parameter the torrent list become really well ordered despite the many different uploader practices in the Transfers window.

The base request is that torrents with different delimiters are well sorted in the Transfers window (see Views below). A nonplusultra would be a renaming tool to help local unification of the naming convention, for example by replacing back space-altering characters with spaces in torrent names, or even in filenames (like: "The_last_testament" into " The last testament".

Views

Now the torrent list order by Name in the Transfers window is like:
The last...
The old...
The tomorrow...
The.house...
The.last...
The.old...
The.tomorrow...
The_house...
The_last...
The_old...
The_tomorrow...

and the optimized order would be like:
The.house...
The_house...
The last...
The.last...
The_last...
The old...
The.old...
The_old...
The tomorrow...
The.tomorrow...
The_tomorrow...

I hope you'll find this little feature request useful and add this feature to this great tool sooner or later.

qBt version: v4.6.3 from stable ppa
OpSys: Linux Mint 21.3

Use case

No response

Extra info/examples/attachments

No response

@thalieht

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants