[PR #3464] Added notification support for new items being added to a library #3985

Open
opened 2026-04-25 00:17:50 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3464
Author: @silvercolt
Created: 9/27/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (5)

  • aad2d9a Added notification support for new items being added to a library. Supports the client upload method (one or more items), or folder changes.
  • a5ef1d4 Merge branch 'advplyr:master' into master
  • 9513580 Updated to use new NotificationManager singleton.
  • de54982 Merge branch 'advplyr:master' into master
  • 5aef247 Merge branch 'advplyr:master' into master

📊 Changes

5 files changed (+54 additions, -1 deletions)

View changed files

📝 docs/objects/Notification.yaml (+1 -1)
📝 docs/openapi.json (+1 -0)
📝 server/managers/NotificationManager.js (+26 -0)
📝 server/scanner/LibraryScanner.js (+4 -0)
📝 server/utils/notifications.js (+22 -0)

📄 Description

Supports the client upload method (one or more items), or folder changes. I tested each scenario locally through docker and using Pipedream webhooks to receive the notification event.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3464 **Author:** [@silvercolt](https://github.com/silvercolt) **Created:** 9/27/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`aad2d9a`](https://github.com/advplyr/audiobookshelf/commit/aad2d9a017c10b16ba29312dbbfb48ffa65c5f14) Added notification support for new items being added to a library. Supports the client upload method (one or more items), or folder changes. - [`a5ef1d4`](https://github.com/advplyr/audiobookshelf/commit/a5ef1d4d0e5b9ce67a2bb3310b6a7682f0bbd4a8) Merge branch 'advplyr:master' into master - [`9513580`](https://github.com/advplyr/audiobookshelf/commit/9513580043045d028a83b985ebc49f79da5e30dc) Updated to use new NotificationManager singleton. - [`de54982`](https://github.com/advplyr/audiobookshelf/commit/de54982985e5581faf2a574be13c93f06533452b) Merge branch 'advplyr:master' into master - [`5aef247`](https://github.com/advplyr/audiobookshelf/commit/5aef247cb6d47a500b75cb859e70ffabeb9f08d3) Merge branch 'advplyr:master' into master ### 📊 Changes **5 files changed** (+54 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/objects/Notification.yaml` (+1 -1) 📝 `docs/openapi.json` (+1 -0) 📝 `server/managers/NotificationManager.js` (+26 -0) 📝 `server/scanner/LibraryScanner.js` (+4 -0) 📝 `server/utils/notifications.js` (+22 -0) </details> ### 📄 Description Supports the client upload method (one or more items), or folder changes. I tested each scenario locally through docker and using Pipedream webhooks to receive the notification event. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:50 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3985