[PR #1505] [MERGED] Add library tags variable to podcast notifications #3558

Closed
opened 2026-04-25 00:16:08 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1505
Author: @p-rintz
Created: 2/14/2023
Status: Merged
Merged: 2/15/2023
Merged by: @advplyr

Base: masterHead: master


📝 Commits (4)

  • 7207efb Add library tags variable to podcast notifications
  • a08cfa4 Fix code formatting
  • e345c4c Correct the libraryTags variable
  • 4039dc7 Podcast episode download notification adding variables for mediaTags, podcastAuthor, podcastDescription, podcastGenres, episodeTitle, episodeSubtitle, episodeDescription

📊 Changes

2 files changed (+17 additions, -5 deletions)

View changed files

📝 server/managers/NotificationManager.js (+8 -2)
📝 server/utils/notifications.js (+9 -3)

📄 Description

This adds the libraryTags variable to the onPodcastEpisodeDownloaded notification handler.

This helps in the usecase where multiple users have access only to limited tags.
In this case they can filter the sent out notifications only for the tags that they are interested in and are no longer pinged for every podcast downloaded.

Example:

image

image


🔄 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/1505 **Author:** [@p-rintz](https://github.com/p-rintz) **Created:** 2/14/2023 **Status:** ✅ Merged **Merged:** 2/15/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`7207efb`](https://github.com/advplyr/audiobookshelf/commit/7207efb4da4132cf4edc8aeca1e530cff9840d37) Add library tags variable to podcast notifications - [`a08cfa4`](https://github.com/advplyr/audiobookshelf/commit/a08cfa436e6b0d829ef3b4fc5f8f774fa0f07f6a) Fix code formatting - [`e345c4c`](https://github.com/advplyr/audiobookshelf/commit/e345c4cc9e1124398477336569db76b7f17240f2) Correct the libraryTags variable - [`4039dc7`](https://github.com/advplyr/audiobookshelf/commit/4039dc7968b3c5378bae9cdeb0027ed2dbf314b5) Podcast episode download notification adding variables for mediaTags, podcastAuthor, podcastDescription, podcastGenres, episodeTitle, episodeSubtitle, episodeDescription ### 📊 Changes **2 files changed** (+17 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `server/managers/NotificationManager.js` (+8 -2) 📝 `server/utils/notifications.js` (+9 -3) </details> ### 📄 Description This adds the `libraryTags` variable to the `onPodcastEpisodeDownloaded` notification handler. This helps in the usecase where multiple users have access only to limited tags. In this case they can filter the sent out notifications only for the tags that they are interested in and are no longer pinged for every podcast downloaded. Example: ![image](https://user-images.githubusercontent.com/13933258/218787627-bad448f6-7fd3-48e9-8bcf-2fcb8d67b65f.png) ![image](https://user-images.githubusercontent.com/13933258/218790145-1ee42482-efb9-4a2e-9e4b-917126d12a6c.png) --- <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:16:08 +02:00
adam closed this issue 2026-04-25 00:16:08 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3558