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

[feature] Paste Modes #43

Open
EGSP opened this issue Apr 24, 2024 · 4 comments
Open

[feature] Paste Modes #43

EGSP opened this issue Apr 24, 2024 · 4 comments

Comments

@EGSP
Copy link

EGSP commented Apr 24, 2024

Feature Request:
Please add an option to switch between different link paste modes.

Modes:

  1. User copies the link, the program automatically inserts the link, and the user clicks "Add to queue button".
  2. User copies the link, program automatically inserts the link and automatically clicks "Add to queue button".
  3. User does everything manually.

Reason:
Different programs use different approaches to the user's workflow. While I personally prefer the semi-automatic option in "open video downloader", I think other modes should be available too.

@StefanLobbenmeier
Copy link
Owner

In v2 there is actually another keyboard shortcut that copies the selected text and adds it to the queue, did not think anyone would use that but now I now 😄

It is

Shift+CommandOrControl+V For adding
Shift+CommandOrControl+D for downloading

but I guess no one discovered it so far - I just stumbled across it one day while looking through the code

I think just having a dropdown in the settings for what is supposed to happen when the clipboard changes is the best way to do this

@EGSP
Copy link
Author

EGSP commented Apr 24, 2024

If you add a drop-down menu next to the input field, this will generally be convenient and easy to use.

@StefanLobbenmeier
Copy link
Owner

Just had another thought about this and was wondering:

User copies the link, program automatically inserts the link and automatically clicks "Add to queue button".

I am assuming there needs to be some kind of filter like only URLs are added automatically, possibly only add URLs that are not in the queue? I am slightly worried about implications of continuously sending out requests to random URLs / users might not be aware that it is happening. I guess I would also need a notification to appear whenever a URL is automatically pasted or something like that.

User does everything manually.

When would you want this? Current implementation has the clipboard by default and user can override it by typing into the input field.

@EGSP
Copy link
Author

EGSP commented Sep 11, 2024

Sorry, for a late response. I should try use your program more after all updates since april. I will give you feedback

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

No branches or pull requests

2 participants