PowerCC 9 Posted March 3, 2025 Posted March 3, 2025 I’d like to begin by expressing how much I’ve been enjoying the Emby DVR. After being a long-time Plex DVR user, I made the switch to Emby at the start of 2024, and I’ve been really satisfied with the experience. To that end, while it’s not a major issue, I have a suggestion: it would be great to have a visual indicator showing any added recording time (like an additional 30 minutes) during an active recording. Currently, this extra time isn’t reflected in the active recording view, as demonstrated in the attached example. 1 1
Luke 42468 Posted March 3, 2025 Posted March 3, 2025 HI, yes I agree this makes sense to incorporate into the active recordings section.
PowerCC 9 Posted 10 hours ago Author Posted 10 hours ago Hi Luke, Following up on this suggestion regarding padding indicators. After looking at the data flow, the issue is that the backend API correctly serves the PostPaddingSeconds metadata, but the UI client currently discards this property the moment the recording status transitions to "Recording." The Fix: Ensure the ActiveRecording UI model maps and retains the PostPaddingSeconds property during the state transition from scheduled to active. Because this data is already present in the API payload, this should just be a UI mapping adjustment. Additionally, exposing this field for manual adjustment during an active recording would be a massive improvement for users needing to extend recordings on the fly. This feels like a low-hanging fruit—any chance we can get this prioritized for an upcoming build?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now