-
-
Notifications
You must be signed in to change notification settings - Fork 80
Release V1.1.7 #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release V1.1.7 #475
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nd fix error when webhook is undefined
…s refreshed on interval increase refresh interval to 10 seconds removed redundat empty webhooks message and check
Rebase Main 1.1.6
Added github container registry to pipeline
- Implement event handlers for 'playback_started', 'playback_ended' and 'media_recently_added' - Add API routes to manage event webhook status - Create user interface components for easy webhook configuration - Update webhook manager to properly trigger events - Add translations for new UI elements
…or playback and media actions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add Translation German
Enhancement: Support for Visualizing Total Duration/Total Playback Time in Statistics Page
Session card 12/24 time update and minor fix
- Update config retrieval to use JF_EXTERNAL_HOST if available. - Modify WebSocketClient to include rejectUnauthorized option for self-signed certificates.
…lowing and moving the user down
Session card title overflow
…r defined max attemtps Implemented Keepalaive logic to reduce reconnection attempts Cleaned up spammy logging
…rate available don't set. Dolby TrueHD audio seems to not rreport an audio bitrate.
…ioBitrateFix Few Stream Updates/Fixes
Update French translations in translation.json
… was not working in some cases. Updated bitrates if VideoBitrate and AudioBitrate are supported by media player.
… this does not exist on the session card to either display N/A or not display it in the total time in the lower right. Also updated some N/A to use the translation.
Refactor Jellyfin authentication to use standard Authorization headers
Fixes for the stream info popup on the Activity tab. Transcoded audio…
- Moved Library Id and Stream Type filtering to be handled server side
added custom query method to /stats/getPlaybackActivity endpoint commented out webhooks endpoints as its not feature ready yet updated swagger docs
added pagination to library items view moved sorting to api call for getLibraryItemsWithStats removed other calls to webhook stuff untill its implementation is complete expanded dbhepler wrapper functionality to account for REGEXP_REPLACE
removed debug logging from ws commented out some webhook stuff
CyferShepard
added a commit
that referenced
this pull request
Dec 22, 2025
Merge pull request #475 from CyferShepard/unstable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges V1.1.7 changes to main