DJDoubleD / QobuzDownloaderX-MOD

Downloads streams directly from Qobuz. Experimental refactoring of QobuzDownloaderX by AiiR
GNU General Public License v3.0
533 stars 17 forks source link

Clipboard support #94

Open bachig26 opened 4 months ago

bachig26 commented 4 months ago

🚀 Feature Request

Is your feature request related to a problem? Please describe.


Describe the solution you'd like


DJDoubleD commented 4 months ago

Please elaborate on the exact nature of your request. All input fields allow pasting from and copying to the clipboard already by default...

bachig26 commented 4 months ago

Please elaborate on the exact nature of your request. All input fields allow pasting from and copying to the clipboard already by default...

because i haven't seen it work, i placing the cursor in the input box and copied a link and it didn't auto-paste into download link or search box or even in login input box. i tried using couple of older release as well, but the clipboard feature never worked if it exists.

DJDoubleD commented 4 months ago

So you actually mean that you want the app to constantly monitor your clipboard's contents. For login values, that seems like a no-go for obvious security reasons + there would be absolutely no way to recognize the correct values for the fields (email, user_id, password, token).

For download links, it might be possible to detect supported urls when the clipboard contents changes and when valid, automatically copy them to the url field. When I get the chance, I'll look into this more.

That being said, it seems like a very low priority feature as it literally only eliminates 1 keypress...

bachig26 commented 4 months ago

For download links, it might be possible to detect supported urls when the clipboard contents changes and when valid, automatically copy them to the url field. When I get the chance, I'll look into this more.

yes, this is what i meaning to say.

That being said, it seems like a very low priority feature as it literally only eliminates 1 keypress...

okay, no problem.