bjoerns1983 / Emby.Plugin.TelegramNotification

Emby Server Plugin for pushing Notifications to a Telegram Bot
GNU General Public License v2.0
110 stars 19 forks source link

Added a "Disable Description" checkbox on notifications #14

Open Seniorsimo opened 3 months ago

Seniorsimo commented 3 months ago

Description

In this pull request, I have added a checkbox feature that allows users to disable the inclusion of descriptions in notifications. This is particularly useful in cases where the description may not be necessary or desired.

Reasoning

Descriptions are a valuable feature, especially when new media, such as TV shows or anime, is added. However, there are situations where this information can be tedious or spoil the content, particularly for TV shows. Additionally, having descriptions for every notification can make the chat experience feel cluttered and overwhelming.

Implementation

Added a checkbox option in the notification settings. When the checkbox is checked, descriptions will not be included in notifications. (Default behaviour: unchecked)

Benefits

Provides users with control over the content of their notifications. Helps avoid spoilers for sensitive content. Reduces the overall amount of text in chat, making it less heavy and more user-friendly.

Please review the changes and let me know if there are any adjustments or improvements needed.

Thank you!