Question & Feature Request: Selective Notifications & Cancellation #451
-
First of all, I want to sincerely appreciate the effort put into developing I've a few queries I would like to discuss here.
1: Selective Notifications for Downloads: Assume I queue 5 download tasks (e.g., 5 episodes in a list) then Is there an option to selectively enable/disable notifications for specific downloads in the batch? 2: Handling Notification for Canceled Downloads: When I cancel a download, the notification seems to trigger an error response. In configureNotification, is there any existing field to handle cancellation properly and prevent an error notification? Thanks ((: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, thanks for the feedback. Response:
|
Beta Was this translation helpful? Give feedback.
-
The cancel notification has been added to the V9 branch (which will become main shortly). To try it, change your pubspec.yaml to:
and let me know if this works as intended. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for the feedback. Response:
configureNotificationForTask
orconfigureNotificationForGroup
for more fine-grained notification controls. These 'override' the general notification configuration you have set in your code above (so if not set for a task, it defaults back to your general setting, or none if you didn't set any)TaskNotification
for a cancelled task (which, if omitted, results in no notification). Unless I run into unforeseen issues with that, expect this in version 9