abraunegg/onedrive

Feature Request: Merge/reuse upload/download notifications

Closed this issue · 2 comments

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

This relates to #2760 which is closed and found to be wonderfully working. :)

The one issue is that each file transferred got its own notification which spammed the screen as I initiated a fresh sync when going from 2.4->2.5 just to be safe.

The point here is to provide the information that is currently provided without risking filling up the screen.

Describe the solution you'd like

It'd be nice if like file-op notifications (those controlled by notify_file_actions) either got merged into a pre-existing one or replaced the already existing one.

ie: if we're downloading then each download notification replaces the previous one. An upload notification gets its own.

If append/modify is workable then all transfer notifications can be just appended one after the other. Alternatively just replace notifications with a list of the last X transferred.

Errors get their own per error as per now as do any non-transfer notifications.

As an aside, adding notify_file_actions to the sample config file would be nice, too.

Describe alternatives you've considered

Can't think of any. I /definitely/ do not want to turn the feature off. It's nice to see things as they happen.

Additional context

No response

Unfortunately, the way logging is implemented, the way notifications are triggered there is zero way to 'batch' transfer notifications - sorry.

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.