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

[Enhancement]: Scan Notification #442

Open
Wrestor opened this issue Jul 30, 2023 · 4 comments
Open

[Enhancement]: Scan Notification #442

Wrestor opened this issue Jul 30, 2023 · 4 comments
Labels
discussion enhancement New feature or request

Comments

@Wrestor
Copy link

Wrestor commented Jul 30, 2023

Environment

  • OS: MacOS, Windows & Linux

Describe desired feature

Integrated Notification when a scan and or rescan has finished.

What issue does it solve?

Notifies the user, via a visual and or auditory notification, that a scan has been completed. A VDF scan can be started, VDF can be minimized, and when the notification arrives, you will know that it has been completed.

Snapshots

Macos
Windows 10
Windows 11
Linux

@Wrestor Wrestor added the enhancement New feature or request label Jul 30, 2023
@0x90d
Copy link
Owner

0x90d commented Jul 31, 2023

This might be difficult to achieve due to cross platform and I don't want to start coding it myself. And then we should discuss about what kind of notification we are speaking about. Desktop notification? Sound? Email?

@Wrestor
Copy link
Author

Wrestor commented Jul 31, 2023

I was thinking desktop level notifications, like Mega's
Reference: https://github.com/meganz/MEGAsync

@Maltragor
Copy link

The simplest variant to implement would be to call a command line command of the user's choice after the scan is complete.
Drawback: Without further support (at least by examples), it would have to be assumed that not all users would be able to cope with it^^

Under Linux one would enter in the simplest case:
notify-send "VDF" "Scan completed"
or to get a sound as well:
notify-send "VDF" "Scan completed"; paplay /usr/share/sounds/linuxmint-login.wav
(Of course, you would usually have to specify another locally available wave file)

@0x90d
Copy link
Owner

0x90d commented Aug 7, 2023

I think most end users cannot work with that. So it would be a good addition but not a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants